Rohit SatwadharSpring Boot Is Easy: Hibernate and JPAHibernate is an Object-Relational Mapping (ORM) framework. It is used to simplify database access and data persistence of Java…Sep 28, 2023Sep 28, 2023
Rohit SatwadharSpring Boot Is Easy: IOC and DIInversion of control (IOC) is a key part of spring framework design. IOC is a design principle that helps manage the flow of control in an…Sep 24, 2023Sep 24, 2023
Rohit SatwadharSpring Boot Is Easy: ActuatorIn this article, we will go over an important subproject of the spring boot framework actuator. Actuator provides production-ready features…Sep 23, 2023Sep 23, 2023
Rohit SatwadharSQL VS NoSQL: Battle of requirementsOkay, Let’s get it out. Choosing a certain DB because you happen to know it is a really bad justification for your choice.Sep 16, 2023Sep 16, 2023
Rohit SatwadharYour Entry point in Spring Security (part 2)In part 1 , we explored how to setup our spring security project, how to configure spring security to control how thing are handled. We…Apr 30, 2022Apr 30, 2022
Rohit SatwadharYour Entry point in Spring Security (part 1)Security is an ever evolving threat. It’s hard to keep track of new threats and vulnerabilities if you are not the one spending your waking…Dec 29, 2021Dec 29, 2021
Rohit SatwadharJS : The Illusion of multi-threadingJS as a language is a single threaded, asynchronous language. What that means is that JS can only process one job at a time. This sounds…Dec 26, 2021Dec 26, 2021
Rohit SatwadharNewbie’s intro to kafkaRecently, I started learning about Kafka, and I’ll share how I’ve come to understand it through some questions I encountered.Dec 4, 2021Dec 4, 2021
Rohit SatwadharEclipse IDE Plugin: UI ActionsHow to write plugins on top of Eclipse platform to add customized functionality to the IDE.Nov 5, 2021Nov 5, 2021