Regular keyboards are what we are all used to. But some years ago, a company decided it didn’t make sense to use the imposed layouts. ZSA has taken the concept to enable us to fully configure a split keyboard.
JWT authentication is a token-based stateless authentication mechanism. It is popularly used as a client-side-based stateless session and it is typically encoded & signed. But how do you decode it? Let’s look at this.
A colleague of mine recently worked on a problem of cookie for a .NET application backend using cookie to validate some business logic. Here how it is done.
To prepare for winter, you need to start in the spring. As a family, we gave gemmotherapy a try for the first time in 2023. Here’s how and what we learned.
As I learnt about Vue.js and coding applications with the framework, I learnt about updating on intervals the components I dealt with. Let’s see how it works with a detailed example.