Urgent.News

One page, thousands of outlets. See who else covered it.

Editions

Tech

From IT Technician to Cloud & DevOps: My Journey Has Just Begun

From IT Technician to Cloud & DevOps: My Journey Has Just Begun Hi DEV Community! This is my very first post here, even though I've been part of this community for over a year (yes, I just unlocked the One Year Club badge and realized I never actually posted anything ). So let's fix that. Where I'm starting from I'm currently pursuing my BCA , and alongside my studies, I work as an IT Technician…

Greetings from the DEV Community! I've just turned one year old (and finally posted something after the fact). So, let me share my story.

Currently, I'm studying BCA while holding down an IT Technician position, a role I've held for about 1.5 years. My job entails diagnosing technical problems, answering support requests, and maintaining systems for end users. It's a valuable experience, offering practical insight into real-world infrastructure.

However, I soon discovered I wanted to delve deeper. I wasn't content merely repairing systems when they malfunctioned; I craved a deeper understanding of how to design, automate, and scale them. This pushed me towards Cloud and DevOps.

Admittedly, there are multiple motivations. My IT support role provided a solid foundation. DevOps introduces me to the "why" and "how" behind system failures, automation, and infrastructure design. AWS is ubiquitous, present in various companies, large and small. Familiarizing myself with it felt like the most pragmatic next step. I enjoy resolving issues at their source. The DevOps ethos — automating routine tasks, addressing problems preemptively — mirrors my current support processes, just at a larger scale.

Currently, I'm diving into AWS services such as EC2, S3, IAM, and VPC. I'm also strengthening my Linux skills, mastering Git & GitHub, exploring Docker, learning shell scripting, and more. I'm moving at a steady pace, ensuring I fully comprehend each concept before moving on.

Balancing this with my full-time job and university coursework is challenging. Some days, I only have 30-45 minutes for study. Yet, I've discovered that consistency trumps intensity. Even small daily practice sessions accumulate faster than anticipated.

A crucial lesson? Accepting uncertainty. In IT support, I was accustomed to having answers. In DevOps, I frequently find myself Googling solutions late at night. This is perfectly normal and part of the journey.

My short-term objectives include becoming proficient with AWS to build practical projects, understanding CI/CD basics with GitHub Actions or Jenkins, and eventually transitioning from IT Technician to a Cloud/DevOps role. I plan to document this journey on DEV, sharing both successes and stumbling blocks along the way. If you're on a parallel path (support/helpdesk to DevOps/Cloud), I'd love to connect and exchange insights. Thank you for reading my first post — more technical content is forthcoming!

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Bot Defenses Are Becoming Behavioral. Your Scraper Architecture Has to Change.

Rotating proxies solves a problem from about five years ago. If your team's response to a new block is "add more IPs to the pool," it's worth asking when that fix last actually worked cleanly.

  • Behavioral defenses now common in web scraping anti-bot systems
  • Traditional proxy rotation insufficient against new detection methods
  • Architectures must shift to session-based, consistent client environments

PostgreSQL Index-Only Scans and Visibility Maps: The Query Optimization That Most Backends Leave on the Table

--- title : " PostgreSQL Index-Only Scans: Why Your Covering Indexes May Be Lying to You" published : true description : " Learn how PostgreSQL's visibility map controls index-only scan efficiency…

  • Visibility map controls index-only scans, avoiding heap fetches.
  • High-write mobile backends often fail to set visibility map bits.
  • Tuning autovacuum per table improves index-only scan performance.

How Much Transcoding Headroom Does a Plex Server Really Need? Quick Sync vs NVENC vs CPU for 4K HDR

Size your Plex server for the streams that actually transcode, not for the number of people you host. A single Intel CPU with a recent Quick Sync engine, paired with a Plex Pass subscription so…

  • Intel CPU with Quick Sync handles most small client rosters
  • Mixed client hardware requires CPU with Quick Sync and hardware transcoding
  • Archive-heavy shop benefits from GPU tone mapping from day one

More from Tuesday 18 August →