<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Muffakir Ibn Hamid</title>
    <description>The latest articles on DEV Community by Muffakir Ibn Hamid (@muffakir_ibnhamid_338cde).</description>
    <link>https://dev.to/muffakir_ibnhamid_338cde</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2660118%2F1a43013c-b29c-4334-ba22-f9146d3cf86f.jpg</url>
      <title>DEV Community: Muffakir Ibn Hamid</title>
      <link>https://dev.to/muffakir_ibnhamid_338cde</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/muffakir_ibnhamid_338cde"/>
    <language>en</language>
    <item>
      <title>From Web Development to DevOps: Why I’m Shifting My Tech Stack in 2025 ?</title>
      <dc:creator>Muffakir Ibn Hamid</dc:creator>
      <pubDate>Thu, 17 Apr 2025 07:42:18 +0000</pubDate>
      <link>https://dev.to/muffakir_ibnhamid_338cde/from-web-development-to-devops-why-im-shifting-my-tech-stack-in-2025--1efd</link>
      <guid>https://dev.to/muffakir_ibnhamid_338cde/from-web-development-to-devops-why-im-shifting-my-tech-stack-in-2025--1efd</guid>
      <description>&lt;p&gt;The tech world is obsessed with churning out full-stack developers. Build a React app! Deploy with Next.js! Optimize your Lighthouse score! And while that’s all great, I’ve realized something: I don’t just want to make websites—I want to understand how the machine actually works.&lt;/p&gt;

&lt;p&gt;That’s why I’m diving into DevOps.&lt;/p&gt;

&lt;p&gt;This isn’t some career panic move. It’s a curiosity move. Learning DevOps has been like peeling back the layers of the internet and finding a world of Linux commands, Bash scripts, and infrastructure magic—things that make me feel like I’ve unlocked a secret level in the tech game. Meanwhile, my old life as a web dev mostly involved arguing with CSS and pretending I understood Webpack configurations.&lt;/p&gt;

&lt;p&gt;But here’s the thing: For me, coding was never just about landing a job. It’s about figuring stuff out. It’s about that rush when a stubborn server finally obeys your commands, or when your automation script actually works on the first try (okay, maybe the fifth try).&lt;/p&gt;

&lt;p&gt;So consider this my public accountability post. It is April 2025—one year from today—I will be a competent DevOps engineer. Maybe I’ll even build something useful. Or at least write a Terraform config that doesn’t give me nightmares.&lt;/p&gt;

&lt;p&gt;I’ll leave you with wisdom from the man who inspired this whole journey:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;“Talk is cheap. Show me the code."&lt;/strong&gt;&lt;br&gt;
— Linus Torvalds (the patron saint of grumpy geniuses)&lt;/p&gt;

&lt;p&gt;See you in the cloud. ☁️&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.linkedin.com/in/muffakir-ibn-hamid-414b2a244/" rel="noopener noreferrer"&gt;My Linkedin&lt;/a&gt;&lt;br&gt;
&lt;a href="https://x.com/HamidMuffakir" rel="noopener noreferrer"&gt;X/Twitter&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How a Linux System boots | Entire Process</title>
      <dc:creator>Muffakir Ibn Hamid</dc:creator>
      <pubDate>Mon, 14 Apr 2025 09:16:20 +0000</pubDate>
      <link>https://dev.to/muffakir_ibnhamid_338cde/how-a-linux-system-boots-entire-process-361k</link>
      <guid>https://dev.to/muffakir_ibnhamid_338cde/how-a-linux-system-boots-entire-process-361k</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fabzyq7z15t72etx82iuc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fabzyq7z15t72etx82iuc.png" alt="Image description" width="800" height="1200"&gt;&lt;/a&gt;&lt;br&gt;
Hey Devs!&lt;br&gt;
If you're interested in learning Linux or exploring fields like DevOps, this article is the perfect boost for your journey.&lt;/p&gt;

&lt;p&gt;We will be covering the entire thing in crystal clear and a step-by-step process.&lt;/p&gt;

&lt;p&gt;So Let's Begin: &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Initial Checkup (BIOS/UEFI)&lt;/strong&gt;&lt;br&gt;
BIOS, also called the Basic Input Output System, or UEFI (modern version of BIOS), is the first software that runs when you power on the system.&lt;/p&gt;

&lt;p&gt;Its core functionality:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Checks if all hardware is working like RAM, CPU, Keyboard, Mouse, etc. This process is also called POST (Power-On Self Test).&lt;/p&gt;

&lt;p&gt;Finds a bootable device (HDD, SSD, USB, etc.)&lt;/p&gt;

&lt;p&gt;Loads the bootloader from that device. (You might have seen options like this while installing an OS)&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;Bootloader (GRUB in Linux)&lt;/strong&gt;&lt;br&gt;
GRUB: GRand Unified Bootloader. It loads the Linux Kernel into memory.&lt;/p&gt;

&lt;p&gt;Its core functionality:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Shows a boot menu (helps in dual boot)&lt;/p&gt;

&lt;p&gt;Loads the Linux kernel&lt;/p&gt;

&lt;p&gt;Passes control to the kernel&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;Linux Kernel (Brain of a System)&lt;/strong&gt;&lt;br&gt;
You might have gotten confused by reading the word “kernel” several times. Well, the kernel is basically a glue between the hardware and applications in a system. It is the core part of Linux and it manages everything.&lt;/p&gt;

&lt;p&gt;Its core functionality:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Detects your hardware (keyboard, display, USB, etc.)&lt;/p&gt;

&lt;p&gt;Loads drivers and modules&lt;/p&gt;

&lt;p&gt;Mounts the root filesystem&lt;/p&gt;

&lt;p&gt;Starts the first user-space process – init (now it's systemd)&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;init / systemd – The Service Starter&lt;/strong&gt;&lt;br&gt;
It is the first process (PID 1) started by the kernel.&lt;/p&gt;

&lt;p&gt;Its core functionality:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;It reads configuration to start services like:&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Networking&lt;br&gt;
SSH&lt;br&gt;
Logging&lt;br&gt;
Web server, database, etc.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Runlevel / Target – Boot Mode&lt;/strong&gt;&lt;br&gt;
Once Linux has started the kernel and systemd, it needs to decide what kind of environment to bring you into, such as:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Text-only mode&lt;/p&gt;

&lt;p&gt;Graphical desktop&lt;/p&gt;

&lt;p&gt;Single-user recovery mode&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;Login Prompt – Final Use&lt;/strong&gt;&lt;br&gt;
This is the final stage where all services are started:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;A CLI login (tty terminal)&lt;/p&gt;

&lt;p&gt;Or a GUI login screen (if graphical.target is set)&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This is the full tutorial on how a Linux system works and boots.&lt;br&gt;
This article was written by Muffakir Ibn Hamid.&lt;/p&gt;

</description>
      <category>programming</category>
      <category>tutorial</category>
      <category>devops</category>
      <category>linux</category>
    </item>
    <item>
      <title>I joined dev.to!</title>
      <dc:creator>Muffakir Ibn Hamid</dc:creator>
      <pubDate>Sun, 05 Jan 2025 15:05:06 +0000</pubDate>
      <link>https://dev.to/muffakir_ibnhamid_338cde/i-joined-devto-490d</link>
      <guid>https://dev.to/muffakir_ibnhamid_338cde/i-joined-devto-490d</guid>
      <description>&lt;p&gt;&lt;strong&gt;Hey everyone!&lt;/strong&gt;&lt;br&gt;
I’m Muffakir, a 17-year-old frontend developer from India. Since childhood, I’ve been passionate about all things tech. My journey started in 9th grade when I began learning Python. From there, I transitioned into Android development (using Kotlin) and eventually found my true calling as a frontend developer.&lt;/p&gt;

&lt;p&gt;Today, on January 5, 2024, I joined dev.to—a platform I discovered through ChatGPT. My goal is to land a job before starting college, and I’m excited to see where this journey takes me!&lt;/p&gt;

&lt;p&gt;I’ll be sharing updates here regularly as I grow and learn.&lt;/p&gt;

&lt;p&gt;Cheers!&lt;br&gt;
&lt;strong&gt;Muffakir&lt;/strong&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
