Things I do, stuff I make, facts I share and code I break. Check out the links on top.
Featured Posts
All PostsWhat is New in Java 25 (LTS), with Practical Examples
Published:Discover all new features introduced in Java 25, including practical examples and code snippets for developers. Also includes notable features since Java 21.
How to retrieve OAuth 2.0 ID & Access Tokens in Spring Boot
Published:Learn how to access the OAuth 2.0 ID & Access Tokens stored in the Spring Boot Security Context, read their raw values and understand their contents and claims.
How to Build an Angular Library (Including Assets & Styles)
Published:Learn the process of creating, packaging, and sharing Angular libraries, including assets and styles, for enhanced collaboration across your projects.
Other Posts
All PostsSpring Boot Tip: Importing a Single JPA Entity in your app
Published:Learn how to import a single JPA entity in Spring Boot without scanning entire packages.
How to use the Microsoft Graph API Java SDK (v6)
Updated:Learn how to interact with the Microsoft Graph API using Java and the latest MS Graph SDK, with practical examples.