It feels like travelling back in time like 6-7 years when we had to configure the Spring Web MVC using XML. It was so dreadful for me back then. It is dreadful for me now as well. I know many of you might be struggling to set up the Spring Web MVC older versions (versions from 3.x) and so on. I know this because I'm struggling with it myself. Mostly because I'm … [Read more...] about Spring Web MVC (3.x) Configuration From Scratch (Using XML)
Is Technology Taking Life Away From The People
I visited my hometown after 18 months of constant IT grilling. It always feels good to come back home, I get to eat all the tasty delights my Mom make for me. I like the way people live here - simple and boring. I always visit the nearby ground to play with my brother and friends. But every coming year I see lesser and lesser people coming out of their houses in the … [Read more...] about Is Technology Taking Life Away From The People
Login To Any Server Without Using Password
This is the most basic stuff that every college grad student must know. Public key authentication is the most secure way of logging into any server. And it doesn't require you to remember your password or type it every time you want to login to the server, which actually saves valuable seconds of your time. This article is going to be all about Logging into your servers … [Read more...] about Login To Any Server Without Using Password
How To Setup Your MacOS Machine For Any Development
Hey folks, I've been wanting to write an article on this topic for a long time but always find myself stuck with something or the other. Mostly because a lot of things have changed lately and it takes time to find the lost balance. So finally, I got some time out to craft this article for you. It is good that you are putting some time aside to actually read about setting … [Read more...] about How To Setup Your MacOS Machine For Any Development
Spring MVC – Build Project In Java With Gradle From Scratch (No XML)
Hi folks, after a long time I revisited Spring MVC because of some project requirement and in the next moment, I was dealing with all sorts of configurations. If you have worked on Spring MVC before (not SpringBoot), you will know what am I referring to. All sorts of XML files (web.xml and spring-context etc). And to be clear I hate all that clutter. So, instead of dealing … [Read more...] about Spring MVC – Build Project In Java With Gradle From Scratch (No XML)
Top 5 Wired Earphones With Mic Under 500 INR [August 2019]
Recently I lost my JBL C200SI In-Ear Headphones. I really liked those earphones and all of a sudden it was gone (:() So, this time I didn't want to spend any more bucks on the earphones. I was just looking for a decent earphone with deep bass and mic that would replace the JBL C200SI. While searching for those I read a few articles and went through half-a-dozen review videos … [Read more...] about Top 5 Wired Earphones With Mic Under 500 INR [August 2019]
Should Girls Wear Short Clothes?
Finally, I have picked out a topic that might attract many pseudo-feminists. To all the pseudo feminists, please don't bother commenting because your views will not be considered (:p) This question has become a rather huge and interesting point of debate nowadays... especially in India. And I really want you all to participate in this discussion (only except … [Read more...] about Should Girls Wear Short Clothes?
Getting Started With Redux And React Hooks
Before you proceed reading the article, please make sure that you are aware of the Redux Hooks. This article is going to be very short. You will be creating a 'hello world' application with the help of Redux and React Hooks. I would recommend you to develop an understanding of the React Hooks first and then proceed with the article. Following video explains about the React … [Read more...] about Getting Started With Redux And React Hooks
Did Humanity Started Off On The Wrong Foot
I live in Pune. And let me tell you a fact - This is hell. I know many of you won't be happy after reading that statement but try travelling from Baner to Magarpatta during peak hours and you will know what I mean. One day while I was travelling through the hell, a thought came to my mind. And that is what I'm going to discuss in this article - I wondered Did Humanity … [Read more...] about Did Humanity Started Off On The Wrong Foot
Undirected Graphs [Examples, Implementation & Graph Processor]
This article is going to be all about Undirected Graphs. It is in the succession of the previous article Getting Started With The Algorithms that sets you up to learn algorithms. I suggest you read that article to learn about the origin of algorithms, why they are important and needs to be studied. In this article, I'll be talking about one of the most interesting topics in … [Read more...] about Undirected Graphs [Examples, Implementation & Graph Processor]