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

What I got performing a Code Review on a stranger's React JavaScript project

Code review of React.js project. | Continue reading


@dev.to | 5 years ago

What Does Your IDE/Code Editor Look Like?

Continue reading


@dev.to | 5 years ago

Simple Tricks for Map Solution

Price optimization for map at high scales. | Continue reading


@dev.to | 5 years ago

Htmldoom: An intuitive, high performance HTML rendering *framework* for Python

Continue reading


@dev.to | 5 years ago

Entity Relationship Diagrams Explained by Sonic the Hedgehog

On first glance, Entity Relationship Diagrams may look like a spaghetti mess. This post hopes to demystify how they fit together with Sonic the Hedgehog | Continue reading


@dev.to | 5 years ago

Reflinks vs. symlinks vs. hard links and managing data in ML

A new kind of link, reflinks, offers a new way to deal with large datasets like are used in machine learning projects. | Continue reading


@dev.to | 5 years ago

CSS Can Do This and It's Terrifying

Time for #DevDiscuss! Tonight's topic: CSS can do that? Let's start with s... | Continue reading


@dev.to | 5 years ago

Docker Swarm Cloud on a ARM64 DIY SBC Cluster Running a Smalltalk Webapp

In the previous post we saw how to build a single-node Docker Swarm running VASma... | Continue reading


@dev.to | 5 years ago

How to delete ALL node_modules folders on your machine and free up HD space

Continue reading


@dev.to | 5 years ago

Storing config settings of a Node.js application in an elegant way

Continue reading


@dev.to | 5 years ago

Writing Immutable and Functional JavaScript; Why

Continue reading


@dev.to | 5 years ago

Habits of Highly Effective Programmers – Inspired by an Ex-Google TechLead

Continue reading


@dev.to | 5 years ago

Some of my favorite JavaScript resources

Continue reading


@dev.to | 5 years ago

Tutorial: Live Streaming with Mux and Stream Chat

Continue reading


@dev.to | 5 years ago

Building Custom React Hooks

React hooks simplify the process of creating reusable, clean and versatile code, and advanced optimization techniques like memoization are now more accessible and easier to use. React’s official documentation doesn’t cover custom hooks in detail as it covers the basic hooks, so t … | Continue reading


@dev.to | 5 years ago

Hacking Google Map JavaScript API for Free usage

Rule #1, never trust the client. | Continue reading


@dev.to | 5 years ago