Posts

RxJS Basics
Learning RxJS was difficult for me, but it was worth it as it simplifies implementing many complex async features in a Frontend app. Now I think of …
Read article
Using Glimmer.js v1 in Production
TL;DR If you are using Glimmer.js v1 in production like me, you can find this npm package which I published, useful. Its original repo is archived, so …
Read article
JavaScript Prototype Easy Explaination
JavaScript prototype is an interesting feature which I read about many times, but I forget that easily, because of so many similar terms and concepts. …
Read article
A not so popular class pattern - TypeScript
TypeScript is a flexible language. Using it you can write code doing the same thing in multiple ways. This can be considered as both disadvantage and …
Read article
Clean Code Book Summary
The book Clean Code by Robert C Martin, changed the way I think about and write code. Why Clean Code? Have a look at the image below which is from the …
Read article
Top 10 Tools I found productive when working with TypeScript
There are lots of software tools freely available to use. Some of them highly impacts the way we work, and they can let us do more in less time If you …
Read article
Stencil for React Devs
What is Stencil? Stencil is one of the best tools out there to build web components. The following is from Stencil’s official website Stencil is a …
Read article