Solid.js feels like what I always wanted React to be

I'm sold on Solid. | Continue reading


@typeofnan.dev | 2 years ago

Redefining–and making a case for–resume-driven development

RDD has become a term indicative of chasing new fad technologies, but it could mean so much more (in a good way). | Continue reading


@typeofnan.dev | 2 years ago

If your refactors break a lot of tests, you may not be testing the right things

Testing is supposed to validate that your app works. If you do some refactoring and your app still works but your tests are failing, are you really testing the right thing? | Continue reading


@typeofnan.dev | 2 years ago

Taking pixel-perfect screenshots every time using Chrome Devtools

While most operating systems ship with built-in screenshotting tools, it's often desired to grab pixel-perfect screenshots. In this post, I'll show you how to do so. | Continue reading


@typeofnan.dev | 2 years ago

What Questions Should You Ask in a Software Engineer Interview?

Often, we focus on acing the interview; however, we need to remember that the process is a two-way street. | Continue reading


@typeofnan.dev | 2 years ago

An Easy Way to Build a Tree in JavaScript Using Object References

Building a tree structure in JavaScript can be easy if you think in terms of references. | Continue reading


@typeofnan.dev | 4 years ago