pageIndex = 1 outOfVisibleViewPort = false
HTML code handling the failed on authentication

Getting information from JWT in C#

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.

pageIndex = 4 outOfVisibleViewPort = true
Four rosehip accessory fruits

Making your own gemmotherapy

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.

pageIndex = 6 outOfVisibleViewPort = true
A wooden hourglass

How update state on interval in Vue

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.

pageIndex = 7 outOfVisibleViewPort = true
A neon sign displaying “Do Something Great”

Functional components in Vue

I discovered functional components while training for the level 1 certification of Vue.js. While I might not use it every day as it is very verbose, I’d like to share an example in this article.