Author: Aran Cesare
-

-

Ep 1 – 5 Advice to handle an Involuntary Discharge in IT.
5 Advice to handle an Involuntary Discharge in IT. An involuntary discharge can be a hard moment in our life for anyone and is important that you handle it in an effective way.
-

GO Playground
If you want to try GO, you can do it using the GO Playground, you don’t need to install anything, you only need to browser and the URL https://go.dev/play
-

-

Creating RESTful Web Services with Spring boot
To Create a REST Project, the best way to create a Spring boot project is using the Spring Initializr start.spring.io
-

7 SRE Principles
If you want to adopt SRE you need to understand the 7 SRE principles: Embrace Risk, Service Level Objectives, Eliminate Toil, Monitoring, Automation, Release Engineering and Simplicity
-

Tight Coupling & Loose Coupling
Tight Coupling : means that the classes are dependent on specific class. Loose Coupling : he classes are not dependent on specific classes but on interfaces
-

Steps to create a Spring Project
The best way to create a project in Spring is using the spring initializar start.spring.io. Spring initializr generates spring boot project quickly!
