Dec 13, 2025 · 1 min read · I continued learning JavaScript today, starting with core topics like variables and constants. I explored how they work and, most importantly, why they are needed in programming. I also studied the rules for declaring and implementing variables in Ja...
Join discussion
Feb 13, 2025 · 1 min read · Today I just Revised the Tree basics .Because I have just started that and left it behind.Day 11 is worst.Lets see how it goes. 30 days may not help you to reach the goal but this will take you closer to the goal. So you can start with #30DaysforMyGo...
Join discussionOct 15, 2024 · 2 min read · When working with data in Python, CSV (Comma-Separated Values) files are one of the most commonly used formats for data storage and exchange. Pandas, a powerful data manipulation library, makes it extremely easy to load, manipulate, and analyze CSV f...
Join discussion
Sep 30, 2024 · 4 min read · Introduction: Welcome to Day 11 of my Python journey! We can convert one type / class value to another type/ class. This conversion is called Typecasting or Type conversion. The following are various in-built functions for type casting. 1. int() 2. f...
Join discussion
Sep 1, 2024 · 7 min read · Introduction to Cloud ☁️ In today's digital era, the term "cloud" has become a buzzword across industries. But what exactly does it mean? At its core, the cloud refers to accessing computing resources—like servers, storage, databases, networking, and...
Join discussion
Aug 24, 2024 · 3 min read · Learning Objectives Understanding how to handle errors in shell scripts is crucial for creating robust and reliable scripts. Today, you'll learn how to use various techniques to handle errors effectively in your bash scripts. Topics to Cover Underst...
Join discussion
Jul 16, 2024 · 4 min read · AWS Identity and Access Management (IAM) is a fundamental service within the AWS cloud platform. It serves as the cornerstone for securing your AWS resources by managing users, groups, roles, and the permissions they have to access and interact with ...
Join discussionJul 12, 2024 · 3 min read · Understanding how to handle errors in shell scripts is crucial for creating robust and reliable scripts. Today, you'll learn how to use various techniques to handle errors effectively in your bash scripts. Topics to Cover Understanding Exit Status: ...
Join discussion
Jul 4, 2024 · 4 min read · Virtual Network And Privacy Common network protocols Network protocols are used to direct traffic to the correct device and service depending on the kind of communication being performed by the devices on the network. Protocols are the rules used by ...
Join discussion