Tired of Programming?

A few weeks ago I was called up to do a data acquisition (DAQ) job. The moment my... | Continue reading


@dev.to | 5 years ago

Spreading Pipelines of Components

Continue reading


@dev.to | 5 years ago

Optimizing cache with predictive expire and compression

Some tricks to improve cache performance | Continue reading


@dev.to | 5 years ago

I’m sorry, but this “Full Stack” meme makes me mad/sad

Is this meme right and the idea of a full stack dev is really a fake idea? Or is it an opportunity to show how a healthy team can be built? | Continue reading


@dev.to | 5 years ago

Sneaky Fingerprint and IP Tracker with React

IntroductionMost popular tracking methods involve persistent identifi... | Continue reading


@dev.to | 5 years ago

Tips for Problem Solving

So, now you've outlined your code and written pseudocode. It's time to write the ... | Continue reading


@dev.to | 5 years ago

7 years as a developer – lessons learned

Lessons I've picked up along the way | Continue reading


@dev.to | 5 years ago

React Native Full Width Horizontal ScrollView

React Native Full Width Horizontal ScrollView | Continue reading


@dev.to | 5 years ago

A Dev's Guide to Meditation – Part 5

Continue reading


@dev.to | 5 years ago

The Complete Beginner's Guide to Deploying Your First Static Website to IPFS

tldr: cd your-website && npx @agentofuser/ipfs-deploy | Continue reading


@dev.to | 5 years ago

How to Get the New MS Terminal

Microsoft announced a new Windows Terminal with new features like tabs, emoji and more, how to get it | Continue reading


@dev.to | 5 years ago

If you want to ship a side project, start with unlearning the best practices

Lessons I learned as a developer bootstrapping my own business | Continue reading


@dev.to | 5 years ago

What I wish someone told me about speaking at tech conferences

What I wish someone told me about speaking at tech conferences - lessons learned. | Continue reading


@dev.to | 5 years ago

Diving into programming: where not to begin?

There are many guides on how to start your programming career. This time we'll talk about which things are best to avoid. | Continue reading


@dev.to | 5 years ago

Show HN: Background removal by measuring color distance

Measuring euclidian distance to compare colors 📐 | Continue reading


@dev.to | 5 years ago

I ignore the hype (and you should too)

It’s been 20 years since I made my first website. I've been burned by the hype ti... | Continue reading


@dev.to | 5 years ago

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