I am a software developer with 3+ years of experience using Vue, Django and other fun frameworks. I love to experiment and test out interesting features. Writing is a hobby I enjoy and want to explore more of. I am also interested in visual arts.
Nothing here yet.
Express.js is a great framework for building web applications. It offers flexibility, and ease of use whilst being very robust. In this article, we will use Zod to enhance the features of a web API built with Express. Zod is a schema validation libra...

Authentication Authentication is the process of identifying users accessing a web service. This article explains how to implement JSON Web Token (JWT) Authentication in a Django application. JWT Authentication involves the use of JSON Web Tokens (JWT...

Like most other front-end frameworks, components can be considered modular UI elements that provide their own data and logic. Vue allows data to be passed from parent components to child components as props. However, in this article, we will focus on...
