Top essential SEO optimizations for you to learn in 2019

Continue reading


@dev.to | 5 years ago

A 6 minute introduction to Helm

Continue reading


@dev.to | 5 years ago

How to Create an Open Source Project

Continue reading


@dev.to | 5 years ago

Creating the typewriter effect with the use of async generators

Continue reading


@dev.to | 5 years ago

In-Depth Overview of Synchronous Generators [JS]

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


@dev.to | 5 years ago

Would you take a coding assessment before even talking to a human being?

Would you take a coding assessment before even talking to your future employer? | Continue reading


@dev.to | 5 years ago

Deploy Node Projects to GitHub Pages with GitHub Actions

Continue reading


@dev.to | 5 years ago

Play Street Fighter with Body Movements Using Arduino and Tensorflow.js

This tutorial is about how I prototyped a gesture recognition system using an Arduino and Tensorflow.js | Continue reading


@dev.to | 5 years ago

Apple wants to remove scripting languages from macOS

Scripting language runtimes such as Python, Ruby, and Perl are included in macOS for compatibility with legacy software. In future versions of macOS, scripting language runtimes won’t be available by default | Continue reading


@dev.to | 5 years ago

The Programming Language That Changed My Life

Continue reading


@dev.to | 5 years ago

A Catalog of Your Files

Continue reading


@dev.to | 5 years ago

Ditching worthless friends with Facebook data and JavaScript

Continue reading


@dev.to | 5 years ago

The Semantics of Falsy Values

More often than not, we confuse and interchange the many falsy values in the JavaScript language: `false`, `0`, `null`, and `undefined` among others. In this article, I explain the semantics behind these values so that we can be better informed about their proper usage. By knowin … | Continue reading


@dev.to | 5 years ago

What are your design patterns?

Continue reading


@dev.to | 5 years ago

What's you opinion about “smart” solutions in development and frameworks

Why smart solutions can be a boomerang sometimes | Continue reading


@dev.to | 5 years ago

Dev.to is shadow-banned on Reddit

Yesterday I have written my first article on dev.to and shared it on Reddit. I ha... | Continue reading


@dev.to | 5 years ago

HTML Can Do That?

List of awesome things you can do with just HTML. | Continue reading


@dev.to | 5 years ago

Select Post from StackOverflowQuestions Where Topic = “Git” Order by Votes DESC;

Continue reading


@dev.to | 5 years ago

Native “Share to Dev” Button Is Now on Stack Overflow

Continue reading


@dev.to | 5 years ago

React Hooks Mini Crash Course

Continue reading


@dev.to | 5 years ago

How to write super secure, SQL-injection bullet-proof PostgreSQL queries

Continue reading


@dev.to | 5 years ago

Render Abstract Syntax Trees with React

React was originally built for rendering user interfaces, but it can be used for so much more. Learn how React is being used as a powerful metaprogramming tool to generate code and render ASTs (Abstract Syntax Trees). | Continue reading


@dev.to | 5 years ago

What's your favourite Fibonacci implementation and in what language?

Continue reading


@dev.to | 5 years ago

Dynamically generating SQL queries using Node.js

Introduction to building dynamic SQL queries safely in Node.js using Slonik. | Continue reading


@dev.to | 5 years ago

Code-block support in Webflow CMS blog posts

Continue reading


@dev.to | 5 years ago

A reactive Spring application with R2DBC and a serverless database

This post shows how to build a fully reactive Web application, using Spring Webflux and an SQL database. This uses the new R2DBC driver for SQL Server, in order to be reactive even at the database level. It also uses the new "serverless" version of SQL Server that is currently in … | Continue reading


@dev.to | 5 years ago

Three Tips for balancing side projects and a full-time job

Continue reading


@dev.to | 5 years ago

Rustifying Chat: Create a Terminal UI Chat App in Rust

Continue reading


@dev.to | 5 years ago

Concepts of an Evolutionary, Temporal Database System

Keep the history of your data | Continue reading


@dev.to | 5 years ago

Reactgate Recap

Continue reading


@dev.to | 5 years ago

Another way to map in JavaScript using Object.fromEntries()

Continue reading


@dev.to | 5 years ago

Rancher Server Avec Apache Mesos, Marathon Et Traefik Dans Azure

Rancher Server avec Apache Mesos, Marathon et Traefik dans Azure …R... | Continue reading


@dev.to | 5 years ago

Data Structures. Binary Search Tree in JavaScript

Continue reading


@dev.to | 5 years ago

Resources for Front-End Beginners

These links cover everything you need to get started with HTML/CSS, Javascript, and Github | Continue reading


@dev.to | 5 years ago

Is Object-Oriented Programming “Dangerous”?

I found an interesting article while browsing HackerNews regarding the downfalls of Object-Oriented Programming and wanted to discuss it with the community. | Continue reading


@dev.to | 5 years ago

Beyond the Wall of a Sprint

Continue reading


@dev.to | 5 years ago

How do you measure yourself as a developer?

If you want to get somewhere, it helps to know where you are going! As developers, how might we measure our own improvement, growth and transformation? This article lists out the methods I've been using. | Continue reading


@dev.to | 5 years ago

Porting a face detector written in C to WebAssembly

Learn how PixLab ported its face detection run-time written in C to WebAssembly to achieve real-time performance in the browser | Continue reading


@dev.to | 5 years ago

Git Submodules Alternatives You Should Know

Continue reading


@dev.to | 5 years ago

Can You Replace Redux with React Hooks?

Continue reading


@dev.to | 5 years ago

Pyprint – Print Like You Would in Python, but in JavaScript

Continue reading


@dev.to | 5 years ago

Everything You Need to Know About Networking on AWS

An overview of virtual private networking on Amazon Web Services - with ASCII diagrams! | Continue reading


@dev.to | 5 years ago

Amazon Web Services (AWS) Explained by Operating a Brewery

This visual explanation will help you understand 6 key parts of AWS. | Continue reading


@dev.to | 5 years ago

Analyzing sugar in McDonald's menu's items

I've analyzed the amount of sugar in the menu's item of McDonalds to see what I find | Continue reading


@dev.to | 5 years ago

An infinite loading list component in React

Continue reading


@dev.to | 5 years ago

Amazon Athena vs. AWS Lambda: Comparing Two Solutions for Big Data Analysis

A review of a developing process for a big data solution using AWS services | Continue reading


@dev.to | 5 years ago

Pragmatically storing security sensitive data using AWS KMS

Introduction to AWS KMS, envelope encryption and OpenSSL for securing sensitive data in open GitHub/ Bitbucket repositories. | Continue reading


@dev.to | 5 years ago

Native lazy loading is landed in Chrome

Continue reading


@dev.to | 5 years ago