Automatically translated.View original post

Roadmap to Becoming a DevOps Engineer

What does DevOps Engineer need to know?

Many people know that DevOps Engineer is very highly paid.

So today I'm going to introduce Roadmap to being an DevOps Engineer.

1. Must have basic programming skills. The most popular language is GO language.

2. Understand the basic system structure and implementation of Linux and how to manage the server.

3. Can use tools that help Deployment Application, such as Kubernetes and Docker

4.Study basic cloud management, such as Amazon Web Service or Google Cloud.

5. Bring all knowledge to make DevOps Pipeline.

All of this is not difficult. I recommend doing a lot of workshops to review it and help you understand it faster.

It's over. My guide to being an DevOps Engineer

# programmer # Programmer # Developer # Work experience # Engineer # Self development # Application # Trending # devops # roadmap

2023/11/24 Edited to

... Read moreถ้าคุณกำลังค้นหา “devops engineer ต้องรู้อะไรบ้าง” แล้วรู้สึกว่ามันกว้างมาก ผมขอแชร์วิธีไล่เรียน/ไล่ฝึกแบบเป็นขั้น ๆ ที่ช่วยให้จับทิศทางได้เร็วขึ้น (เหมาะมากสำหรับคนเริ่มจาก 0) 1) เข้าใจก่อนว่า DevOps Engineer ทำอะไรจริง งานหลัก ๆ คือทำให้การส่งมอบซอฟต์แวร์ “เร็วขึ้น เสถียรขึ้น และตรวจสอบได้” โดยเชื่อม Dev + Ops เข้าด้วยกัน สิ่งที่เจอบ่อยคือการทำ CI/CD, ดูแล Infrastructure, ตั้งค่า Monitoring/Logging, ช่วยทีมแก้ปัญหา incident และทำให้ระบบ deploy ได้ซ้ำ ๆ แบบอัตโนมัติ 2) พื้นฐานที่ควรมี (ใช้ได้ทุกสาย) - Linux: คำสั่งพื้นฐาน, permission, process, network, systemd, log (เช่น journalctl) เพราะงานจัดการ Server ส่วนใหญ่หนี Linux ไม่พ้น - Network พื้นฐาน: HTTP/HTTPS, DNS, TCP/IP, port, load balancer, reverse proxy (เช่น Nginx) เข้าใจไว้จะ debug ง่ายมาก - Git: branching, pull request, tag/release เพราะ Pipeline มักผูกกับ Git 3) ภาษาโปรแกรม/สคริปต์ที่ช่วยให้ทำงานไว คุณจะเจอทั้งการเขียน script ออโตเมชันและทำ tool เล็ก ๆ ภาษา Go เป็นที่นิยมในสายนี้ (หลายเครื่องมือดัง ๆ ก็เขียนด้วย Go) แต่ถ้าเริ่มใหม่จะใช้ Python หรือ Bash ก่อนก็ได้ สำคัญคือ “เขียนให้ automate ได้” เช่น สร้างไฟล์ config, call API, จัดการไฟล์/ระบบ 4) Container & Deployment: Docker และ Kubernetes เริ่มจาก Docker ให้คล่องก่อน: build image, run, volume, network, tag/push ไป registry จากนั้นค่อยไป Kubernetes: pod, deployment, service, ingress, configmap/secret และแนวคิดเรื่อง scaling/rolling update ถ้าได้ลอง deploy แอปเล็ก ๆ บน K8s ด้วยตัวเองจะเข้าใจเร็วมาก 5) Cloud ที่พบบ่อย: AWS/GCP เลือกสักเจ้าแล้วลงลึก (AWS หรือ Google Cloud) โฟกัสบริการหลักที่ DevOps ใช้บ่อย เช่น compute, storage, VPC/network, IAM, managed database และ managed Kubernetes (EKS/GKE) แนะนำให้ฝึกจากการทำระบบเล็ก ๆ ให้ “ออนไลน์ได้จริง” 6) Infrastructure as Code (IaC) ส่วนนี้หลายคนมองข้าม แต่สำคัญมาก: ทำ Infra ให้สร้างซ้ำได้ ตรวจสอบได้ และรีวิวได้ใน PR เครื่องมือยอดนิยมคือ Terraform (หรือ CloudFormation บน AWS) เริ่มจาก VPC + VM + security rule ง่าย ๆ แล้วค่อยขยาย 7) DevOps Pipeline (CI/CD) ที่ใช้งานจริง ลองเลือกเครื่องมือหนึ่ง เช่น GitHub Actions / GitLab CI / Jenkins แล้วทำ flow ให้ครบ: - run test/lint - build image - push image - deploy ไป staging/production - มี approval หรือ rollback strategy ทำครบสัก 1 โปรเจกต์จะตอบคำถาม “DevOps Engineer ทำอะไร” ได้ชัดมาก ไอเดีย Workshop ที่ผมว่าเวิร์ก ทำโปรเจกต์ตัวอย่าง 1 แอป (เช่น API ง่าย ๆ) แล้วค่อย ๆ เพิ่มของ: Dockerize → ทำ Pipeline → Deploy บน Kubernetes → ย้ายไป Cloud → เขียน IaC → ใส่ monitoring/logging ทีละขั้น วิธีนี้ช่วยให้ความรู้ทุกหัวข้อเชื่อมกัน และเอาไปใส่พอร์ตได้จริง

Related posts

A laptop on a wooden desk with a large monitor in the background, displaying the title "Become an AWS DevOps Engineer" and "3 useful tips" for career advice.
A laptop and a scone with a drink on a wooden table in a cafe, illustrating the first tip: "Build a Strong Foundation in AWS Services" by learning core AWS services and DevOps tools.
A desk setup with a laptop, a colorful water bottle, and a phone, presenting the second tip: "Gain Expertise in DevOps Practices and Tools" like CI/CD pipelines and Infrastructure as Code.
How to become an AWS DevOps Engineer - 3 tips
1. Build a Strong Foundation in AWS Services As an AWS DevOps Engineer, you’ll be responsible for designing, deploying, and managing scalable cloud infrastructure. Key Steps: Learn Core AWS Services: Start with foundational services like EC2, S3, IAM, RDS, VPC, and CloudFormation. Master De
vedha | career tips (tech) 👩‍

vedha | career tips (tech) 👩‍

6 likes

How I became a DevOps engineer 👩‍💻✨
💻 Education: - I focused on getting a degree in Computer Science, Information Technology, or something tech-related (though it's not mandatory, it helped a lot). - Learned the essentials: operating systems, programming, and networking, and got comfortable with cloud platforms (AWS, Azure).
vedha | career tips (tech) 👩‍

vedha | career tips (tech) 👩‍

21 likes

A pink mechanical keyboard with glowing keys and colorful string lights, overlaid with text that reads "LEARN SOFTWARE DEV FOR FREE 6 RESOURCES," indicating a guide to free software development learning.
A guide titled "1. LEARN THE INTERNET" for beginners, listing key concepts like HTTPS and DNS. It recommends "Front End Masters - Sections 1-4" and shows the cover of "The Front End Developer/Engineer Handbook 2024."
A guide titled "2. LEARN HTML/CSS" for beginners, highlighting key concepts like web page structure and CSS Flexbox. It recommends "FreeCodeCamp - Responsive Web Design Course" and displays a screenshot of the course page.
Study to be a Frontend Dev - Roadmap (100% Free)
This is a study guide for becoming a Front End Developer! All resources mentioned are FREE. Don’t pay anyone for this info! Why am I not recommending a zero to job course? Two Reasons 1-There is no course that will teach you everything 2-You need to put in some sweat equity, only wat
Study Seal

Study Seal

686 likes

Cloud Engineer - How to become one?
What to Study: To become a Cloud Engineer, you should focus on these key areas: 1. Cloud Platforms: Learn cloud service providers like AWS, Google Cloud Platform (GCP), and Microsoft Azure. 2. Networking: Understand cloud networking concepts like VPC, load balancing, and DNS. 3. Programming: Ga
vedha | career tips (tech) 👩‍

vedha | career tips (tech) 👩‍

45 likes

A desk setup with a laptop and an external monitor displaying an aerial city view. Text asks, 'How does a typical day in DevOps really look?' and explains DevOps connects developers and operations to ensure software works after deployment.
A desk with a monitor showing '47' and a word clock. Text overlays describe daily DevOps tasks: 'check if all deployments and pipelines ran' and 'improve automation writing Terraform code'.
A desk with a laptop, a colorful water bottle, and a charging phone. Text overlays highlight DevOps activities: 'hands-on in AWS building infrastructure' and 'coding and communication'.
What I do as a devops engineer? 👩‍💻
💭 When people ask me what DevOps means I usually say it’s the bridge between writing code and running it in the real world. DevOps connects developers who build software with operations teams who make sure it works smoothly once it’s deployed. It’s about teamwork automation and making technology re
vedha | career tips (tech) 👩‍

vedha | career tips (tech) 👩‍

4 likes

This image displays a list of five AWS certifications, including Solutions Architect - Associate, with details on features like AI Tutor, Readiness Tracker, Adaptive Path, and Mock Exams, priced at $199 or included in a monthly plan. A prominent overlay reads "How to Pass AWS SAA certification (study Guide 2026)".
This image presents a study guide for the AWS Certified Solutions Architect - Associate exam (2026 Edition), highlighting exam details like 65 questions, 130 minutes, 72 passing score, and 4 domains. It also shows a 92% first-attempt pass rate and a readiness score section. An overlay says "Study Gide 2026".
This image provides an "Exam at a Glance" overview for the AWS Certified Solutions Architect - Associate exam, detailing its code, total questions, duration, passing score, domains, validity, and testing mode. It emphasizes focusing on applying concepts in real-world scenarios across key architectural domains. An overlay reads "Everything you need to know".
How to Pass AWS SAA certification (study Guide 2026)
How to Pass AWS SAA certification (study Guide 2026) Passing the AWS Certified Solutions Architect – Associate (SAA-C03) exam isn't about memorizing hundreds of AWS services—it's about understanding when to use each service and making the right architectural decisions. Many candidates s
devswitchwithai

devswitchwithai

4 likes

Roadmap to Becoming a Frontend Developer
Want to break into frontend development but don’t know where to start? 🤔 This step-by-step roadmap will guide you from beginner to job-ready frontend developer! #codingforbeginners #htmlcssforbeginners #programming #studymotivations #softwareengineer
Aysha

Aysha

52 likes

A person with long dark hair and a straw hat walks away from the camera in a sunny outdoor plaza. They wear a blue outfit and carry a white patterned bag, with a fountain and buildings visible in the background.
A person in a blue outfit stands in a sunny outdoor plaza, holding a straw hat and a white bag. Three flagpoles are on the left, with a fountain, buildings, and other people in the background.
A person in a blue top and pants stands inside a grand, ornate indoor arcade with a glass ceiling and tiled floor, possibly "il Salotto". Many people are visible in the busy background of the architectural space.
My exacts steps to Senior Engineer in 5 years
✨ Year 1–2 I started off as a junior cloud DevOps engineer 🧑‍💻. I put my head down, learned the basics of AWS, CI/CD, and automation. I knocked out my AWS Associate certification early so I had the creds to back up my work 📜. 🚀 Year 2–3 Time for growth. I switched jobs 🔄 because I wanted bigge
vedha | career tips (tech) 👩‍

vedha | career tips (tech) 👩‍

4 likes

An overview of top cloud certifications for 2026, including AWS Solutions Architect, CompTIA Cloud+, AWS SysOps Administrator, AWS Developer, Microsoft 365 Fundamentals, Azure Developer, and AWS Cloud Practitioner, detailing exam specifics and target roles.
A dashboard for AWS Certified Cloud Practitioner exam preparation, showing an adaptive roadmap with readiness score, domain progress, and study plan features, emphasizing personalized learning and exam readiness tracking.
An explanation of Capital Expenditures (CapEx) and Operational Expenditures (OpEx) with examples, highlighting their relevance in cloud computing, presented as part of a '1 to 1 AI Tutor' feature.
Top Cloud Certifications to Get a Job in 2026
Top Cloud Certifications to Get a Job in 2026 If you’re searching: 👉 “Which cloud certification is best for jobs in 2026?” 👉 “How to get a cloud job with AWS or Azure?” Here’s the answer 👇 ☁️ Most In-Demand Cloud Certifications • AWS Certified Solutions Architect (Associate & Professional
devswitchwithai

devswitchwithai

11 likes

An infographic titled 'Dev Ops Concept' displays the continuous DevOps lifecycle as an infinity loop. It outlines eight key stages: Plan, Code, Build, Test, Release, Deploy, Operate, and Monitor, each with an icon and placeholder text.
Share Your Learning Journey in DevOps!
Embarking on a DevOps learning journey soon! 🚀 I'd love to hear about your experiences in learning new skills. Share your stories, challenges, and triumphs in the world of learning. Let's inspire and support each other on our learning adventures! #LearningJourney #ShareYourExperience
Karimova

Karimova

4 likes

5 entry level tech jobs for newbies 👩‍💻☁️
1. Entry-Level Software Engineer - What they do: Write and test code, work on software features, fix bugs, and collaborate with other developers. - Education: Bachelor’s degree in Computer Science, Software Engineering, or a related field. - Skills: Proficiency in programming langua
vedha | career tips (tech) 👩‍

vedha | career tips (tech) 👩‍

532 likes

How to Break Into Software Engineering
#codingforbeginners #htmlcssforbeginners #programming #studymotivation #softwareengineering
Aysha

Aysha

415 likes

Roadmap to get started in cybersecurity part 1
Starting a career in cybersecurity requires a solid foundation in various areas of information security. I had gotten a minor in cybersecurity which has helped immensely in my software engineering career. Here's part 2 of the roadmap to help you get started in cybersecurity: 1. Cybersecurity
anjali.gama

anjali.gama

198 likes

A woman works at a computer desk with a large water bottle, snacks, and headphones. The image has text overlay: "How I landed my dream job SOFTWARE ENGINEER Straight out of college."
An interior car shot shows a bouquet of flowers on a seat. Text overlays list three steps: "1. Maximized My College Experience," "2. Got AWS Certified," and "3. Built a Strong Portfolio."
A view from inside a car driving on a highway, with an infotainment system displaying navigation and a music player. Text overlays list two steps: "4. Networked and Attended Events" and "5. Prepared for Interviews."
How I landed my dream job as a software engineer 👩‍💻
1. 🎓 Maximized My College Experience - Details: While pursuing my Computer Science degree, I made sure to take courses that aligned with my career goals, focusing on programming, algorithms, and web development. I also worked part-time as a full stack developer, which gave me real-world experie
vedha | career tips (tech) 👩‍

vedha | career tips (tech) 👩‍

99 likes

Scared to take that Leap into Tech? This is for U
#softwaredeveloper #softwareengineer #coding #desksetuo #wfhsetup #pinkdesksetup #blackwomenintech #womenintech #corpoategirlie
Angel

Angel

1056 likes

A woman in a pink dress, Anjali Viramgama, is featured on a graphic titled "Roadmap to Learn C." She is superimposed over a sunset cityscape with water, with her social media handle and link at the bottom.
A digital-style page outlines the introduction to learning C programming, explaining its foundational role in system programming, embedded systems, and game development. It introduces the roadmap for effective learning.
A digital-style page details the first step of the C learning roadmap: "Understand the Basics." It covers C Syntax, Control Structures (if, loops, switch-case), and Functions (prototypes, parameters, return values).
Roadmap to learn C: Part 1
Learning C is a great way to understand the fundamentals of programming and computer systems. It's a foundational language used in various fields, including system programming, embedded systems, and game development. Here's a roadmap to help you learn C effectively: 1. Understand the Bas
anjali.gama

anjali.gama

14 likes

Roadmap to Learn C: Part 2
Acquiring knowledge in C serves as an excellent method to grasp the core principles of programming and computer systems. It's a foundational language used in various fields, including system programming, embedded systems, and game development. Here's part 2 of the roadmap to help you lea
anjali.gama

anjali.gama

37 likes

A young woman, Anjali Viramgama, holding a green plush toy, stands in front of a colorful fountain. The image is titled "Roadmap To Learn Python" and includes her social media handles, introducing the Python learning guide.
A white paper note titled "Understand the Basics" outlines Python syntax fundamentals, including variables, data types, and basic operations, along with control structures like if statements and loops.
A white paper note titled "Data Structures" details learning about Python lists, dictionaries for key-value storage, and understanding tuples and sets for data manipulation.
Roadmap to learn python Part 1
Learning Python is a great choice, as it's a versatile and beginner-friendly programming language used in a wide range of applications, from web development to data science and artificial intelligence. Here's a step-by-step roadmap to help you learn Python effectively: 1. Understand the
anjali.gama

anjali.gama

29 likes

How to become a Software Developer series cont.
#softwaredeveloper #softwareengineer #coding #desksetup #wfh #wfhsetup #pinkdesksetup #blackwomenintech #womenintech #afrotech
Angel

Angel

48 likes

Want to become an engineer? 👷‍♀️
Hi girlies, I’ve been in industrial engineering for years, and here’s the truth—if you want a career that’s in demand everywhere, this is it. Industrial engineers design and improve processes that keep industries moving—manufacturing, warehouses, healthcare, you name it. We collect the data,
Your Millennial Bestie

Your Millennial Bestie

5 likes

Confused About Where to Start in Web Dev?
#webdevelopment #learncoding #frontenddeveloper #softwareengineer #roadmaptowebdev
Aysha

Aysha

7 likes

The image features Anjali Viramgama standing in a snowy landscape, with the title "Roadmap to Learn Java" prominently displayed. It serves as the cover for a guide on learning Java, with her social media handle visible.
This image outlines the first step in learning Java, titled "Understand the Basics." It lists key topics such as Java Syntax, Object-Oriented Programming (OOP) concepts, and Exception Handling, presented on a textured background with floral accents.
Titled "Dive into Core Java," this image details the second phase of the Java learning roadmap. It covers essential topics like the Collections Framework, File Handling, Multithreading, and the Java Standard Library (Java API), set against a decorative background.
Roadmap to learn Java: Part 1
Learning Java can be a rewarding journey, as it's a versatile and widely-used programming language. Here's a step-by-step roadmap to help you learn Java effectively: 1. Understand the Basics: - Learn Java Syntax: Start with the fundamentals, including variables, data types, operators,
anjali.gama

anjali.gama

12 likes

🚀 2025 AI Learning Roadmap: From Zero to Employmen
Hey everyone! 🌟 Here's a comprehensive AI learning roadmap to help you go from a beginner to a professional in the field of AI by 2025. Let's break it down into nine stages: ---- 1️⃣ Build Strong Foundations • Python: Master the basics of Python programming. • Data Processing: Learn l
Valder

Valder

877 likes

A laptop displaying code and a smartphone with 'VP' on its screen, set against a purple, starry background. The image is a title card for an article on gaining developer experience for self-taught, bootcamp, or fresher individuals.
A screenshot of the Tech Fleet website homepage, featuring a dark, space-themed design. It highlights developing skills in UX, Product Management, and Development roles, emphasizing gaining real team experience without a portfolio.
A screenshot of the VolunteerMatch website showing virtual volunteer opportunities for software engineers. Listings include roles like Smart Contract Developer, Site Reliability Engineering, and WordPress Developer, with various organizations and dates.
How to Gain Experience as a New Dev
How can you get a job if you don’t have experience when no one will hire you? By volunteering! Instead of being an unpaid intern at a company, you could instead volunteer your skills towards non-profit organizations. I have found three spaces online where you can do just that. Tech Fleet I love
Karelle

Karelle

13 likes

How I became a Software Developer
I’ve been getting soo many questions about How I became a software developer and it’s been a lot to respond to everyone so, instead of making a restricting 1 minute video… I decided to put it on Youtube. I will be telling yall how I started How I got through my bootcamp How it was after graduat
Angel

Angel

75 likes

Data engineering roadmap part 1
Here's a comprehensive roadmap for data engineering that covers various aspects of the field. This roadmap is divided into multiple parts to help you systematically learn and master the necessary skills. ### Part 1: Foundation 1. Basic Programming Skills: - Learn Python or Java, focu
anjali.gama

anjali.gama

19 likes

5 Essential Tips for Engineering Majors👷🏾‍♀️🧬⚙️💻
STEM isn't for the weak, but we're built different Here are a few pieces of advice I want to share with my fellow STEM fam. Let's push through and come out stronger on the other side 6 #college #engineer #engineering #engineeringstudent #fallsemester
Oshin Jade 🌸 | Creator

Oshin Jade 🌸 | Creator

37 likes

2025 Cybersecurity Roadmap
If you want to break into Cybersecurity in 2025 these are the exact steps you need to follow. #cybersecurity #tech #cybersecuritymentor #cybersecuritytips
Quanahmichelle

Quanahmichelle

298 likes

Top Cybersecurity Certifications to get job in 2026
Top Cybersecurity Certifications to Get a Job in 2026 🔐 Cybersecurity continues to be one of the fastest-growing careers, but employers are looking for professionals who can prove their skills—not just list them on a résumé. The right certification can help you stand out for roles in security oper
devswitchwithai

devswitchwithai

9 likes

Target the Right Companies: DevOps Engineers 👩‍💻
💡 Step 1 in your DevOps job search: Target the right companies! 💼 Look for companies with strong DevOps practices and roles that align with your skills and experience. This increases your chances of finding a great fit! 🌐 Industries like tech and finance are booming, making them excellent sec
vedha | career tips (tech) 👩‍

vedha | career tips (tech) 👩‍

6 likes

An image titled "jobs for each college major ENGINEERING" features a yellow hard hat and blueprints, with two gears symbolizing engineering. It introduces career options for engineering majors.
This image lists career options for mechanical/manufacturing engineering, including Quality Engineer and Structural Engineer, and environmental engineering, such as Land Surveyor and Geotechnical Engineer.
This image presents career options for computer engineering, including Web Developer and Software Engineer, and electrical engineering, such as Controls Engineer and R&D Engineer.
Careers for the Engineer Girlies 👷‍♀️
Do you have an engineering degree or want to pursue engineering without knowing what you want to do yet? Here are a few career options to take a look at! Remember a lot of career paths are not linear! Mechanical / Manufacturing Engineering ✺ Quality Engineer ✺ Structural Engineer ✺ Enginee
Itsleilahclaire

Itsleilahclaire

72 likes

Not every cybersecurity certification is meant for the same career stage. Save
Not sure which cybersecurity certification you should take next? 🔐 The biggest mistake isn't studying too little — it's studying for the wrong certification at the wrong stage of your career. Security+ can be a strong starting point for cybersecurity beginners. CySA+ can help build towar
devswitchwithai

devswitchwithai

0 likes

Josue Hernandez

Josue Hernandez

0 likes

A satirical O'Reilly book cover features a sloth clinging to a branch. The title reads 'Cutting corners to meet arbitrary management deadlines Essential Copying and Pasting from ChatGPT'. It credits 'The Practical Developer'.
The fastest way to be a better software engineer?
This might not be it, but... Many #SoftwareEngineers and #Developers are certainly leaning into it 😅
Nick Cosentino

Nick Cosentino

1 like

A woman, Anjali Viramgama, holds a green plush toy in front of a fountain and buildings. The image is titled "Part 2 Roadmap To Learn Python" in red and white text, indicating a guide by Anjali Viramgama.
A white paper with torn edges, taped to a dark grid background, displays the heading "MODULES AND LIBRARIES" in red. It lists Python's Standard Library and third-party libraries like NumPy, pandas, Matplotlib, Flask, and Django.
A white paper with torn edges, taped to a dark grid background, features the red heading "FUNCTIONAL PROGRAMMING." It outlines functional concepts in Python, including lambda functions, map, filter, and reduce.
Roadmap to learn python: part 2
Python is one of my favorite programming languages and this is part two of the 9-part roadmap to help you learn Python effectively. Check the previous post for steps 1 to 5. 6. Modules and Libraries: Dive into the rich world of Python's Modules and Libraries: - Standard Library: Take
anjali.gama

anjali.gama

18 likes

A desk setup with a monitor displaying a car, a laptop, and various items. Overlay text reads "5 FREE CODING BOOTCAMP Beginner to advanced" and "SWIPE," indicating an introductory image for a list of coding bootcamps.
A laptop screen displays the Codecademy website, featuring a sign-up form and text about transforming teams with tech skills. The image highlights Codecademy as a free coding resource.
A laptop screen shows the freeCodeCamp website, emphasizing learning to code, building projects, and earning certifications for free. It also displays a certification example and logos of companies that hire graduates.
5 coding bootcamps to kickstart your tech career 👩‍💻
1. freeCodeCamp - Duration: Self-paced - Success Rate: Well-known for helping learners build strong portfolios and get jobs. FreeCodeCamp has a vast community and provides comprehensive hands-on projects. 2. App Academy Open - Duration: 24 weeks (full-time) or 48 weeks (part-ti
vedha | career tips (tech) 👩‍

vedha | career tips (tech) 👩‍

517 likes

Cism roadmap
#cism #cybersecurity #study #roadmap
devswitchwithai

devswitchwithai

0 likes

An open book displays web development concepts, including HTML and JavaScript code snippets, alongside a browser interface showing a web page and its source. The words "Learning JavaScript" are overlaid, with a red arrow highlighting code, reflecting the article's theme of mastering JavaScript.
Journey to Software Engineer
I decided about 6 months ago that I wanted to pivot my career from analyst to software engineer. It hasn’t been easy. I started a bootcamp and loads of other self-guided routes. Trying to get into this field without a Computer Science Degree takes so much discipline. While HTML & CSS have come
Brittany Head

Brittany Head

6 likes

A woman, Anjali Viramgama, stands in a festive, well-lit indoor garden. The image is titled 'Web development Roadmap for Beginners' with her name and social media handle.
A scroll-like paper details steps 1 and 2 of a web development roadmap: 'Understand the Basics' (HTML) and 'Dive into JavaScript'. Footprints illustrate a path on the paper.
A scroll-like paper outlines steps 3, 4, and 5 of a web development roadmap: 'Version Control' (Git/GitHub), 'Responsive Web Design' (CSS Frameworks), and 'Front-End Development'. Footprints mark a path.
Web development roadmap for beginners
Here's a step-by-step web development roadmap for beginners: 1. Understand the Basics: - HTML (Hypertext Markup Language): Start with learning HTML, the backbone of web development. Understand how to create the structure and content of web pages. - CSS (Cascading Style Sheets): Learn CSS
anjali.gama

anjali.gama

44 likes

How to improve sql skills as a software engineer
Hello everyone! Improving SQL proficiency requires practice and continuous learning. Start by mastering the basics of SQL syntax and commands, then gradually progress to more complex queries and operations. Take advantage of online resources like tutorials, courses, and practice platforms to hone y
Yun Jung

Yun Jung

59 likes

A woman, Anjali Viramgama, sits on a lit structure under trees with fairy lights. The image is titled 'Roadmap to becoming a UX Designer Part 1' and includes her name and social media handle.
A red and white chevron background features a 'JOB SEARCH' banner. A torn paper note advises applying for UX designer positions, tailoring resumes and portfolios, and preparing for interviews.
A red and white chevron background features a 'TAKE ONLINE COURSES' banner. A torn paper note suggests enrolling in online UX design courses from platforms like Coursera, Udemy, edX, and LinkedIn Learning.
Roadmap to becoming a UX Designer part 1
Becoming a UX (User Experience) designer involves a combination of education, skills development, and practical experience. Here's a three-part roadmap to help you navigate your path to becoming a UX designer: Part 1: Education and Foundation 1. Understand the Basics: - Start by researching and
anjali.gama

anjali.gama

39 likes

Job exploration - be an engineer
If you're job exploring, you need to find what interests you! I majored in political science with a concentration of communication. Even I didn't know what I was getting into, but it worked out in the end. If you're still exploring careers/jobs to take on, I heard engineering is
Baki Izzat

Baki Izzat

31 likes

Here is your career guide
#techskills #technology #softwaredev #softwaredevelopment #softwareengineer
Arn Hayes

Arn Hayes

0 likes

Future Cloud/CloudSecOps Engineer 🫡✨🖥️
#Lemon8Diary #cloudengineer #techgirlie #techtok #techlife
A ꨄ

A ꨄ

20 likes

Data engineering roadmap part 2
Here’s part 2 to roadmap for data engineering: ### Part 3: Database Management Systems and Advanced Data Modeling 1. Relational Databases: - Deepen your understanding of relational databases. - Learn about indexing, transactions, and database optimization. 2. Advanced SQL: - L
anjali.gama

anjali.gama

17 likes

The cover image for 'Roadmap to Blockchain Developer Part 1' features Anjali Viramgama against a scenic mountain and forest backdrop. The title is prominently displayed in blue and white text, with social media handles at the bottom.
This image outlines the first step, 'Understand the Basics,' for a blockchain developer. It details learning Blockchain Fundamentals, including core concepts, block structure, consensus mechanisms, and Distributed Ledger Technology, along with Cryptocurrency Basics like Bitcoin and Ethereum.
This image presents the second step, 'Learn Programming Languages,' for a blockchain developer. It lists Solidity for smart contracts, JavaScript/Node.js for DApps and server-side scripting, and Python for scripting and blockchain tools.
Roadmap to Blockchain developer part 1
Becoming a blockchain developer requires a strong foundation in blockchain technology, as well as proficiency in programming languages commonly used in blockchain development. Here's a roadmap to help you become a blockchain developer: 1. Understand the Basics: - Blockchain Fundamentals:
anjali.gama

anjali.gama

9 likes

A woman poses in front of the Microsoft logo at their Redmond HQ, with text overlay announcing "how I landed a MICROSOFT SWE internship" and defining SWE as software engineer, setting the stage for a career advice post.
A woman smiles, making peace signs in front of a Microsoft-themed balloon wall, with text overlays stating "short answer: no idea!" and acknowledging that many factors are beyond control in the internship process.
A woman stands smiling by a colorful balloon wall, with text overlays listing key factors she believes helped her secure a software engineering internship, including resume strength, personality, growth mindset, and being a female in STEM.
how I REALLY landed my SWE Microsoft internship
over the summer of 2023, I interned as a Software Engineer at Microsoft, doing computer science at their Redmond HQ! It all still feels a little unbelievable sometimes, especially because I'm pretty bad at computer science (I've only taken beginner classes) and I totally flunked 1.75 out of
chloe~

chloe~

119 likes

Study tips for ENGINEERING 📐📏
Engineering is all about problem-solving, so practice is key. Focus on understanding concepts, not just memorizing formulas. Break complex problems into smaller steps, and use diagrams when possible. Collaborate with peers to share ideas and solutions. Stay consistent, review often… it’s part of le
teal.days

teal.days

9 likes

A woman, Anjali Viramgama, sits in front of a dark, illuminated background with the title "Roadmap to becoming a UX Designer Part 2" and her name. The image has a torn paper effect border.
A yellow and white chevron background features a torn paper note detailing "INTERACTION DESIGN" and "Visual Design" concepts for UX designers.
A yellow and white chevron background features a torn paper note detailing the importance of learning "PROTOTYPING TOOLS" like Sketch, Adobe XD, Figma, or InVision for UX design.
Roadmap to becoming a UX Designer part 2
Here’s part 2 to roadmap to become a UX designer: Part 2: Skill Development 1. Learn Prototyping Tools: - Familiarize yourself with popular UX design tools like Sketch, Adobe XD, Figma, or InVision. These tools are essential for creating wireframes, prototypes, and mockups. 2. HTML/CSS
anjali.gama

anjali.gama

20 likes

Software Developer with No Degree
I went to a bootcamp in 2019 and haven’t looked back since. I was a Uber Driver before I went into tech and it was a car accident that lead me here. I put my full journey to becoming a Software Develeioer on my Youtube Channel : Angel Royals Desk. Link in bio! What else do you want me to shar
Angel

Angel

64 likes

See more