mainakkaniam.hashnode.devUnderstanding Backend Servers: How the Web Actually Works Behind the ScenesEvery time you tap a like on Instagram, stream a video, or check your bank balance online, a backend server is working invisibly to make it happen. But what exactly is a backend server, and why can't Feb 19·6 min read
mainakkaniam.hashnode.devWeb Accessibility for BeginnersIn this blog, we are going to discuss a very important aspect of web development and that is Web Accessibility. So if you are a developer and you want to take your knowledge to the next level, make sure to read it to the end. Disclaimer You will find...May 12, 2024·19 min read
mainakkaniam.hashnode.devFrontend System Design Series: Design Realtime UpdatesIn this series, we will first discuss the building blocks of Frontend System Design. In an interview, it might happen that you are asked a question about an application that you have not known before and hence it's important to know the building bloc...May 5, 2024·14 min read
mainakkaniam.hashnode.devHow to get started with OneDoc in NextJSSo you recently stumbled upon OneDoc, an awesome tool for generating PDFs using modern web technologies like React, NextJS and so on. But you are finding it difficult to generate your first document. Don't worry since in this tutorial, I will show yo...May 3, 2024·11 min read
mainakkaniam.hashnode.devHow to Add Complete Authentication to Your NextJS AppIntegrating authentication in your application is vital as it helps to establish trust, security, and user retention. It also helps in maintaining personalized user experience and permissions. In today's blog, we will learn about how we can integrate...Apr 30, 2024·33 min read