Practical log anomaly detection using machine learning

Continue reading


@dev.to | 5 years ago

Noob AWS: Why Amazon Web Services and Elastic Beanstalk Tutorial – Part 1

Continue reading


@dev.to | 5 years ago

JavaScript Iterators and Generators: Synchronous Iterators

All you should need to know about JavaScript Synchronous Iterators | Continue reading


@dev.to | 5 years ago

I replaced a Rails app with a few dozen lines of Ruby

Using GitHub Actions to write less code and maintain less infrastructure | Continue reading


@dev.to | 5 years ago

The five stages to unit-testing enlightenment

Continue reading


@dev.to | 5 years ago

Breaking down the last monolith – Micro Front ends

Continue reading


@dev.to | 5 years ago

Code Refactoring: when to leave and when to stay

is it worth to refactor or start over ? | Continue reading


@dev.to | 5 years ago

A better way to `await` in JavaScript

A thought-experiment-turned-library on how to overcome some of the problems with promises in javascript using a functional approach. | Continue reading


@dev.to | 5 years ago

Dealing with Platform Inconsistencies as a North Korean Front-End Developer

Continue reading


@dev.to | 5 years ago

NoobCMS: Font Awesome Integration

Continue reading


@dev.to | 5 years ago

Using React as a Wordpress Theme

how to develop a theme on wordpress using react as if you are using create-react-app | Continue reading


@dev.to | 5 years ago

Postwoman: A PWA-Based Postman Alternative

Continue reading


@dev.to | 5 years ago

How to stop your spinners from jumping around in React

Want to improve your spinner game? This article shows you how to spin like you've never spun before | Continue reading


@dev.to | 5 years ago

10 Great Programming Projects to Improve Your Resume and Learn to Program

Continue reading


@dev.to | 5 years ago

Create an infinite loading list with React and GraphQL

Continue reading


@dev.to | 5 years ago

Write Boring Code

Continue reading


@dev.to | 5 years ago

N. Shetty: Contributing to OSS Is a Great Way to Work on the Quality Codebase

Continue reading


@dev.to | 5 years ago

Doing CRUD: Terraform Style

Continue reading


@dev.to | 5 years ago

I am using fzf for every 5 min of my programming life

Continue reading


@dev.to | 5 years ago

The JavaScript event loop illustrated

Continue reading


@dev.to | 5 years ago

Learn responsive web design in 5 minutes

Continue reading


@dev.to | 5 years ago

Ken Wheeler: Taking a Break from Open Source Is a Welcome Change

Continue reading


@dev.to | 5 years ago

What I Learned from Bombing an Amazon Coding Assessment

Continue reading


@dev.to | 5 years ago

The Day Everyone Turned into Michael Johnson. A Lesson in F5

Just a story about a serious mistake that was funny at the time and serious later. | Continue reading


@dev.to | 5 years ago

Const [Store, SetStore] = UseStore(): One Shot React State Management

const [store, setStore] = useStore(): One Shot React State Management... | Continue reading


@dev.to | 5 years ago

How to Add If-Else Logic to SQL Queries

CASE is SQLs answer to other programming languages IF-ELSE statement. If you need to test a condition and return a value CASE is the expression you need. | Continue reading


@dev.to | 5 years ago

University of People?

Continue reading


@dev.to | 5 years ago

Power up Gatsby sites with A/B testing on Netlify

Hosting Gatsby sites on Netlify lets you create A/B tests on without a performance hit. A video and explanation. | Continue reading


@dev.to | 5 years ago

Side projects: just one more thing

Continue reading


@dev.to | 5 years ago

How to Take Notes on Everything

Find the approach to taking consistent notes on books and articles to accelerate your learning. | Continue reading


@dev.to | 5 years ago

An 8-minute introduction to Kubernetes

Continue reading


@dev.to | 5 years ago

Tips to boost your productivity as a web developer

Continue reading


@dev.to | 5 years ago

Webstorm Productivity Tips

9 Webstorm Productivity Tips | Continue reading


@dev.to | 5 years ago

Simple Util to Pull Code from the IBMi

A simple way to pull source code from the IBMi with FTP | Continue reading


@dev.to | 5 years ago

American Kingpin: A Software Crime Thriller

Continue reading


@dev.to | 5 years ago

What Is a Kubernetes Pod

Continue reading


@dev.to | 5 years ago

Recursion Optimization in JavaScript – Where Is It? PTC, TCO and Fud

Explaining why recursion optimization are not widely available in JS yet | Continue reading


@dev.to | 5 years ago

Ten Principles for Growth as a Software Engineer

Continue reading


@dev.to | 5 years ago

A Webassembly Experiment in Go

Continue reading


@dev.to | 5 years ago

Eclipse Collections – the features your collections need

Continue reading


@dev.to | 5 years ago

Thinking Humans as a Computer Program

Continue reading


@dev.to | 5 years ago

Programming Is Magic

Continue reading


@dev.to | 5 years ago

A Quick Look at WeChat's Mini Programs

Continue reading


@dev.to | 5 years ago

Recovery and USB Boot macOS Mojave

Continue reading


@dev.to | 5 years ago

Lifehacks will change the way you write Markdown

Continue reading


@dev.to | 5 years ago

Three Problems with Promises in JavaScript

Promises co-mingle rejected promises and unintended runtime exceptions, while having an API which encourages casually dangerous code and which lacks a convenient API to work safely with the data. | Continue reading


@dev.to | 5 years ago

Building Authentication and Authorization for RESTful APIs

Continue reading


@dev.to | 5 years ago

Using PowerShell to Rename, Move or Reconnect an Azure VM

How to perform copy or rename operation using PowerShell | Continue reading


@dev.to | 5 years ago