Localhost love: The last comfort zone for the dev
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...
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...
You read it right. Excel-ification !. Don’t bother to search in the internet. Its not there anywhere. Its a name given to a phase of life I am going through now. But I can bet...
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...