Posted in Miscellaneous

REST API – CRUD Operations

Continue Reading... REST API – CRUD Operations
Posted in Miscellaneous

Spring – Annotations

In this blog I will try to explain most commonly used annotations in Spring. 1. @Component 2. @Service @Service is stereotype annotation which tells Spring…

Continue Reading... Spring – Annotations
Posted in Miscellaneous

TechLearnings – CSS Color Codes

Continue Reading... TechLearnings – CSS Color Codes
Posted in Miscellaneous

Maven – Overview

Maven is build and dependency management tool.

Continue Reading... Maven – Overview
Posted in Miscellaneous

History of Spring Versions

Spring Version History Features 1. Spring 1.0 Features When Spring 1.0 hit the scene, it completely changed how we develop enterprise Java applications. Spring dependency…

Continue Reading... History of Spring Versions
Posted in Miscellaneous

ACID properties in DBMS

In relational databases, transaction is a single logical unit of work. Transactions access or manipulate data using read and write operations. In order to work…

Continue Reading... ACID properties in DBMS