A computer science professor of mine once said, “For me to understand your code, show me your data.” The design […]
Introduction When I got introduced to programming, years ago, I was really excited about the endless opportunities I could embrace. […]
Typescript has come a long way since its inception over six years ago and is being adopted by leading web […]
Speaking at conferences and meetups can be one of the best things you can do for your career. But for […]
The phrase “single-page application” has come, over the years, to mean both a particular type of website and a web […]
Manually restarting an application’s process after each change to the codebase can be both exhausting and frustrating. Fortunately, one brilliant […]
In this post, we will set up an observable system for a React/Redux app and a Node.js back end deployed […]
Some technical debt is unavoidable, but you can reduce it and make your applications more usable with these tips.
A history of front-end frameworks including Semantic UI and others.
A common mistake among developers is to give less importance (often, none at all) to styling when compared to other […]
Redux-Observable is a Redux middleware that allows you to filter and map actions using RxJS operators. RxJS operators like filter() […]
What exactly is ReasonML? ReasonML is a syntax extension for the OCaml language created by Facebook. Rather than creating an […]