React is Tomorrow's MooTools

I'm a generalist web developer with my hands in a few libraries.I don't conside... | Continue reading


@dev.to | 6 years ago

How to build a chat application with Dart 2

In Part 1 we constructed the UI for our Chat sign in screen and wrote a basic f... | Continue reading


@dev.to | 6 years ago

Why the React community is missing the point about Web Components

I'm a generalist web developer with my hands in a few libraries.I don't conside... | Continue reading


@dev.to | 6 years ago

I created a bot that talks to recruiters for me (and it's sooo good)

My name is Kevin, and I’d like to tell you a story about an easy way I stopped recruiter spam using one bot. | Continue reading


@dev.to | 6 years ago

Show HN: Plek – Continuous Deployment Using Now and Fly Integrated with GitHub

make continuous deployment delightful | Continue reading


@dev.to | 6 years ago

Things that changed the JavaScript and the Web forever

I want to talk about those brave JS developers who changed web-development forever | Continue reading


@dev.to | 6 years ago

“Same Reference” vs. “Same Value”

What does it mean to have the "same reference" and to have the "Same value"? Believe it or not, there are subtle differences between the two. Not being aware of them can lead to strange consequences. | Continue reading


@dev.to | 6 years ago

Lessons I learned from training with special forces that I use in software dev

I've had the unique opportunity to train with and be taught by some of Military's best. Who knew that the best warfighters had great insight into programming. | Continue reading


@dev.to | 6 years ago

How I organize my knowledge as a Software Engineer

Software Development and Technology in general are areas that evolve at a very ... | Continue reading


@dev.to | 6 years ago

Blog Post – Thoughts on Site Monitoring Tool – UpDown

Hi All, this is Adi again.I wanted to talk about a tool I use on a daily basi... | Continue reading


@dev.to | 6 years ago

Two Awesome Days at JAMstack Conf 2018

Mark Catalano reflects on JAMstack Conf 2018 and what JAMstack means to him. | Continue reading


@dev.to | 6 years ago

Sending automated emails with Masonite Framework

A practical guide showing how to send automated emails using Masonite Framework. | Continue reading


@dev.to | 6 years ago

Should programming languages be made for IDEs rather than humans?

This is something I've been thinking about for a while. Why are we creating pro... | Continue reading


@dev.to | 6 years ago

Software Engineer Productivity: coding

Productivity tips for any environment, framework, language or platform. | Continue reading


@dev.to | 6 years ago

How a Month Without Computers Changed Me

I’ve sent a message to my family and delegated my open source projects to my friends. With my last tweet sent, I turn off my laptop, phone, and tablet. My Digital Sabbath begins in 10 minutes: no digital devices for the next month. | Continue reading


@dev.to | 6 years ago

GitHub is Celebrating Halloween

look how they are celebrating | Continue reading


@dev.to | 6 years ago

The Web Accessibility Introduction I Wish I Had – DEV Community ‍‍

Another message to my past self, this time on the importance of accessibility, how to achieve it, and how to test it. | Continue reading


@dev.to | 6 years ago

Show HN: A simple React Form solution

React is great. I get it, it lets us create Components like a snap. But sometim... | Continue reading


@dev.to | 6 years ago

Is front-end development having an identity crisis?

Does front-end development as a we know it still exist; or has the role evolved into something we no longer recognise? As with evolution in nature, the evolution of "front-end" has resulted in several distinct flavours --- and in my opinion --- an identity crisis. | Continue reading


@dev.to | 6 years ago

Multiple Environments with Heroku and Git – DEV Community ‍‍

How to push your code to multiple Heroku apps that serve as different environments. | Continue reading


@dev.to | 6 years ago

Essential quality of life terminal improvements – DEV Community ‍‍

Spend a little time updating config files for a more usable, aesthetically pleasing development experience. | Continue reading


@dev.to | 6 years ago

Why Not React Native? Why Not Flutter? Why Not Meteor? Why Not NativeScript?

We started working on an iOS app a little while back and just released a basic-... | Continue reading


@dev.to | 6 years ago

You want HOW MANY years experience?

A handy tool for tech recruiters who ask for fifteen years experience in technologies that have only existed for three months. | Continue reading


@dev.to | 6 years ago

Livable code, embrace the practical mess

There is more to coding than clean code, try and make your code base livable. Work to love your code base. | Continue reading


@dev.to | 6 years ago

Opunit (sanity checks for vms, containers, and servers)

Sanity checks and tests for vms, containers, and remote servers. | Continue reading


@dev.to | 6 years ago

The Ideas Behind React Easy State: Utilizing ES6 Proxies

A brief description of how I used ES6 Proxies to create a transparent reactive state management library and what difficulties I had to face to polish it over time. | Continue reading


@dev.to | 6 years ago

State of Express 2018

What does Express look like in 2018 | Continue reading


@dev.to | 6 years ago

Developer Is the Next Blue Collar Job

People who generally do not have a college education, and go straight into a physical, or modest working-class job after high school. | Continue reading


@dev.to | 6 years ago

Bad Habits Developers Should Fix

Bad habits that developers are known to do and how to fix them. | Continue reading


@dev.to | 6 years ago

Why you should use SQL CTEs

CTEs are persisted temporary data sets, that allow you to store a single query to go back to later in your script. | Continue reading


@dev.to | 6 years ago

The Right Idea Becomes the Wrong Idea Over Time

People support older versions of IE because they made the choice and never revisited it. People hate JavaScript because they had some bad experiences and never let old scars heal. | Continue reading


@dev.to | 6 years ago

4 Things Developers Take for Granted That Used to Be Really Hard

While development is still complicated, some things have definitely improved. | Continue reading


@dev.to | 6 years ago

SQL tests in your smart framework

Many complain that sql-code, in one form or another, becomes unsupported very quickly and, in fact, it is not even worth starting to write any logic in sql. "Use sql only as tables, and implement all the logic inside the code", they say not entirely without some slyness at the sa … | Continue reading


@dev.to | 6 years ago

Cursed custom selects

Conclusion about custom javascript libraries which are reimplemented html-selects | Continue reading


@dev.to | 6 years ago

Stress Testing React Easy State (with exotic state structures and mutations)

Easy State is a transparent state management library for React. This article demonstrates how it behaves with increasingly exotic state structures and mutations. | Continue reading


@dev.to | 6 years ago

Practice refactoring legacy code with hangman

Improve your refactoring skills with this simple game. | Continue reading


@dev.to | 6 years ago

My Tests Are Being Maintained by Artificial Intelligence

Automated Testing and Artificial Intelligence | Continue reading


@dev.to | 6 years ago

The Outrageous Cost of Skipping TDD

You’ve already heard of Test-Driven Development. Finally, you get down to tryin... | Continue reading


@dev.to | 6 years ago

First impressions of Pulumi

This is a small outline of my first impressions of Pulumi along with some code ... | Continue reading


@dev.to | 6 years ago

I Have a Laptop with 4GB RAM – An Electron Rant

Electron, a popular framework that allows developers to write code once and d... | Continue reading


@dev.to | 6 years ago

Designing a Blockchain Voting System for 1B

How Delegated Proof of Stake can be used to perform massive scale voting in the world's largest democracy. | Continue reading


@dev.to | 6 years ago

Show HN: Commons Host DNS-over-HTTPS CDN with 20+ edge servers

Think big. Start small. Move fast. | Continue reading


@dev.to | 6 years ago

Testing Rails concerns with isolated anonymous controller

Rails controller concerns in isolated anonymous controller | Continue reading


@dev.to | 6 years ago

Software development expertise: Which factors foster its formation?

Towards a Theory of Software Development Expertise | Continue reading


@dev.to | 6 years ago

Adaptive Serving Using JavaScript and the Network Information API

Learn how to adaptively serve content based on the user's effective network connection type | Continue reading


@dev.to | 6 years ago

How I used Google Cloud Platform to start investing in stocks

I let the cloud do math for me | Continue reading


@dev.to | 6 years ago

Why is Git on windows so slow with gitlab.com since a ~1 week?

the performance of git remote operations to gitlab.com on windows with plink is very slow. why? | Continue reading


@dev.to | 6 years ago

Notch on iPhone X, XS, XR and XS Max

Raise your hands if you love the notch on iPhone X, XS, XR or XS Max! 🙋🏻‍♀️🙋‍♂️... | Continue reading


@dev.to | 6 years ago