The everlong quest for the perfect package registry

Today there is an interesting landscape when it comes to package registries. From... | Continue reading


@dev.to | 5 years ago

Myths About Heroku, Debunked

A list of the most common misconceptions about Heroku | Continue reading


@dev.to | 5 years ago

How to become better at reading and debugging code

Reading unknown code is usually intimidating, however, our ability to read and debug code matters more than we can write, yet we are never taught anything about it. Let's see how we can improve our ability to read and debug code. | Continue reading


@dev.to | 5 years ago

ELI5: Git Rebase vs. Merge

Rebasing and merging are extremely similar but what exactly are the differences? | Continue reading


@dev.to | 5 years ago

Why and how I built my own UI framework inspite of so many great ones

A whole lot UI frameworks have been existed for a long time in the front-end world. You already have a lot of choices, is it still necessary to build your own? Of course, it depends, but as a front-end developer, I'll tell you why it's necessary to me and I'll share with you some … | Continue reading


@dev.to | 5 years ago

Join a Tech Cooperative?

Interested in joining a tech co-op? | Continue reading


@dev.to | 5 years ago

JavaScript Async and Await in Loops

I share some gotchas you have to watch out for when you use async and await in loops. | Continue reading


@dev.to | 5 years ago

Practical Coding Patterns for Boss Developers #1: Special Case

Part 1 in a series focusing on advanced patterns for devs! | Continue reading


@dev.to | 5 years ago

Python Chat Tutorial with Django and React

Build chat with Python, Django, React and Stream Chat | Continue reading


@dev.to | 5 years ago

Is the hype about optimizing web performance worth it?

We analyzed the world’s top 500 websites (source: Alexa.com) to find out how you can take over your competitors | Continue reading


@dev.to | 5 years ago

Game of Frameworks: JavaScript Trends of 2019

Just like a popular TV series, JavaScript ecosystem reminds me of a big battlefield. Let’s find out which technologies are winning in 2019. | Continue reading


@dev.to | 5 years ago

Sharing and Concealing Startup Ideas

At what stage it is the time to discuss and share your startup ideas and project success? | Continue reading


@dev.to | 5 years ago

Writing Good Source Control Commit Messages

I dig into what makes a good source control message and why it's important to write them well | Continue reading


@dev.to | 5 years ago

Announcing Dev Listings

Need a mentor?Need collaborators on a new project?Need conference talk propos... | Continue reading


@dev.to | 5 years ago

Extending Gotests for Strict Error Tests

Here I document about a custom template used for enhancing how errors are tested in the gotests library. | Continue reading


@dev.to | 5 years ago

The newly announced future of .Net -unifying all the things

Microsoft announces .NET 5 | Continue reading


@dev.to | 5 years ago

What I look for in a junior developer

In various jobs I have held I have had to sit in and conduct interviews for a jun... | Continue reading


@dev.to | 5 years ago

Why Agile is so misunderstood and what is the problem?

Agile is largely misunderstood, so what is the problem? | Continue reading


@dev.to | 5 years ago

Tips to use VSCode more efficiently

A collection of settings, extensions and shortcuts, that proved especially useful for my job as a web developer. | Continue reading


@dev.to | 5 years ago

Solving problems with virtualenvwrapper using mismatched Python versions

Understanding PATH precedence to fix mismatched python version with virtualenvwrapper | Continue reading


@dev.to | 5 years ago

Building a Real-Time Game of Thrones Voting App with GraphQL and Chart.js

Building a full-fledged real-time GraphQL Application with Vue.js and Chart.js plus jumping onto the Game of Thrones hype train. | Continue reading


@dev.to | 5 years ago

How to Tweak Slow Running Queries

Before you rage quit or call in your DBA, check these things aren't slowing down your query | Continue reading


@dev.to | 5 years ago

Things Every Software Developer Should Know

If you have been self-teaching programming to yourself then this list will help you what to learn to become a software developer | Continue reading


@dev.to | 5 years ago

Writing Native Libraries in C# and using them in other languages

Write libraries in C# and compile them using CoreRT to be able to re-use them in other programming languages that support the standard FFI. | Continue reading


@dev.to | 5 years ago

T-Shaped Smart Creatives

What do they bring to the table? | Continue reading


@dev.to | 5 years ago

Clean thy URLs: How websites leak sensitive data to FB, Google and more

What is a TellTale URL ?URL is the most commonly tracked piece of... | Continue reading


@dev.to | 5 years ago

JavaScript Array.push is 945x faster than Array.concat

It took six whole seconds to merge 15,000 arrays with an average size of 5 elements with .concat. What the hell is the Javascript's .concat method doing under the hood? | Continue reading


@dev.to | 5 years ago

Futures in Rust for Web Development

Every async environment needs a type. Lets talk about Futures and why they are needed. | Continue reading


@dev.to | 5 years ago

The Weird Rules I Set Myself That Got Me a Job

The following isn't good advice. It's just advice. And even that's a stretch.... | Continue reading


@dev.to | 5 years ago

John Papa: How I Write Online Articles

How you can write online articles | Continue reading


@dev.to | 5 years ago

The Complete Guide to User Authentication with the Amplify Framework

An in depth guide for adding authentication to your next app using AWS Amplify | Continue reading


@dev.to | 5 years ago

Why SvelteJS may be the best framework for new web developers

Every new programmer starts with vanilla JS and DOM manipulation. But in the component-driven world of modern web dev, is that the best way to start? | Continue reading


@dev.to | 5 years ago

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