How a Grad Student tracks Elon Musk's Private Jet with Python

Technology, Developer

How a Grad Student tracks Elon Musk's Private Jet with Python

We all know who Elon Musk is.. A real life Iron Man whose mission is to colonize Mars. Ok, how did a college graduate manage to track Elon Musk's private jet with few line of python? Lets find out

Feb 01, 2022

Machine Learning - 101

Math, Software Architecture, Developer, Machine Learning

Machine Learning - 101

Are you a person who thinks machine learning is some sort of black-magic or thinks that computers with it's intelligence will some day take over humanity? Let me help you fill in the grey area for you! Lets get started

Jan 15, 2022

How watching thalaivar movies made me a better developer --

Movies, Developer

How watching thalaivar movies made me a better developer --

Are you a huge fan of Superstar Rajinikanth? Are you a software-developer? If you have answered yes for any of the questions, you will definitely enjoy this blog reading as much as I enjoyed creating this. Lets jump right in --

Dec 29, 2021

How to write a better code?

Code, Developer, Software Architecture

How to write a better code?

The answer is simple: craftsmanship. There are two parts of learning this craftsmanship: knowledge and work - knowledge about principles, patterns, practices and heuristics that a craftsman needs and practicing the same again and again to get better at it.

Dec 29, 2021

SOLID ADVISE FOR SOFTWARE DEVELOPMENT

Code, Developer, Software Architecture

SOLID ADVISE FOR SOFTWARE DEVELOPMENT

SOLID Principles were introduced by Robert C. Martin - The Uncle Bob in the year 2000 on his paper Design Principles and Design pattern. Uncle Bob is one of the weird naming schemes in computer science in line with the Java (The Coffee☕), Python (the snake🐍) and Gang of Four 🧑🏻‍🤝‍🧑🏼🧑🏼‍🤝‍🧑. However the name was coined by Michael Feathers later.

Dec 26, 2021

Cohesion🔗 and Coupling🖇️ in Software Architecture🦸🏻‍♂️

Code, Developer, Software Architecture

Cohesion🔗 and Coupling🖇️ in Software Architecture🦸🏻‍♂️

Let try to design and write better code by looking at two 💕 of the important software quality metrics – Cohesion and Coupling. This is applicable for any programming language and help you write high quality code which ensure high reusability and easy maintenance. These high level topics in general talk about how easily our code can be changed and extended. Most people think they are the same – to a certain point it is, but there is a difference

Dec 24, 2021