pageIndex = 1 outOfVisibleViewPort = false
Someone holding a post-it with Python written on it

Build a Python REST API project

In this guide, I’ll provide you the steps to get started with Python and Flask to build a hello world REST API. This was my first experience.

pageIndex = 3 outOfVisibleViewPort = true
Night picture with light effects.

Using the transition component in Vue

CSS animation is a cool feature natively available since CSS 3 and beyond. But I never had the real opportunity to play with them. With Vue, it is supported with a special built-in component.

pageIndex = 5 outOfVisibleViewPort = true
The ZSA Voyager split keyboard.

Getting started with a ZSA keyboard

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.

pageIndex = 7 outOfVisibleViewPort = true
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.