JavaScript 30 - Array Cardio 1
| Day 4 of JS30 challenge, today we worked with various methods on array and I learned one nifty trick of displaying them in console.
JavaScript 30 - CSS Variables
| Day 3 of JS30 challenge where I built an analog clock with CSS and animate its changes using JS and CSS.
JavaScript 30 - CSS Analog Clock
| Day 2 of JS30 challenge where I built an analog clock with CSS and animate its changes using JS and CSS.
Make git forget a tracked file
| What to do when you are tracking a file with git but then want to remove it from VCS while keeping it in your file system.
HTTP Network Requests on Android Pie
| Android Pie only allows HTTPS traffic by default & blocks all HTTP requests. You can enable HTTP communication for your API endpoints once you have configured this little thing.
How Breathing Works
| Ever wondered how our breathing is regulated? Let me take you on a ride down the wind-pipe.
APGAR score
| A quick method used to check whether a newborn needs immediate medical care.
How anesthetics work
| A post on the different categories of anesthetics and their working mechanisms and differences.
Critical mistakes to avoid in Android development
| Charlie Munger has said that avoiding to be stupid is more beneficial when compared to trying to be intelligent. So, let's take a look at some mistakes that we can avoid while walking the path of Android development.