My Generative AI Learning Journey – Day 2: Understanding the Types of Machine LearningAug 1, 2026·5 min read
My Generative AI Learning Journey – Day 4: Understanding NLP, NLP Libraries, Pipelines, Tokenization & BPE As I continue my Generative AI learning journey, I'm slowly realizing that there are many things happening behind the scenes before an AI model can understand a simple sentence. Today, I started learnAug 8, 2026·11 min read
From Dockerfile to ECS: Building, Containerizing, and Deploying an Application Using ECRMar 29, 2024·3 min read
An Article on vpc and vpc peeringUnderstanding VPC Peering in Simple Words Have you ever had a friend in the neighborhood with whom you wanted to share toys without letting anyone else in on your little exchange? In the world of cloud computing, especially when working with Amazon W...Mar 28, 2024·5 min read
Steps To Connect EC2 Instance To Amazon RDSRDS :- Amazon RDS (Relational Database Service) is a managed database service designed to simplify the setup, operation, and scaling of a relational database for use in applications. It offers cost-efficient and resizable capacity while automating ti...Mar 27, 2024·2 min read
"How to Host a Static Website on AWS S3 with Custom Error Handling"Aws S3 (simple storage service) :- A bucket is a container for objects. An object is a file and any metadata that describes that file.Amazon S3, or Amazon Simple Storage Service, is a service offered by Amazon Web Services (AWS) that provides object ...Mar 25, 2024·5 min read
Python Libraries for DevOps - JSON and YAML HandlingHey everyone! 👋 Today's task in the DevOps journey involves handling JSON and YAML files in Python. 📘 Python Libraries : json: Purpose: Simplifies handling JSON data.Usage: Effortless processing of JSON.Why It Matters: Easy integration with web API...Nov 16, 2023·1 min read
Python Data Types and Data StructuresWelcome to another day of learning! Today, we're learning about Python data types and data structures. Data Types in Python: Data types in Python classify data items and determine what operations can be performed on them. In Python, everything is an ...Nov 15, 2023·2 min read
Linux and Git &Github Commands Cheatsheet🐧File and Directory Operation ls: List directory contentscd: Change directorypwd: Print working directorymkdir: Make a directorycp: Copy files or directoriesmv: Move or rename files or directoriesrm: Remove files or directories File Manipulation cat: ...Nov 12, 2023·2 min read