This post is for sharing the source code for a video I posted on my channel. In this video we are going to implement a many to many relationship in a Spring Data JPA Kotlin project. You will need IntelliJ IDEA CE, MySQL and an API client like Postman or Insomnia if you want to… Continue reading ManyToMany in Kotlin Spring Data JPA
Month: June 2022
Automatically restart Compute Engine (GCE) instance when an alert gets trigerred
This post is for sharing the source code for an Youtube video posted on my channel. In this video we are going to implement a system for automatically restarting a compute engine (GCE) instance when an alert gets triggered. Google Cloud doesn’t have this feature built in and I will discuss why I think this… Continue reading Automatically restart Compute Engine (GCE) instance when an alert gets trigerred