My Full Stack Development Learning Journey: Week 5 - More JavaScript Concepts.Mar 16, 2025·5 min read
My Full Stack Development Learning Journey: Week 6 - Advanced JavaScript Concepts.Hey everyone, in this week, I learned about the following JavaScript concepts: Async/Await & Fetch API in JavaScript. JavaScript try/catch & Error Handling. Classes & Objects. IIFE (Immediately Invoked Function Expressions). Destructuring. Spr...Apr 7, 2025·6 min read
My Full Stack Development Learning Journey: Week - 1Hey everyone, in this week, I learned about the following HTML concepts: Live Preview Extension in VSCode Client-Server Interaction Basic Structure of an HTML File Text Content Elements Media Integration Forms and Input Tags Semantic Tags & S...Feb 9, 2025·5 min read
Python Project: Automated File Backup SystemIntroduction: In this article, I will take you through my project which is an automated file backup system using Python. So basically this program schedules daily backups of any particular folder to our new specified location, ensuring my important ...Jan 14, 2025·4 min read
Python Project: "Building an Automated Email Sender with Gmail"Introduction: In this article, I’ll walk you through a Python project called Automated Email Sender using Python. The project allows you to send automated emails with custom content, all from within Python. I used Gmail's SMTP server and secured the...Jan 8, 2025·4 min read
My Python Learning Journey: Week 6 - Steps I Took, Problems I Faced, and How I Solved Them.Hey everyone, in this week, I learned about the following Python concepts: Virtual Environment (Installation and pip freeze command) Lambda Functions String Methods (join and format) Functional Programming with map, filter, and reduce These ar...Dec 28, 2024·4 min read
Python Project: Building a Weather Forecast Application Using APIsIntroduction: In this article, I’ll walk you through a Python project to fetch the 5-day weather forecast for any city using the OpenWeatherMap API. This project showcases how to fetch and handle real-time data from an external API, process it, and ...Dec 24, 2024·5 min read
My Python Learning Journey: Week 5 - Steps I Took, Problems I Faced, and How I Solved Them.Hey everyone, in this week, I learned about the following Python concepts: Type Hints. Exception Handling. if __name__ == “__main__” Global Keyword. Enumerate( ) Function. List comprehension. Newly Added Python Features: Walrus Operator (:=) ...Dec 18, 2024·6 min read