RSS Amplifier

Blog

Preet Shah Blog

Preet Shah Blog

shahpreetk.comSource feed ↗20 posts

Dormant Last read · last published · next check
Read 5 days ago and current, but nothing has been published for 23 months.

Written by

Latest posts

Git Tips and Tricks

A collection of useful Git tips and tricks to enhance your workflow and productivity.

Java Spring Boot Project - Part 3

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.

Java Spring Boot Project - Part 2

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.

Java Spring Boot Project - Part 1

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 in Java

Multithreading and Concurrency in Java are essential concepts for building scalable and responsive applications. This guide covers the basics of multithreading in Java.

Garbage Collector 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

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.

Data Types in Java

Dive into the different data types in Java, including primitive types, reference types, and wrapper classes.

Java Deep Dive

A guide to prepare for Java interviews

Android Development in 2024

Learning Android Development using Java in 2024

Disable CORS policy in Chrome

Opens a New Chrome Session with CORS disbaled

Deploying a Node.js project to Linode

Deploying a Node.js project to linode

Deploying a Node.js project to heroku

Deploying a Node.js project to heroku

Creating a Black Overlay on image in CSS

Creating a black overlay over an image in CSS

Starting a MongoDB local connection in macOS

Starting a MongoDB local connection in macOS using the terminal

Shortcut to Open folder in VSCode from cmd

Opening a folder in VSCode using the terminal

Child Table Data in Strapi API

How to display information of related child tables for the requested parent table in Strapi API?

Reverting Commits & Local Changes in Git

Reverting Commits & Local Changes in Git

Adding Images in React.js

Adding Images in React.js

Deploying a React app to GitHub Pages

Deploying a React app to GitHub Pages(ghpages)