From middleware.ts to proxy.ts: What Changed in NextJS 16What is new in NextJS 16 ProxyOct 31, 2025·7 min read·81
Building Fundamental App Functionalities for Beginners: A Framework-Agnostic Guide 1Feb 21, 2025·11 min read·32
Navigating the Digital Canvas: A Journey through the Evolution of Website Design TrendsVisiting a website for the first time, the first thing users notice is the design. Although some users might not have an idea about fonts, colours, images, and other design components individually, nonetheless they perceive the overall presentation o...Feb 1, 2025·13 min read·238
How to Simplify State Management in Vue Apps with VuexBuilding applications with frontend frameworks and libraries is simple because you do not need to know all the advanced concepts of your preferred library or framework to get a basic application working. However, in building mid to large-scale applic...Jun 25, 2024·11 min read·21
"Vue v-if vs v-show: What's the Difference and Which One Should You Use?"Directives are vue-specific attributes for instructing Vue to operate on a DOM element. Vue has several directives for performing different operations. However, some directives execute similar effects on DOM elements through different operational mod...Aug 31, 2023·3 min read·426
Securing Single Page Applications (SPAs) with JSON Web Tokens (JWTs)A Single Page Application (SPA), or a Single Page Interface, is a web application displayed through a single HTML page. It dynamically renders the current webpage with new data from the web server. Although the web server indicates a backend, modern ...Aug 11, 2023·12 min read·1.3K
Authentication vs AuthorizationDo you know that authentication and authorization do not have a similar meaning? Oh! That's probably why you're here. But think about it; despite the number of articles on this topic out there, many developers still need help distinguishing between t...Jun 30, 2023·4 min read·58
Innovative Ways to Use ChatGPT's API: Building a Random Quote GeneratorBuilding a random quote generator as a beginner project is fun, but have you thought of spicing things up with the latest AI trend? In this article, we will use the ChatGPT API to build a random quote generator application with React and Bootstrap. R...Mar 24, 2023·9 min read·110