Learning JavaScript by building a UI framework from scratch

A first principles approach to learning JavaScript | Continue reading


@dev.to | 5 years ago

React Native Chat with Chuck Norris

How to build a React Native chat app with Stream.js | Continue reading


@dev.to | 5 years ago

Apollo State Management in Vue

This article assumes you already know what GraphQL and Apollo client are and y... | Continue reading


@dev.to | 5 years ago

How to Get WordPress Running with Docker

How to set up WordPress with Docker | Continue reading


@dev.to | 5 years ago

I Switched from Visual Studio Code to JetBrains WebStorm

An IDE is often the better choice for developing large business application | Continue reading


@dev.to | 5 years ago

Project Management Digest, April 2019

the most discussed, controversial, and entertainment articles grouped by topics for everybody working in the software development teams | Continue reading


@dev.to | 5 years ago

Using SVG Masks to Greatly Reduce PNG Weight

Using SVG masks can greatly reduce the size of an image with transparency. | Continue reading


@dev.to | 5 years ago

A Reading List for Java Programmers

My list of all-time great books for Java programmers covering topics from core Java to best practices, to unit testing, clean code, and Spring framework. | Continue reading


@dev.to | 5 years ago

Using PowerShell with Azure Cloud Shell

Azure Cloud Shell includes PowerShell along with Bash for managing your Azure resources. See how easy it is to use! | Continue reading


@dev.to | 5 years ago

Leadership and Company Hierarchy

Are companies who have flat organizational structures better? Or is having a hierarchy of employees useful? Let's think about some of these issues! | Continue reading


@dev.to | 5 years ago

How to Fail a Programming Interview

Common ways people fail during a coding interview | Continue reading


@dev.to | 5 years ago

Terrible interview question: Swap variables without a temporary

Examination of interview questions that don't evaluate candidates well | Continue reading


@dev.to | 5 years ago

The Easiest Way to Run Microservices: Comparing AWS and Heroku

A real-world example of how much effort it takes to get a microservice running on both AWS and Heroku. | Continue reading


@dev.to | 5 years ago

I used basic Graph Theory to choose key repos to test some big changes

What do you do when you need to identify a set of repos to test some big changes against, but you have a thousand to choose from? Answer: Break out some graph theory and model them out | Continue reading


@dev.to | 5 years ago

Show HN: How I built a super fast JavaScript/TS framework

First of all I want to address elephant in the room that is one question you might be having: “Why the heck another JavaScript framework ?”. Well, my answer is that I noticed a pattern in all of the frameworks I recently went through and all of them have the same problem. They ar … | Continue reading


@dev.to | 5 years ago

Creating a Complete Web App on Google Apps Script Using Google Sheet as Database

Google Apps Script offers a lot of opportunities. First, you have almost all of Google Services right from Gmail to analytics in your disposal. Secondly, the script can be written in Javascript. In this project, I try to push the limits a bit and see what is possible. | Continue reading


@dev.to | 5 years ago

Why I Care about the Semantic Web

Sometimes we as developers can get caught up in the aesthetics of semantic HTML tags, how clean the HTML and CSS becomes. But we need to remember that semantic tags are not primarily about improving code readability. | Continue reading


@dev.to | 5 years ago

Testing Infrastructure with Test Kitchen and Chef

Learn how to test infrastructure with Test Kitchen, Chef, and InSpec on Azure. | Continue reading


@dev.to | 5 years ago

Refactoring the Worst Code I’ve Ever Written

I explain the pros and cons of 3 different approaches to refactoring code from my very first project. | Continue reading


@dev.to | 5 years ago

What You Can Do with the WebAssembly Package Manager

WebAssembly Package Manager is here, with WebAssembly's killer app: Nyancat coloring in your terminal! | Continue reading


@dev.to | 5 years ago

Understanding Expo for React Native

Understanding Expo for React Native | Continue reading


@dev.to | 5 years ago

Regex Cheat Sheet

A high-level overview of Regex | Continue reading


@dev.to | 5 years ago

Publishing Websites from Home

How to publish content from a home computer | Continue reading


@dev.to | 5 years ago

Docker for Beginning

Follow me on Twitter, happy to take your suggestions on topics or improvement... | Continue reading


@dev.to | 5 years ago

What is the best time to post on dev.to? a data-backed answer

Continue reading


@dev.to | 5 years ago

HTML Elements You Didn't Know You Needed

Continue reading


@dev.to | 5 years ago

Learn by Contributing

How to use open source projects to improve software development skills. | Continue reading


@dev.to | 5 years ago

Show HN: A chrome extension to help you feel good about your GitHub profile

Github Feel Good is a chrome extension which helps you feel good about your git... | Continue reading


@dev.to | 5 years ago

How to Get Any Job You Want – A Guide to Employability Skills

Free 34,000 word blogpost on everything you want to know about careers | Continue reading


@dev.to | 5 years ago

Git Commands You May Not Know

Using [Git](https://git-scm.com/) may be intimidating at times. There are so many commands and details to learn. The [documentation](https://git-scm.com/docs), however, while being immense, is still greatly accessible. Once you overcome the initial feeling of being overwhelmed, t … | Continue reading


@dev.to | 5 years ago

What It Means to Be a Site Reliability Engineer

What it means to be a Site Reliability Engineer at Kenna Security. | Continue reading


@dev.to | 5 years ago

Fc-whiteboard: Remote whiteboard drawing and sharing in live or replay mode

Continue reading


@dev.to | 5 years ago

How to Be a Mentor

Is being a mentor that important? How can you get started if it is important? | Continue reading


@dev.to | 5 years ago

How to Write a GitHub Readme

I read through the earliest README I could find. Written in 1975 by William J. ... | Continue reading


@dev.to | 5 years ago

Using Kafka Event Messages with Legacy Systems

An example of Kafka streaming for web applications. | Continue reading


@dev.to | 5 years ago

You can change the world by learning Algorithms

As a developer, you have the power to change the world! You can write programs ... | Continue reading


@dev.to | 5 years ago

ReasonML with React Hooks Tutorial–Building a Pomodoro Timer

Learn Reason React by building a Pomodoro Timer with React hooks | Continue reading


@dev.to | 5 years ago

Things No One Tells You About Going to a Coding BootCamp

Continue reading


@dev.to | 5 years ago

The Great Migration: From SQL Server to AWS Aurora

Over the last nine months I've been leading a project to migrate 60 Data Analyst users and all their objects from a legacy SQL Server database to a fit for purpose, scalable AWS Aurora database. | Continue reading


@dev.to | 5 years ago

Switched careers to Software Engineering in my late 30s while nursing a newborn

After freelancing part-time as a Wordpress implementer (cos I never got into th... | Continue reading


@dev.to | 5 years ago

The Dark Mode of Usability and Accessibility

I saw an interesting thread by Laurie Voss where he takes issue with the univer... | Continue reading


@dev.to | 5 years ago

My First Experience Attending TC39

Sharing everything about my experience as a first-time attendee at a TC39 meeting | Continue reading


@dev.to | 5 years ago

Developer Tools you need to check out

Five amazing web-developer tools that you are not using yet! | Continue reading


@dev.to | 5 years ago

Uploading Your JSON Data to Azure Cosmos DB for MongoDB API

Azure April post on uploading data to Cosmos DB | Continue reading


@dev.to | 5 years ago

Dockerize the multi-services application for local development

The handy local development containerization guide, with examples of the Amplifr project dockerization. Getting the services written in Ruby, Node.js, and Golang work together locally with docker networks. | Continue reading


@dev.to | 5 years ago

I took a day off from the internet. Here's how it felt.:-)

I took 24 hours break from the constant internet distraction. Here’s what it felt like. | Continue reading


@dev.to | 5 years ago

Create a RESTful API with Rust

The most common pattern for creating APIs is REST. We will discover how we can build an API in Rust which conforms with the REST pattern. | Continue reading


@dev.to | 5 years ago

Translating Speech in Real-Time with the Browser and the Cloud

How to use speech-to-text and translation services from the browser and serverlessly broadcast real-time captioning in multiple languages over WebSockets. | Continue reading


@dev.to | 5 years ago