Simple way to do code splitting for Redux

The simple way to code splitting for Redux | Continue reading


@dev.to | 5 years ago

10 Tools to Power Up Your Command Line

A showcase of some of the best command line tools I've discovered in recent years. If you ever use the command line, you'll probably find that at least one item on this page will make your life easier. | Continue reading


@dev.to | 5 years ago

Seven reasons to learn Vue.js in 2019

This post describes a bunch of reasons why developers might enjoy choosing Vue.js as the next JavaScript framework to learn in the coming year. | Continue reading


@dev.to | 5 years ago

Why the heck is everyone talking about WebAssembly?

I explore the what, how, why, and why not of WebAssembly. | Continue reading


@dev.to | 5 years ago

I'm a Google Code-In 2018 Finalist – I Need Help

I'm Going Totally To-The-PointI'm a Google Code-in Finalist of this year and ... | Continue reading


@dev.to | 5 years ago

Src//styled.js – stairway to Styled-Component's CSS-in-JS heaven

Take a deep dive into the practical entry file to the Styled-Components library. The src/../styled.js file works hard to provide you an API that's tons of fun to work with. | Continue reading


@dev.to | 5 years ago

How to debug Node.js in a Docker container

More and more teams are moving their development environments to Docker contain... | Continue reading


@dev.to | 5 years ago

An AssemblyScript Primer (for TypeScript Developers)

A quick dive into AssemblyScript and how to use it. | Continue reading


@dev.to | 5 years ago

OAuth Like a BOSS

Once And For All | Continue reading


@dev.to | 5 years ago

Thank u, next: an introduction to linked lists

hope this post teaches you love for linked lists | Continue reading


@dev.to | 5 years ago

Enabling Dark Mode on Websites Based on Surrounding Light

Switching between dark mode and normal mode on a web app based on the illuminant light around you. | Continue reading


@dev.to | 5 years ago

Sharing your apps with the world for 5$

Getting an actual Raspberry Pi based server up and running. | Continue reading


@dev.to | 5 years ago

Post from past year: Access deeply nested JSON data using Go

Querying JSON document using gojsonq package | Continue reading


@dev.to | 5 years ago

Repo-lister, a simple way to get an overview of repositories – DEV Community ‍‍

There was a point some years ago when I realized I didn't quite know what state my repositories were in. Exactly which ones had failing build-badges? Was there a pull-request I’d left unmerged somewhere? Didn’t I forget to set a description in one of the repos? Thus was born repo … | Continue reading


@dev.to | 5 years ago

A brief history of Web APIs

A quick summary of Web APIs, both prior to and subsequent to the REST revolution | Continue reading


@dev.to | 5 years ago

P″ – The original Brainf*ck and mother of the Turing tarpits

A look at the P″ esoteric programming language and it's relation to Brainf*ck | Continue reading


@dev.to | 5 years ago

Observing your web app – modern front end web

A a quick round up on ways to monitor changes and updates on your web apps using various Web APIs | Continue reading


@dev.to | 5 years ago

5 CSS tips you didn't know you needed

Having worked in web development agencies over the years, I've picked up some tips and tricks along the way. There are some things that I use day to day, that I barely even think about. | Continue reading


@dev.to | 5 years ago

Fatal Docker Gotcha's – for new users

Fatal mistakes new users to docker may make (especially when migrating from VM land), and how to avoid them. | Continue reading


@dev.to | 5 years ago

R.A.D.I.C.A.L. Systems: Techniques to Create Software That Scales

Creating a R.A.D.I.C.A.L. (Reactive, Automated, Distributed, Intelligent, Complex, Agile, and Lean) System | Continue reading


@dev.to | 5 years ago

On GUI-shaming and a mountain of hot takes

I made a tweet the other day which definitely struck a chordBen Halpern 🤗... | Continue reading


@dev.to | 5 years ago

How I Built a Python Web Framework and Became an Open Source Maintainer

Thoughts and tips on managing an open source project, based on my experience building Bocadillo, an asynchronous Python web framework. | Continue reading


@dev.to | 5 years ago

Odi – Node.Js server-side framework

Server-side Node.Js framework for building scalable, supportable, enterprise-grade applications using TypeScript | Continue reading


@dev.to | 5 years ago

10 life-changing minutes with Clojure

The easiest to follow Clojure intro ever (Windows). | Continue reading


@dev.to | 5 years ago

Clarifying GDPR

GDPR took the world by storm but it seems that it is still very badly understood. This post aims at fixing a few misconceptions. | Continue reading


@dev.to | 5 years ago

Advice on Advice in Programming

With advice, there always seems to be someone who has either been offended or swears that you're wrong. Let's change it. | Continue reading


@dev.to | 5 years ago

What do you think about the idea of package manager for web components

Announcing new package manager alpha release | Continue reading


@dev.to | 5 years ago

Design Patterns in Web Development – #2 Memento

Second episode about Behavioral Pattern Memento | Continue reading


@dev.to | 5 years ago

The Gift of Giving Up

Santa Tracker and the art of code migrations | Continue reading


@dev.to | 5 years ago

Understanding Pure Function in JavaScript

Understanding Pure Function In Javascript | Continue reading


@dev.to | 5 years ago

Understanding closures in JavaScript

Understanding closures in JavaScript | Continue reading


@dev.to | 5 years ago

Functional Programming Principles in JavaScript

After a long time learning and working with object-oriented programming, I to... | Continue reading


@dev.to | 5 years ago

How to implement Auto Logout client side in react

How to implement Auto Logout client side in react | Continue reading


@dev.to | 5 years ago

We reduced our vendor.js from 210kb to 16kb in about five minutes of work

Even though we strive for a minimal JavaScript load on dev.to, we had gotten la... | Continue reading


@dev.to | 5 years ago

Firefox Add-On to Turn on Dev.to's Night Mode

Firefox Addon to Turn On Dev.to's Night Mode 🔥🔥 | Continue reading


@dev.to | 5 years ago

Facebook Lied: A Facebook Feature Which Kills Another Feature

A Facebook Feature Which Kills Another Feature | Continue reading


@dev.to | 5 years ago

Stop Trying to Be So DRY, Instead Write Everything Twice (WET)

Write everything twice, just not a third time. | Continue reading


@dev.to | 5 years ago

One Tomtit to Manage It – Modern Perl6 Task Runner

Informal introduction into Tomtit task runner | Continue reading


@dev.to | 5 years ago

You Can Do It in SQL, Stop Writing Extra Code for It

“SQL, Lisp, and Haskell are the only programming languages that I’ve seen where... | Continue reading


@dev.to | 5 years ago

Conditional Column Join in SQL – DEV Community ‍‍

How to write conditions in the on clause of your sql join | Continue reading


@dev.to | 5 years ago

From Rails to Elixir: Know Your App

Know your App before migrating from Rails to Elixir | Continue reading


@dev.to | 5 years ago

Bfs and Dfs in Trees

In this tutorial, we are going to learn Breadth-first search and Depth-first search in trees. | Continue reading


@dev.to | 5 years ago

XSS in Ghost: a technical analysis

Story of a reflected XSS in Ghost, the publishing platform. This post covers the technical walkthrough of the vulnerability. | Continue reading


@dev.to | 5 years ago

Better loops in JavaScript

In this post, we will take a look at forms of for loop, array methods using which you can make your code simpler, more readable. These loops / methods are useful when you want to manipulate data in an array or object. | Continue reading


@dev.to | 5 years ago

An URL Shortener Which Can Be Even Hosted on GitHub Pages

let's talk about a simple url shortener which can be even hosted on GitHub/GitLab Pages or any static site hosting | Continue reading


@dev.to | 5 years ago

The Definitive Guide to Protecting Your Eyes for Developers

From diet to exercises to habit changes, here's all you need to know. | Continue reading


@dev.to | 5 years ago

Building a Blameless Work Environment

Blaming people does not work. Let's stop to do that. And find alternative ways to work | Continue reading


@dev.to | 5 years ago

REST Why there's no such thing as the Richardson Maturity Model

It ain't what you think it is. And it's "very embarrassing" | Continue reading


@dev.to | 5 years ago