UX Engineering

The Future Of Front-End Development & Building Consistent Products | Continue reading


@dev.to | 5 years ago

Cache Busting a React App

A simple approach to cache busting in a React application | Continue reading


@dev.to | 5 years ago

Lessons Learned Conducting Code Reviews

Advice on improving your team's code review process through better communication and setting standards. | Continue reading


@dev.to | 5 years ago

Free Courses to Learn Git and GitHub in Depth

A collection of free online courses to learn Git for beginners | Continue reading


@dev.to | 5 years ago

Epic Development Environment Using Windows Subsystem for Linux (2018)

Web and OSS Development on Windows doesn’t suck anymore! | Continue reading


@dev.to | 5 years ago

A Dev's Guide to Meditation – Part 4

Why meditation might help you code | Continue reading


@dev.to | 5 years ago

Real World Developer's Problems: API Versioning

In some moment you API would be evolving, and you need to support the features they provide. | Continue reading


@dev.to | 5 years ago

Exploratory Analysis on GitHub Data

Continue reading


@dev.to | 5 years ago

Web Components Q&A

Can we finally use the platform? What are the pros and cons of using Web Components? Let me share you my point of view on this topic. | Continue reading


@dev.to | 5 years ago

Show HN: Dynaconf 2.0.0 is out – One code line to manage your settings

The only line of code you need to manage your Python 3 configurations | Continue reading


@dev.to | 5 years ago

Gate Classes (Software Design Pattern)

I'll show you a technique that's similar to the guard clause pattern but is used in more advanced scenarios. | Continue reading


@dev.to | 5 years ago

What's a design system and why you need one

A design system is a collection of reusable graphical components which connects product teams around a common visual language | Continue reading


@dev.to | 5 years ago

I Quit My Software Project to Get Healthy

Ever had to quit a good software project because you couldn't be successful in your role? | Continue reading


@dev.to | 5 years ago

How to speed up Python application startup time

Introduction of Python 3.7's new feature to measure import time | Continue reading


@dev.to | 5 years ago

SELinux Has a UI Problem

Don't disable SELinux! But then why do so many knowledge base articles, blog posts, and StackOverflow answers recommend doing just that? | Continue reading


@dev.to | 5 years ago

How to Create Effective Pull Requests

Pull requests quality is often overlooked. A badly written pull request can not only cause friction when it comes to code reviewing but it will also increase the chance to introduce issues in production. Clean and tidy Pull Requests contribute to a faster pipeline, quicker code r … | Continue reading


@dev.to | 5 years ago

Ministry of Silly Runtimes: Vintage Python on Cloud Run

Or, "How I made my own serverless Python 1.x runtime with Cloud Run" | Continue reading


@dev.to | 5 years ago

A Dev's Guide to Meditation – Part 2

Why meditation might help you code | Continue reading


@dev.to | 5 years ago

Gitpod – Frictionless Coding on GitHub

Every day developers waste millions of hours switching contexts between project... | Continue reading


@dev.to | 5 years ago

How to resolve deep JSON object in Dart

Continue reading


@dev.to | 5 years ago

A Dev's Guide to Meditation – Part 1

Why meditation might help you code | Continue reading


@dev.to | 5 years ago

Learning to love software development books

I have always loved to read, but my experience with technical books is more com... | Continue reading


@dev.to | 5 years ago

A Taste of Dynamic Typing in Java Using the Var Keyword

JDK 10 has added var keyword in Java which allows you to declare a local variable without type like instead of String str you can just say var str. | Continue reading


@dev.to | 5 years ago

A Dev's Guide to Meditation

Why meditation might help you code | Continue reading


@dev.to | 5 years ago

Reclaiming 10GB of disk space from node_modules

I finally got fed up with running out of disk space on my laptop. | Continue reading


@dev.to | 5 years ago

Towards Zero Bugs

Using a checklist to detect and fix bugs early | Continue reading


@dev.to | 5 years ago

Learn Ruby regexp step by step with plenty of examples and exercises

Learn Ruby regular expressions from basics to advanced levels with plenty of examples and exercises | Continue reading


@dev.to | 5 years ago

How to set up a 20-minute computer break on a Mac

Implement the 20-20-20 rule for lessening eyestrain | Continue reading


@dev.to | 5 years ago

The OverEngineering Challenge

Have you ever wanted to let loose and just overengineer a project? Try this challenge out. | Continue reading


@dev.to | 5 years ago

Everything you need to know to land a dev job at Google

Want a tech job at Google? This article is for you. | Continue reading


@dev.to | 5 years ago

Vue Bot Scenario Syntax

Declarative syntax for scenarios based on Vue.js templates | Continue reading


@dev.to | 5 years ago

Foreign Tech Companies Ready to Hire You in 2019

If you consider relocation in 2019, see this list of job offers from 30 companies across 10 countries. Whether you're a software developer, product manager or QA, here you will find some attractive tech jobs in Germany, Netherlands, Canada, and several other countries in Europe a … | Continue reading


@dev.to | 5 years ago

Faster WebGL/Three.js 3D Graphics with OffscreenCanvas and Web Workers

Use the combination of OffscreenCanvas and Web Workers with my offscreen-canvas library to make your Three.js WebGL apps more performant even on low-end devices while keeping support for all browsers. | Continue reading


@dev.to | 5 years ago

Collaboration Doesn't Come in “One Size Fits All”

Continue reading


@dev.to | 5 years ago

Creating a blockchain with less 100 code lines

Creating a blockchain with less than 100 code linesPhoto by Thought... | Continue reading


@dev.to | 5 years ago

How to turn React's source code into a programming lesson

Source code is not just for reading | Continue reading


@dev.to | 5 years ago

How to get rid of Apple censorship, or an open letter to Spotify

TL;DR: Dear Spotify or whoever wants to get rid of the platform’s aggressive c... | Continue reading


@dev.to | 5 years ago

How to Boost Your Productivity and Get Shit Done

I'm often asked how I am able to juggle so many tasks at once, and get a lot of... | Continue reading


@dev.to | 5 years ago

React Hooks: Test Custom Hooks with Enzyme

A simple approach to test the behaviour of custom React hooks | Continue reading


@dev.to | 5 years ago

Tools: Title=”RemoteSampleData”

What I’ve learned from my previous article is that the best way to gain new kno... | Continue reading


@dev.to | 5 years ago

Two Months of Flutter Development

Continue reading


@dev.to | 5 years ago

How to Structure Code When Moving Your API from Express to Serverless Functions?

Learn one good way to structure your serverless functions on Azure. | Continue reading


@dev.to | 5 years ago

Stop using so many divs An intro to semantic HTML

Sure, divs are great and all, but they give no information about their purpose within the document structure. HTML5 has been around for a while now, and there are better options. | Continue reading


@dev.to | 5 years ago

Short Methods FTW

Some 5 years ago, I got my first intern job in a small startup. We were build... | Continue reading


@dev.to | 5 years ago

HTML Emails 101 for Web Developers

Email design has not changed much, but has in fact gotten worse. As more mobile devices and email clients are introduced, there are more limitations to deal with when having to build HTML emails. | Continue reading


@dev.to | 5 years ago

Customize Objects Coercion in JavaScript

Did you know that Javascript allows us to customize the result of coercion when it is performed on an object defined by us? | Continue reading


@dev.to | 5 years ago

Handling configuration changes using static references

When writing about the preservation of data on configuration change, there ar... | Continue reading


@dev.to | 5 years ago

Is Prolog worth learning in the 21st century?

During my university days, when I was studying Mathematics and CS, software d... | Continue reading


@dev.to | 5 years ago