Giridhar loves programming, learning, and building new things. He enjoys working with both JavaScript and Python.
The thrill of seeing your user base skyrocket will only last until your server crashes! In this article, Giridhar Talla discusses several strategies to make your Node.js applications ready to handle high traffic volumes.
Despite the growing popularity of NoSQL databases such as MongoDB and Firebase among JavaScript developers, SQL databases remain a reliable and widely used tool for storing data. This tutorial will show you the basics of SQL databases and how to use them with Node.js.
This comprehensive guide walks you through building a scalable and natively efficient full-stack web app using JavaScript and popular serverless providers. Learn how to build a serverless backend from scratch for full-stack web app development.
In this article, you'll learn how to implement a user authentication system in JavaScript. By the end of the tutorial, you'll have a REST API, a database to store user information, authentication via JSON Web Tokens, and even verification emails!
Generating PDFs is a rite of passage for every developer. In this article, Giridhar Talla teaches us how to use Python to work with PDF files using two common libraries: fpdf and pypdf2.