PHPnews.io

Overview for 'nehalist'

The past and future of nehalist.io

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…


Immutable objects in TypeScript

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…


The full circle update

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…



Setting up web projects

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…


Twenty nine

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…