Sometimes we want to handle different types of exception the same way, to have more control and details on the type of error our program runs into. […]
BE based
In the BE based category, you’ll delve into the hidden world behind the scenes, where code dictates what users experience and interact with. Here, efficiency reigns supreme. Swift data processing and information transfer are the hallmarks of a stellar BE. To conquer this realm, we’ll equip you with essential tools like mapping and polymorphism, master the art of error handling, and build robust security measures. Whether you’re a seasoned architect or a curious beginner, this is your gateway to unlocking the power of backend development. Buckle up and get ready to explore the magic that happens before a user sees a single line of code!
Optionals in Streams for Java
Optionals are the Java’s way to make sure something comes out of streams, even in those cases where there may not be a result.The reason for their existence, their “raison d’ĂȘtre” is that, when a return value is defined in a method, that method must necessarily return something. Use Optionals […]
Building with Apache Maven
Maven is an Open Source project made by Apache and today we will build with it. It is a very powerful tool in terms of code compilation and development team collaboration. The heart of a Maven project is the pom.xml configuration file. One of the most important features of Maven […]