Git Tips and Tricks
A collection of useful Git tips and tricks to enhance your workflow and productivity.
Preet Shah Blog
Dormant Last read · last published · next check
Read 5 days ago and current, but nothing has been published for 23 months.
A collection of useful Git tips and tricks to enhance your workflow and productivity.

In this blog post, we will write unit tests for the CRUD operations using JUnit and Mockito. We will also create API documentation using [Swagger](https://swagger.io/) and update our codebase with exception handling.

In this blog post, we use lombok to create the Book Entity class. We will then create a repository, service and controller class to perform CRUD operations on the Book Entity.

In this blog post, we guide you through the initial setup of a Java Spring Boot project using Gradle and IntelliJ IDEA. We cover creating a new project with Spring Initializr, setting up dependencies, and configuring an in-memory H2 database.
Multithreading and Concurrency in Java are essential concepts for building scalable and responsive applications. This guide covers the basics of multithreading in Java.
Garbage Collection in Java is the process of reclaiming the runtime unused memory automatically. In this blog, we will learn about the Garbage Collector in Java.
Access Modifiers in Java are used to define the scope of classes, constructors, variables, and methods. Learn about public, private, protected, and default access modifiers in Java.
Dive into the different data types in Java, including primitive types, reference types, and wrapper classes.
A guide to prepare for Java interviews
Learning Android Development using Java in 2024
Opens a New Chrome Session with CORS disbaled
Deploying a Node.js project to linode
Deploying a Node.js project to heroku
Creating a black overlay over an image in CSS
Starting a MongoDB local connection in macOS using the terminal
Opening a folder in VSCode using the terminal
How to display information of related child tables for the requested parent table in Strapi API?
Reverting Commits & Local Changes in Git
Adding Images in React.js
Deploying a React app to GitHub Pages(ghpages)