<?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: sakeena sajid</title>
    <description>The latest articles on DEV Community by sakeena sajid (@sakeena_sajid_02de330ed40).</description>
    <link>https://dev.to/sakeena_sajid_02de330ed40</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4131898%2Fdbd0266a-9258-4500-93fe-809f52e65d5b.png</url>
      <title>DEV Community: sakeena sajid</title>
      <link>https://dev.to/sakeena_sajid_02de330ed40</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sakeena_sajid_02de330ed40"/>
    <language>en</language>
    <item>
      <title>From Late-Night Learner to Systems Engineer: How Sakeena Sajid Built Consistency Into a Career</title>
      <dc:creator>sakeena sajid</dc:creator>
      <pubDate>Fri, 18 Sep 2026 17:54:17 +0000</pubDate>
      <link>https://dev.to/sakeena_sajid_02de330ed40/from-late-night-learner-to-systems-engineer-how-sakeena-sajid-built-consistency-into-a-career-5d8b</link>
      <guid>https://dev.to/sakeena_sajid_02de330ed40/from-late-night-learner-to-systems-engineer-how-sakeena-sajid-built-consistency-into-a-career-5d8b</guid>
      <description>&lt;p&gt;Three years ago, [Your Name] was running basic terminal commands past midnight, squeezing DevOps practice into whatever hours remained after a full day of other responsibilities. Today, that same discipline has turned into a career built on shipped work, not credentials.&lt;/p&gt;

&lt;p&gt;The turning point started during the DevOps Micro Internship (Self-Paced Engineer Track), where the biggest lesson wasn't a tool or a framework — it was realizing that consistency mattered more than motivation. Sessions didn't depend on feeling ready or inspired; they happened because they were scheduled, every night, distractions removed, phone on silent, one task at a time.&lt;/p&gt;

&lt;p&gt;That habit compounded. What started as short nightly sessions turned into a documented body of work — networking fundamentals, Linux, Git, containers, and cloud infrastructure, each week written up and published publicly instead of left as private notes. That public documentation later became the proof recruiters actually looked at, more than any resume line.&lt;/p&gt;

&lt;p&gt;The first professional role came as a Junior DevOps Engineer, automating deployment pipelines and reducing manual release overhead. From there, the path moved toward infrastructure and cloud systems work, built on the same principle that started it all: doing things hands-on, messily at first, rather than waiting to fully understand everything before starting.&lt;/p&gt;

&lt;p&gt;Along the way, certifications came — but they were never the point. The real evidence was always the shipped projects, the documented weeks, and the systems that worked in production, not just in theory.&lt;/p&gt;

&lt;p&gt;Outside of the day job, the habit of writing stayed. Technical write-ups, breakdowns of concepts once found confusing, and mentoring newer engineers just starting their own DevOps journey — the same way a structured system once helped make sense of the chaos of "where do I even start."&lt;/p&gt;

&lt;p&gt;When asked what actually made the difference, the answer was never talent or timing. It was showing up on the nights that felt inconvenient, building an environment with fewer distractions, and refusing to wait for motivation before doing the work.&lt;/p&gt;

&lt;p&gt;This work is part of the DevOps Micro Internship — Self-Paced Engineer Track.&lt;/p&gt;

&lt;p&gt;**P.S. This post is part of the DevOps Micro Internship (DMI) with Agentic AI — campus&lt;br&gt;
 — by &lt;a href="https://lnkd.in/eZk55sPs" rel="noopener noreferrer"&gt;Pravin Mishra&lt;/a&gt;. My graded progress is public: &lt;a href="https://lnkd.in/eg8MhnM3" rel="noopener noreferrer"&gt;https://lnkd.in/eg8MhnM3&lt;/a&gt; · Start your DevOps journey: &lt;a href="https://lnkd.in/eDE7ydGW" rel="noopener noreferrer"&gt;https://lnkd.in/eDE7ydGW&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Week 00" The Journey of a Click" Understanding What's Behind Every Website Load— DevOps Micro Internship</title>
      <dc:creator>sakeena sajid</dc:creator>
      <pubDate>Fri, 18 Sep 2026 17:30:29 +0000</pubDate>
      <link>https://dev.to/sakeena_sajid_02de330ed40/week-00-learning-the-internets-foundations-devops-micro-internship-5d5</link>
      <guid>https://dev.to/sakeena_sajid_02de330ed40/week-00-learning-the-internets-foundations-devops-micro-internship-5d5</guid>
      <description>&lt;p&gt;Imagine writing a letter and dropping it in a mailbox. You don't personally carry it across the country — postal workers, sorting centers, and delivery routes handle that for you, using a shared system of rules: addresses, zip codes, and stamps. Open any website, and something remarkably similar happens — except it takes milliseconds instead of days.&lt;/p&gt;

&lt;p&gt;In Week 0 of the DevOps Micro Internship (Self-Paced Engineer Track), I used a simple example to understand this system: a bookstore called EpicReads, hosted on a server in Finland, being visited by someone in the US.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Finding the Right Address First&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Before any "letter" can be sent, you need an address. That's the role of DNS. When someone types epicreads.com, computers can't actually understand that text — they only work with numbers. DNS acts as a directory service, looking up the domain and returning the correct IP address, like 52.172.142.222.&lt;/p&gt;

&lt;p&gt;This lookup happens through what's called an A Record — a DNS entry that maps a domain name straight to an IPv4 address, so the request knows exactly where to go next.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Every Device Has Its Own Address&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Just like every house has a unique postal address, every device connected to the internet has an IP address. The EpicReads server in Finland is no exception — its IP is what allows data from across the globe to find it, no matter how many networks it has to pass through along the way.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Letter Doesn't Travel in One Piece&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Here's where it gets different from mailing a physical letter: the webpage doesn't travel as a single unit. It gets split into small units called packets, in a process called packet switching. Each packet carries its own destination tag and can take a completely different route to get there — whatever path happens to be open and fastest at that instant — before being put back together at the other end.&lt;br&gt;
**&lt;br&gt;
Making Sure Nothing Is Missing&lt;br&gt;
**&lt;br&gt;
Splitting data into pieces creates an obvious risk: what if a piece goes missing? This is handled by TCP/IP. IP is responsible for the addressing and routing, while TCP double-checks that every packet actually shows up, reorders them if needed, and asks for a resend if something didn't make it. Nothing gets marked "delivered" until it's confirmed complete.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Sealing the Envelope — HTTPS&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A regular letter can technically be opened by anyone who intercepts it. Website traffic avoids that problem through HTTPS, which encrypts the connection between the browser and the server. Whatever information is being exchanged — a search query, a login, a payment — stays private in transit.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What Happens After the Request Arrives&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Once the request lands at the Finnish server, it isn't handled by one single piece of code. Most real applications, EpicReads included, are organized using a three-tier architecture:&lt;/p&gt;

&lt;p&gt;Frontend — the part the user actually interacts with, often built with React.js or plain HTML5/CSS3&lt;br&gt;
Backend — the logic layer that processes the request, commonly built with Node.js (Express) or Python (FastAPI)&lt;br&gt;
Database — where the actual book listings, prices, and orders are stored, using something like PostgreSQL or MongoDB&lt;/p&gt;

&lt;p&gt;Keeping these three separate means the database isn't directly exposed to the internet, and each layer can be scaled up independently as more people start visiting the site — something a simpler two-tier setup (frontend connecting straight to the database) struggles with once traffic grows.&lt;/p&gt;

&lt;p&gt;Delivery Confirmed&lt;/p&gt;

&lt;p&gt;By the time the browser renders the EpicReads homepage, DNS has resolved the address, packets have crossed multiple networks and reassembled correctly, TCP/IP has verified nothing was lost, and the backend has pulled the right data from the database — all within a fraction of a second.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Getting My Own Workspace Ready&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Alongside working through these concepts, I also set up Visual Studio Code as my development environment — configuring the terminal, picking a theme, and running a few basic commands to make sure everything was working correctly for the weeks ahead.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Closing Thoughts&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;What looks like an instant, almost invisible action — opening a website — is actually a coordinated relay involving DNS, IP addressing, packet switching, TCP/IP, encryption, and backend architecture. Understanding this sequence has made the idea of "infrastructure" feel a lot less abstract, and a lot more like something I can actually reason through.&lt;br&gt;
This work is part of the DevOps Micro Internship — Self-Paced Engineer Track.&lt;br&gt;
**P.S. This post is part of the DevOps Micro Internship (DMI) with Agentic AI — campus&lt;br&gt;
 — by &lt;a href="https://lnkd.in/eZk55sPs" rel="noopener noreferrer"&gt;Pravin Mishra&lt;/a&gt;. My graded progress is public: &lt;a href="https://lnkd.in/eg8MhnM3" rel="noopener noreferrer"&gt;https://lnkd.in/eg8MhnM3&lt;/a&gt; · Start your DevOps journey: &lt;a href="https://lnkd.in/eDE7ydGW" rel="noopener noreferrer"&gt;https://lnkd.in/eDE7ydGW&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devops</category>
      <category>learning</category>
      <category>networking</category>
    </item>
  </channel>
</rss>
