October 2022

How To Build An SMS Alert System Using Spring Boot In Java

We have all been flooded with notifications through multiple apps, whether it’s WhatsApp, Instagram, Reddit, or Snapchat. When there are events that are important, we get notified via the in-app pop-ups, mails, and SMS. Have you ever tried building an alert system whenever you wanted? Well, in this piece, I would try to do the […]

How To Build An SMS Alert System Using Spring Boot In Java Read More »

How To Push Empty Git Commits

Sometimes, there might be instances when you have integrated your builds and you need to trigger a build without any changes in your code. Also, you need to trigger a build manually. The only way to trigger the build is through Git. You may trigger your build without making any modifications to the project by

How To Push Empty Git Commits Read More »