Giridhar loves programming, learning, and building new things. He enjoys working with both JavaScript and Python.
This comprehensive guide walks you through how to build a scalable web application using JavaScript. Learn how to build a serverless backend from scratch today!
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.
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.