It was New Years Day, 2018. I knew that I had to make a career change but I just didn't know where to... (more…)
Read more »
Constants in Go must be assigned before the program runs. All constants are computed and saved when the program compiles using go build. Constants can rely on... (more…)
Read more »
In this video, we will create 3 different ways to get unique values from an array. 🚀 The aim of this series is to show you different ways to solve the same p... (more…)
Read more »
Redux creator Dan Abramov asked his massive audience of JS devs on Twitter what the most interesting things in the JS world are. I condensed the huge list of responses to the most popular ones here. It's a very interesting look into the future of JS over ... (more…)
Read more »
I’ve been working a lot with a legacy code-base lately. And this one is particularly troublesome. It has all the hallmarks of a rush job. The code is brittle. There are no tests. Things often seem to break at random. And to my embarrassment, I wrote mos...
Read more »