Design Patterns in Web Development – #1 Command

First episode about Behavioral Patterns and Command | Continue reading


@dev.to | 5 years ago

Salaries – DEV Community ‍‍

This is post is super long but there are pictures (of words).I made a summary... | Continue reading


@dev.to | 5 years ago

How Unix programmers at restaurants search menus for their favorite plate

A Unix programmer heads over to the local diner to get something to eat for lun... | Continue reading


@dev.to | 5 years ago

Teaching Functional Programming: Two Big Picture Approaches

Two big picture explanations of functional programming for students and newcomers. | Continue reading


@dev.to | 5 years ago

Introduction to Cloud Storage for Developers

Many developers think immediately of databases to store their data, but a variety of cloud storage options exist that are incredibly cost effective and straightforward to use. This articles takes a look at options like "blob storage" and cloud-based file systems and explores how … | Continue reading


@dev.to | 5 years ago

Get Women and Minorities Hired, Don't Just Mentor Them – DEV Community ‍‍

Allocate time for fighting to get people the promotions, raises, and jobs they deserve. | Continue reading


@dev.to | 5 years ago

Will Java Trend Towards Obscurity?

I'm forking another conversation: ... | Continue reading


@dev.to | 5 years ago

Do we really need classes in JavaScript after all?

Did classes deliver, what they promised? In this post, I share my thoughts about common classes pitfalls and possible solutions for creating better web development. | Continue reading


@dev.to | 5 years ago

Top 3 Things That I've learned in my journey as a Software Developer

After nearly 4 years as a Software Developer, I have learned some non-technical stuff that I would have loved to learn them before. | Continue reading


@dev.to | 5 years ago

Why I love working at Sanity.io

Four years ago I was a grad student with a Ph.D. fellowship in the Study of Rel... | Continue reading


@dev.to | 5 years ago

Full-time, side projects, learning, and staying sane

It seems to be a rather common thing, especially among fresh developers, to fee... | Continue reading


@dev.to | 5 years ago

How freeCodeCamp.org uses the JAMstack and a single API server

On price-performance and how a tiny nonprofit spends as little donor money as necessary on infrastructure | Continue reading


@dev.to | 5 years ago

Understanding the F# Fold Operation

My simple way to make understandable folds | Continue reading


@dev.to | 5 years ago

My father has cancer(s)

...(thyroid and thymic cancer) and Myasthenia Gravis. My mother is undergoing d... | Continue reading


@dev.to | 5 years ago

JavaScript timers with Examples

JavaScript timers With Examples | Continue reading


@dev.to | 5 years ago

Working with react dangerouslySetInnerHTML attribute

Working with react dangerouslySetInnerHTML attribute | Continue reading


@dev.to | 5 years ago

Building a Simple Virtual DOM from Scratch

I gave a live-coding talk last week at the Manchester Web Meetup #4. I built... | Continue reading


@dev.to | 5 years ago

Codeless Automated Testing for Mobile Apps

Codeless Automated Testing for Mobile Apps | Continue reading


@dev.to | 5 years ago

How we reduced our initial JS/CSS size by 67%

We have been working on reducing the amount of bytes that we send to all Fider users. Being a web application built with React, we have focused on JS and CSS. On this post we share our learnings, some concepts and suggestions on how you can do the same with your web application. | Continue reading


@dev.to | 5 years ago

What are those PeerDependencies in a Node.js project?

PeerDependencies, one of the terms that brought up confusion to my mind when I first got the PeerDependency warning in my terminal. In this blog post I'll write down what I found out about NodeJS PeerDependencies in a way that also might help others to better understand this topi … | Continue reading


@dev.to | 5 years ago

Legendary MIT 6.001

Computer science is a terrible name for this business. First of all, it’s not a science. It might be engineering or it might be art, but we’ll actually see that computer so-called science actually has a lot in common with magic… | Continue reading


@dev.to | 5 years ago

Using Events in Node.js the Right Way

Before event-driven programming became popular, the standard way to communicate... | Continue reading


@dev.to | 5 years ago

Marcus Hutchins and America's Plea Deal Problem

[Note: I am not a lawyer, and this is not legal advice. If you get legal advice... | Continue reading


@dev.to | 5 years ago

Customizing Rails rake tasks

MotivationRails rake tasks are commands that automate specific acti... | Continue reading


@dev.to | 5 years ago

Keep Your Types and Interfaces Closer (In TypeScript)

TypeScript interfaces are powerful tools but they have to be used right; otherwise, your code becomes a bigger mess | Continue reading


@dev.to | 5 years ago

What I learned about cryptography in 3 weeks

Spreading my knowledge to anyone who wants to discover cryptography | Continue reading


@dev.to | 5 years ago

This Is Why You Don't Keep Logic in the Front-End

Learn how I reverse engineer the Cathay Pacific's seat selection page. | Continue reading


@dev.to | 5 years ago

Why Dev.to is winning over Hashnode?

So as some of you might already be familiar with, Dev.to and Hashnode both are ... | Continue reading


@dev.to | 5 years ago

The Git interface that i want to use

This is purely an idea, but i think it's potential to make programming fun agai... | Continue reading


@dev.to | 5 years ago

3 Little Known but Useful Vim Tips

Vim tips from Mastering Vim Quickly book | Continue reading


@dev.to | 6 years ago

No cutting corners cutting corners

A nearly tragic tale of the world's most absurd border-radius (except your table-based border, you absolute fossil). | Continue reading


@dev.to | 6 years ago

Experimenting with brain-computer interfaces in JavaScript

For the past couple of years, I’ve had a growing interest in neurotechnology. This blog post is about sharing the things I’ve learnt along the way and hopefully help people who want to get started! | Continue reading


@dev.to | 6 years ago

JavaScript modules

My plan of having no babel, webpack, and various other heavyweight tools is sta... | Continue reading


@dev.to | 6 years ago

What Wait Why: Heroku Doesn’t Want You to Be Naked

why you should probably use a www | Continue reading


@dev.to | 6 years ago

The Most Important Non-Programming Skills for Programmers

Skills for programmers that are so much more important than any language, library, or framework | Continue reading


@dev.to | 6 years ago

Learn How to Troubleshoot Applications Running on Kubernetes

Narrow down the issue until you find the problem. Kubernetes applications troubleshooting guide and the most used commands to track down the common issues. | Continue reading


@dev.to | 6 years ago

Intro to deployment strategies: blue-green, canary, and more

With modern CI/CD and microservices, developers deploy more frequently, but they must avoid breaking production. We describe deployment strategies so you can deploy with confidence. | Continue reading


@dev.to | 6 years ago

Do not be this kind of developer

We, humans, use language since ancient times to express ourselves and to commu... | Continue reading


@dev.to | 6 years ago

Distributing portable scripts with Sparrow

How to distribute portable scripts with Sparrow script manager | Continue reading


@dev.to | 6 years ago

Useful websites for programmers

List of some useful websites for programmers and developers | Continue reading


@dev.to | 6 years ago

Outdated browser detection with Browserslist

Detecting outdated browser in one way on both backend and frontend | Continue reading


@dev.to | 6 years ago

The node_modules problem

Why node_modules is so heavy and can be done to solve it? | Continue reading


@dev.to | 6 years ago

Introducing Responsive React Components

Render viewport specific components in React with a one-liner | Continue reading


@dev.to | 6 years ago

Intro to Apache Ignite

A quick start guide to Apache Ignite | Continue reading


@dev.to | 6 years ago

What is HTTP/3?

The HTTP-over-QUIC experimental protocol will be renamed to HTTP/3. | Continue reading


@dev.to | 6 years ago

Meet a Kubernetes Descheduler

Sometimes pods can end up on the wrong node due to Kubernetes dynamic nature. Descheduler checks for pods and evicts them based on defined policies. | Continue reading


@dev.to | 6 years ago

Many communities do not value the need to reduce the mental load for developers

I was thinking back to DHH's Railsconf keynote from this year: It largely c... | Continue reading


@dev.to | 6 years ago

Fullscreen API on iPad Safari

Using Fullscreen API on iPad Safari for your web apps. | Continue reading


@dev.to | 6 years ago