Someone recently reached out to me and asked how am I able to write consistently. Her exact words were: "how…
Writing performant code is not enough as a developer. We need to ensure that it is readable as well. And…
JavaScript promises do not have any time associated with them. We can use a .then() function and wait until the…
Having consistency and enforcing coding standards becomes very important as an application scales. It becomes important to automate the process…
If you have been using React for a while, you are familiar with how state update works. There are a…
TypeScript provides some built-in utility types that help facilitate transformations of types from one form to another. These utilities are…
Once we start exploring TypeScript, we start using interfaces and types without really understanding the differences between them. I am…
Mutant is an open-source, cross-platform, compiled, garbage collected, encrypted programming language that wants to make secure programming and security research…
Writing conditional expressions is pretty easy to do. But there is room for improvement in the way we have been…
As you might know, I recently switched jobs. In my long journey of finding a new one, there was a…