© 2023 Hashnode
#blogswithcc
What is Linux? Linux is an open-source Operating system based on Unix. It was first developed by Linus Torvalds in 1991 and is now widely used in various computer systems, from desktop computers to se…
JavaScript is a versatile programming language used to build everything from interactive web pages to complex web applications. One of the fundamental concepts in JavaScript is using variables to stor…
My HTML Forms Learning Journey: Understanding Input Types and Labeling Them with Different Attributes Today, I embarked on a new journey of learning HTML forms and input types. I discovered that HTML …
What is Recursion? ~ Imagine you have a certain function or a method that performs a particular task, maybe the factorial of a number. Recursion is a programming technique involving a function calling…
Create directories from Day 1 to Day 90 syntax: The first part of the command "for (( i=1; i<=90; i++ ))" sets up a for loop that will run from 1 to 90. The second part of the command "mkdir "da…
In recent years, frontend development has become increasingly important as more and more users access web applications on a wide variety of devices, from desktop computers to smartphones and tablets. …
Flutter is an open-source mobile application development framework created by Google. It is rapidly becoming popular among developers due to its ease of use, flexibility, and powerful features. In thi…
History of DSA Imagine a world where social media and Google searches don't exist, and manual searching for information on the internet takes hours. Right, it sounds like a nightmare. Thankfully, efficient organisation and processing of eno…
Explain in your own words and examples, what is Shell Scripting for DevOps. Shell Scripting for DevOps is a scripting language used to automate tasks and processes in a DevOps environment. These scr…
1-To change access permission in file command in Linux. To change the access permission of a file in Linux, you can use the chmod command. For example, to give read, write, and execute permission to t…