blog

Why not to use `&&` in JSX ?

Using `&&` instead of good old ternary operator in JSX is not actually a very clever idea. It might result in unexpected behavior in your application and even a crash if it's react native.

blog

Make changes to node_module files with patch-package

Simple introduction to using a patch package to make * permanent * changes to files inside node modules. No, you don't have to fork the repository or wait for pull request to be merged just to make a simple change to the library. No more.

introduction

Hello World Once Again

It's been a long overdue. But finally I decided to get back to the place where I sued to write as soon as I stumble upon something interesting or something challenging.