Blog & Contributions
Sharing knowledge through technical writing and helping developers on StackOverflow
Technical Blog Posts
Java 17: What's New and How It Will Change Your Coding
Overview of new features in Java 17 and how they enhance development workflows.
Spring Boot with Jasypt 1:1
Guide to securing sensitive data in Spring Boot using Jasypt.
Database Isolation Level with PostgreSQL and Spring Boot
Explains database isolation levels and their implementation in Spring Boot.
Getting Started with Cassandra and Spring Boot
Beginner's guide to integrating Cassandra with Spring Boot.
Getting Started with Spring Boot and Elasticsearch
Step-by-step tutorial on using Elasticsearch with Spring Boot.
Learn SOLID Principles Solid Way
In-depth exploration of SOLID principles using Java.
Getting Started with Spring Boot and Liquibase
Guide to database versioning with Spring Boot and Liquibase.
Must-Know Shortcuts for IntelliJ IDEA
A collection of essential IntelliJ IDEA shortcuts for developers.
URL Shortener with Limit on Click Count
How to build a URL shortener with usage restrictions.
REST API using SQLite3, Node.js, and Express.js
Step-by-step creation of a REST API with SQLite and Node.js.
Twitter Bot using Node.js
Guide to creating a simple Twitter bot using Node.js.
Getting Started with SQLite3 in Node.js
Introduction to SQLite3 database with Node.js.
StackOverflow Contributions
Android: Calculate days between two dates
Explanation of how to calculate the number of days between two dates in Android.
How to send date in REST API POST method
Guidelines on sending date formats correctly in REST API POST requests.
Configuring Hibernate for uppercase and lowercase column names
Solution to configuring Hibernate for handling column name cases.
MySQL Error 1064
Troubleshooting steps for resolving MySQL error 1064.
Finding the index of the first and last character in a string
Explanation of how to retrieve the index of characters in a string in Java.
Difficulty splitting a string at a delimiter while keeping it
Solution for splitting strings at a delimiter while preserving the delimiter.
Spring DriverManagerDataSource stack overflow during driver loading
Fix for resolving stack overflow errors when using DriverManagerDataSource in Spring.