Dates formats and timezones have for many years and probably for many more to come, been the...
There are only two hard things in Computer Science: cache invalidation and naming things. - Phil...
TL;DR 1- Replace `lodash` with `lodash-es` 2- Ditch default imports 3- Prefer namespace imports -...
TypeScript Return Types This subject has been trending a lot on Twitter lately and there...
TypeScript 4.7 This upcoming TypeScript version will bring a lot of new features and...
TypeScript Functions When it comes to writing TypeScript functions, it is possible, that...
This blog post takes by granted that you are aware of useReducer logic and the basics regarding...
This blog post takes for granted that you have some knowledge regarding React and React's Hooks. ...
In this blog post, we will learn how to build a TypeScript util type, that exposes all the key paths...
This is an opinionated take on when to use each CSS unit, feel free and encouraged to disagree and...
This post takes by granted that you already have Jest set up and a test script defined on your...
This post is the 6th and final part of a 6 part series, on how to build a RTL compatible web...
This post is the 5th part of a 6 part series, on how to build a RTL compatible web platform, take a...
This post is the 4th part of a 6 part series, on how to build a RTL compatible web platform, take a...
This post is the 3rd part of a 6 part series, on how to build a RTL compatible web platform, take a...
This post is the 2nd part of a 6 part series, on how to build a RTL compatible web platform, take a...
Introducing Right-to-Left If you are trying to build an international web platform and you...