Understanding IAM Policies and Permissions in AWS.A brief rehash of the official AWS documentation on the subjectMar 19, 2023·5 min read
Reading and Writing Text Files in Python: A Comprehensive ApproachThis article discusses the procedures for reading and writing to a text file in Python. No deep programming knowledge is required as the code snippets are pretty easy to grasp. We begin by discussing "Files". Files The idea of files in computing is m...Jul 9, 2022·5 min read
Understanding Recursion Technique in ProgrammingThe first time I heard of recursion was in the popular Harvard CS50x course hosted on EdX- Introduction to Computer Science and Programming. The course instructor, Professor David Malan, introduced the concept while teaching algorithms (using C). Eve...Jun 3, 2022·4 min read
You Must Have Heard of APIs...Here's What They MeanThe acronym API stands for Application Programming Interface. An API is a piece of software that allows software applications, digital services, and data servers to talk to each other. Applications use APIs to send and receive data and content betwee...May 18, 2022·4 min read