Tushar Kumar Shahitusharshahi.hashnode.dev·Dec 3, 2023Chapter 3 : The Linux Booting ProcessEver wondered what happens behind the scenes when you power up your Linux system? From the wake-up call in the BIOS/UEFI to the fancy desktop you see, we're breaking down each step. It's like peeking behind the curtain to see the magic that brings yo...DiscussLinux Linux
Tushar Kumar Shahitusharshahi.hashnode.dev·Dec 2, 2023Chapter 2: Linux: A Beginner's Guide to Must-Know Terms!Building on our exploration of Linux families, it's time to navigate the Linux landscape with a pocket guide to essential terminology. Let's unravel the jargon and understand the key components that make Linux the powerful operating system it is. 1. ...Discuss·1 likeLinux Linux
Tushar Kumar Shahitusharshahi.hashnode.dev·Nov 30, 2023Chapter 1: Introduction to Linux and the Three Main Family DistributionsLinux, an open-source operating system kernel, has gained immense popularity since its inception in the early 1990s. One of the key reasons for its success lies in its diverse ecosystem of distributions, each catering to different needs and preferenc...Discuss·10 likesLinux #community classroom
Mathanraj Tmathanrajt06.hashnode.dev·Nov 28, 2023Coupling and Interfaces :In simple words, Coupling : How two object get connected tightly or loosely Interface : The part of portion of object that help them to connect. Most of us use computer, laptop which come with a memory unit called RAM. There are two types of RAM base...Prem and 1 other are discussing this2 people are discussing thisDiscuss·2 likes#blogwithcc
G Anushreya Raopaasionatedeveloper.hashnode.dev·Nov 20, 2023A Journey to IT: How Nandini Transformed Her Career from Non-IT to Tech WizardMeet Nandini, a marketing professional who, despite having no prior experience in the tech world, decided to make a leap into the IT sector. Her story is a testament to the fact that with dedication and the right approach, anyone can transition succe...Discuss·10 likesHashnode
Ketanketangrover.hashnode.dev·Nov 19, 2023AWS IAM (Identity and Access Management)INTRODUCTION AWS Identity and Access Management (IAM) allows you to securely control access to AWS resources. With IAM, you can do the following: Centrally manage users and their permissions Assign granular permissions to each user Enable temporar...Discuss·1 like·28 readsTrainWithShubham
Deepanshu Rohilladeepanshu27.hashnode.dev·Nov 13, 2023Day 6: Understanding package manager and systemctl1. What is package manager in Linux ? A package manager in Linux is a software tool or system that simplifies the process of installing, updating, configuring, and managing software packages on a Linux-based operating system. Linux distributions cons...Discuss·1 likeWeMakeDevs
Kansariwala Hetashri Dhavalkumarhetashrikansariwala.hashnode.dev·Nov 13, 2023REST:API ArchitectureREST: API stands for Representational state transfer API Rules on how an API should be Rule 1 - Uses Standard HTTP Method HTTP Methods are as follows:- GET POST PUT PATCH DELETE The above are standard verbs used to interact with restful API Ru...DiscussWeMakeDevs
Kansariwala Hetashri Dhavalkumarhetashrikansariwala.hashnode.dev·Nov 6, 2023REST APIsIn this article, you will see the POST, PUT, PATCH, and DELETE protocols. So for that, we will make a web application. Let's Start Step 1 - Package Installation We will make a form and a route that is will provide options for GET, POST, PATCH, PUT, a...Discuss·10 likes·31 readsWeMakeDevs
Jatin Sharmatech2say.hashnode.dev·Nov 4, 2023The Role of Databases in Data ManagementDatabases are the backbone of modern data management, serving a vital role in various applications. In this article, we will delve into the need for databases, data storage for tweets, handling images on servers, phases of database operation, the dis...DiscussWeMakeDevs