75 подписчиков
33 видео
My Biggest Advice For Aspiring Software Developers
The one caveat of using .of() for Collections in Java
Don't write getters and setters use Lombok instead! (@Data)
What is "Pass By Reference"????
Get rid of get/set prefix for getters/setters (Fluent Setters)
Easy way to create a list of something in Java
Avoid using \n, \t, and other escape characters to format Strings! Use Text Blocks instead!! (Java)
Clean Way to Send Object From Service Class For Spring Boot Restful App
"Pass by Value" vs "Pass by Reference" (Easy way to Understand)
Print to console faster in Java [IntelliJ Shortcut]
Easy way to create a Set in Java
Don't write magic numbers in your code!
Get Unique Values from a List in Java
404 (NOT_FOUND)? 40X Http Status Codes Explained (Kinda)
Why Abstraction Matters!
Map List Using Java Stream API
Use formatted() on Strings in Java instead of concatenating a bunch of them
Use Fluent Setters in Java
Set up Logging easily with Lombok
An easy way to create a Map of entries in Java
Return Result Directly? Or Store in in a Variable?
Avoid else and nested if/else
200 (OK)? 20X Http Status Codes Explained (Kinda)
What is "Pass By Value"????
Easy way to create a Map Object in Java
Fluent Setters with Lombok
How to Edit a Git Commit Message
500 (Internal Server Error)? 50X Http Status Codes Explained (Kinda)
How to Map Javascript Arrays