Posts RSS Feed
- Spring Boot Tip: Importing a Single JPA Entity in your appPublished:- 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. 
- How to extend CMD and ENTRYPOINT from a base Docker imagePublished:- Learn how to extend CMD and ENTRYPOINT commands from a base Docker image, run your custom scripts and background processes, including examples and code. 
- Automate the creation of an App Registration using Azure CLIPublished:- Discover useful Azure CLI commands and Graph API endpoints to automate the creation of App Registrations and Enterprise Applications on Azure. 
- How to retrieve OAuth 2.0 ID & Access Tokens in Spring BootPublished:- 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. 
- Using Tauri & React to Build a Native Windows App, StreamdogUpdated:- How I built Streamdog by leveraging my existing React knowledge for the frontend and using Tauri as a backend and native toolkit.