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

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