For the love of Engineering
I remember the first time I learned about HTML. It was a book that I got from a friend, internet was something I knew about but as a kid all of it was still a mystery. It was a simple book, standar...
I remember the first time I learned about HTML. It was a book that I got from a friend, internet was something I knew about but as a kid all of it was still a mystery. It was a simple book, standar...
On Hating Windows If using a computer to get something done is to swim then to use Windows is the equivalent of swimming in a swamp. The unnerving slowness of this absolutely abhorrent piece of sof...
Awesome Functional Programming Stuff So somewhere along the line I started using nixOS that resulted me having a serious look into functional programming and before I knew it I was deep into readi...
Making tp-Link T2UB Archer Nano Work on NixOS Generally speaking Linux is fantastic when it comes to hardware support, most things just work out of the box, however sometimes an obscure or perhaps...
So say you have an Arduino, and it is actively observing some data, say the humidity, temperature, ppm and such and you would like to somehow be able to stream this data to a website, how can you a...
30 Days of JavaScript So there is this study plan on leetcode titled “30 Days of JavaScript”, it mostly comprises of simple problems that focus on the functional nature of JavaScript. Following ar...
Two Sum The problem is rather simple when going with a naive solution, using a O($n^2$) solution by lopping through all the unique pairs possibe combinations (not considering the order) and ret...