Get the download url of the latest GitHub release using Bash
When we want to download the latest version of a GitHub release, we often do it manually from GitHub.com, but there are times when...
Get the download url of the latest GitHub release using PowerShell
When we want to download the latest version of a GitHub release, we often do it manually from GitHub.com, but there are times when...
Design Patterns - Transactional Outbox pattern
In the microservice architecture, many times we need that they communicate with each other by sending messages using a message bro...
Authentication - More secure Refresh Tokens
The Refresh Tokens are used to obtain a renewed Access Token, but in case they become compromised, the attacker will be able to ge...
Authentication - Refresh Tokens
The Refresh Tokens are used to obtain a renewed Access Token, so the user doesn’t have to re-enter their login credentials. ...