First episode about Behavioral Patterns and Command | Continue reading
This is post is super long but there are pictures (of words).I made a summary... | Continue reading
A Unix programmer heads over to the local diner to get something to eat for lun... | Continue reading
Two big picture explanations of functional programming for students and newcomers. | Continue reading
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
Allocate time for fighting to get people the promotions, raises, and jobs they deserve. | Continue reading
I'm forking another conversation: ... | Continue reading
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
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
Four years ago I was a grad student with a Ph.D. fellowship in the Study of Rel... | Continue reading
It seems to be a rather common thing, especially among fresh developers, to fee... | Continue reading
On price-performance and how a tiny nonprofit spends as little donor money as necessary on infrastructure | Continue reading
My simple way to make understandable folds | Continue reading
...(thyroid and thymic cancer) and Myasthenia Gravis. My mother is undergoing d... | Continue reading
JavaScript timers With Examples | Continue reading
Working with react dangerouslySetInnerHTML attribute | Continue reading
I gave a live-coding talk last week at the Manchester Web Meetup #4. I built... | Continue reading
Codeless Automated Testing for Mobile Apps | Continue reading
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
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
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
Before event-driven programming became popular, the standard way to communicate... | Continue reading
[Note: I am not a lawyer, and this is not legal advice. If you get legal advice... | Continue reading
MotivationRails rake tasks are commands that automate specific acti... | Continue reading
TypeScript interfaces are powerful tools but they have to be used right; otherwise, your code becomes a bigger mess | Continue reading
Spreading my knowledge to anyone who wants to discover cryptography | Continue reading
Learn how I reverse engineer the Cathay Pacific's seat selection page. | Continue reading
So as some of you might already be familiar with, Dev.to and Hashnode both are ... | Continue reading
This is purely an idea, but i think it's potential to make programming fun agai... | Continue reading
Vim tips from Mastering Vim Quickly book | Continue reading
A nearly tragic tale of the world's most absurd border-radius (except your table-based border, you absolute fossil). | Continue reading
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
My plan of having no babel, webpack, and various other heavyweight tools is sta... | Continue reading
why you should probably use a www | Continue reading
Skills for programmers that are so much more important than any language, library, or framework | Continue reading
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
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
We, humans, use language since ancient times to express ourselves and to commu... | Continue reading
How to distribute portable scripts with Sparrow script manager | Continue reading
List of some useful websites for programmers and developers | Continue reading
Detecting outdated browser in one way on both backend and frontend | Continue reading
Why node_modules is so heavy and can be done to solve it? | Continue reading
Render viewport specific components in React with a one-liner | Continue reading
A quick start guide to Apache Ignite | Continue reading
The HTTP-over-QUIC experimental protocol will be renamed to HTTP/3. | Continue reading
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
I was thinking back to DHH's Railsconf keynote from this year: It largely c... | Continue reading
Using Fullscreen API on iPad Safari for your web apps. | Continue reading