Shravan Kumar Kasagoni
Spring Dependency Injection using Setter Injection and Java Configuration
In this blog post, I am going to explain how to… Read More
Spring Dependency Injection using Constructor Injection and XML Configuration
I have used Spring way back in my career, but I… Read More
Javascript Object Property Attributes: configurable, enumerable, value, writable
In JavaScript, an object can have two types of properties: data(standard)… Read More
Spring Dependency Injection using Setter Injection and XML Configuration
I have used Spring way back in my career, but I… Read More
How to change the default shell in Mac or Linux
Below I have some useful commands to view/modify the shell in… Read More
How to loop through or enumerate the properties of a JavaScript object?
There are multiple ways to iterate/loop through all the properties in… Read More
Reset iTerm2 Preferences to Default
I have been playing around settings in the iTerm2 preferences to… Read More
How to Install and Configure the Apache HTTP Server with SSL on Red Hat Linux
This blog post shows how to install and set up the… Read More
Delete all lines in VI editor
Follow the below steps to delete all the lines in a… Read More
Update the local list of remote branches in the git repository
Below command shows, all the git branches (local, remote) in the… Read More