How to get a full work-day battery life on M1 Macbook
I recently switched to a Macbook Air M1 after being a loyal Ubuntu user for the past 15 years. I will be posting about the reasons for switching and the experience and differences between...
I recently switched to a Macbook Air M1 after being a loyal Ubuntu user for the past 15 years. I will be posting about the reasons for switching and the experience and differences between...
My life mostly revolves around the “production” or “prod” as we call it. You know life is stressful there. You have so many moving parts that need to be actually “moving”. You try to...
Kotlin is a relatively new programming language that is gaining popularity due to the simplicity in the syntax compared to Java and the compatibility with the JVM. It is developed and maintained by the...
Spring is a powerful framework that provides comprehensive programming and config model for new age Java base enterprise applications. There are several core concepts of Spring that should be understood by anyone trying to...
The battery size on android mobile phones is getting bigger and bigger with each new release. But when you look at the average battery life, it’s somewhat the same. The general practice is to...
Data structures A data structure represents the way of organizing data in the memory by a program for its effective usage. This is a critical concept with the amount of data we are currently...
I used to be a die-hard enthusiast of dark mode screens and designs. I loved the elegance and the simplicity they provided and always wanted to have more of it on all the apps...
If you are a front-end developer, you must be familiar with the pain of connecting to the API when working on your development machine. You may be running a local npm server and the...
Git is a well-known source code versioning system widely used by software organizations. But many of the developers who have not yet worked with a team could be unaware of how this works and...
This post describes important handling that needs to be put in the Nginx to avoid getting intermittent gateway timeouts during a proxy pass to an AWS ELB. Please read on to see the issue...