A few weeks after my terrible MTB accident where I tore my ACL on my left knee, I was off from work for a few weeks, and I kind of got bored with just laying in the bed and was pondering what I could be doing something meaningful. Then this idea stuck my mind, why not try doing a small CCTV camera for my home? I …
Read MoreRoughly 3 weeks ago on the 5th of October, I had an MTB bike accident and in the process I ended up injuring my left knee. I was actually attempting to Manual during which I realized that I was about to lose my balance. I wanted to bail out from the Manual, so I tried to pull the bike completely to the front with me …
Read MoreI wanted to play around with OpenCV and thought it might be a good idea to try OpenCV with a real life use case. DIY'ing a home camera system that can do motion detection and click images when there is some movement in the frame sounded like a cool idea. So I researched on how I could get this set up done. There were …
Read MoreRoughly 3 weeks ago on the 5th of October, I had an MTB bike accident and in the process I ended up injuring my left knee. I was actually attempting to Manual during which I realized that I was about to lose my balance. I wanted to bail out from the Manual, so I tried to pull the bike completely to the front with me …
Read MoreGoing behind Scala's recursion
Sep 18, 2018 · 4 min readThere are times when we might want to call a function which calls itself repeatedly n number of times. In my career programming with Java so far, I have not written any single recursive functions, the main reason being that writing recursion was hard with Java. Java is best suited for an iterative approach. Sometimes a …
Read MoreList of useful tech links
Aug 22, 2018 · 1 min readMath Topic Source Simple Linear Regression Basics about doing Linear Regression Probability Bayes Theorem Basics about Bayes theorem in Probability Binomial Distribution Understanding basics behind Binomial distribution Doing Gradient Descent Understanding basics on Gradient Descent Essence of Calculus Series on …
Read MoreLists of useful books
Aug 20, 2018 · 1 min readMath & ML Title Source Deep Learning Deep Learning MIT Press Neural Networks Make Your Own Neural Network Statistics Basics Head First Statistics Statistics for ML Introduction to Statistical Learning Programming Topic Source Algorithms Grokking Algorithms C++ C++ Primer Go Effective Go Kubernetes Kubernetes …
Read MoreSome time ago I managed to set up a 4 node K8s cluster on a set of Raspberry Pi's that were lying idle at my home. In case it interests you, please have a look here for the complete setup, the required components and on how to get it up and running
Read Moreblockchain-documentation This is a summary of the concepts around Blockchain technology! There are two types of Software architectures exists - Centralized & Distributed A Hybrid architecture is also possible Centrally Distributed architectures Blockchain simply put is a tool to maintain Trust & Integrity in a …
Read MoreIf you are in the Energy & utilities industry, you might have probably heard about a concept called Virtual Power Plant. The idea is not new, but it is gaining importance as more and more power producing units (also power consuming units) gets distributed. What does it mean? It just means that the internet offers …
Read More