Overview for 'nehalist'
Written by Nehalist.io
/ Original link
on May. 11, 2020
Long time no see. It has been some wild weeks - and I'm not just talking about the world encountering a pandemic. Let's talk about... everything.CoronaBy now pretty much everyone is somehow affected by the novel Coronavirus which has taken over the world. To give a brief update on myself in this re…
Written by Nehalist.io
/ Original link
on Feb. 12, 2020
Immutability is the concept of not directly mutating objects and instead always work with new objects which reflect the updated object. It makes code easier to debug, performs better, is more predictable and is a requirement for many modern state management solutions.I was a bit confused about how…
Written by Nehalist.io
/ Original link
on Feb. 3, 2020
Have you ever thought about updating some minor things about your project and ended up in pretty much re-inventing the wheel? Just some little tweaks here and there, nothing special. Shouldn't take more than a few days. I somehow managed to walk this way and went from "just some tweaks here and the…
Written by Nehalist.io
/ Original link
on Jan. 8, 2020
I'm fortunate to work in a company which doesn't just appreciate open source but even contributes to it by releasing some of the tools and libraries we use internally. One of these projects is Hans - a tool for creating fake APIs - which I haven't talked about yet. Well, it's about time!What is Han…
Written by Nehalist.io
/ Original link
on Dec. 19, 2019
Starting a web project is more than just hacking a some lines of code and you're done - at least if you want to create something good and sustainable.Having a solid foundation to work on - tools that help you to improve the product you're working on - has become a necessity in a fast-paced web deve…
Written by Nehalist.io
/ Original link
on Nov. 12, 2019
I've finally reached the last chapter before leaving my twenties. It's been a decent year with kind of a pinnacle at the end - let's take a quick look back.My blogAfter running on Ghost for many years I've released a new version of my blog in June 2019 which is powered by Gatsby. After nearly half…