Aditya MaliGoogle C++ Style Guide: Key Naming ConventionsAdhering to consistent naming conventions helps improve the readability and maintainability of C++ code. Google’s C++ Style Guide provides…Oct 282Oct 282
Aditya MaliPOSIX History and EstablishmentPOSIX (Portable Operating System Interface) was established as a set of standards to facilitate interoperability between different…Oct 27Oct 27
Aditya MaliA Beginner’s Guide to the CUDA Program ModelIn this blog, we’ll take a closer look at CUDA programming, which enables parallel computing on NVIDIA GPUs. The CUDA (Compute Unified…Oct 24Oct 24
Aditya MaliWhy 8-Bits? Understanding the Basics of Computer ArchitectureComputer architecture refers to the basic design and organization of a computer’s hardware components. One important aspect of computer…Apr 29, 2023Apr 29, 2023
Aditya MaliHow to use Cloudinary with Django Application for uploading Images.Why not to use Django for serving Static files in Production?May 11, 20212May 11, 20212
Aditya MaliDeploy Django app on Amazon EC2 with Nginx and Gunicorn and connect to RDS (Ubuntu Server 20.04Creating a new EC2 instanceJan 1, 20211Jan 1, 20211