top of page


Spring Security – Roles and Privileges
This tutorial continues the Registration with Spring Security series with a look at how to properly implement Roles and Privileges.
Siergej Sobolewski
Aug 71 min read
Â
Â
Â


Discover Top Programming Courses Online
Diving into the world of programming is thrilling! Whether you're passionate about game development, fascinated by artificial...
Siergej Sobolewski
Aug 54 min read
Â
Â
Â


Annotations in Java Constructors
In the world of Java development, annotations on classes, methods, and fields are a well-known and frequently used mechanism. But even among seasoned engineers, there are powerful language features that remain underutilized. One of those is the ability to annotate constructors, especially with type annotations. Let’s take a deep dive into what’s possible, why it matters, and how it ties into modern JDK and JEP developments.
Siergej Sobolewski
Aug 50 min read
Â
Â
Â
bottom of page