惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
aimingoo的专栏
aimingoo的专栏
月光博客
月光博客
博客园 - Franky
Martin Fowler
Martin Fowler
U
Unit 42
阮一峰的网络日志
阮一峰的网络日志
Recent Announcements
Recent Announcements
The Cloudflare Blog
博客园 - 聂微东
酷 壳 – CoolShell
酷 壳 – CoolShell
宝玉的分享
宝玉的分享
J
Java Code Geeks
B
Blog RSS Feed
博客园 - 三生石上(FineUI控件)
MongoDB | Blog
MongoDB | Blog
腾讯CDC
博客园_首页
博客园 - 司徒正美
D
DataBreaches.Net
I
InfoQ
GbyAI
GbyAI
IT之家
IT之家
罗磊的独立博客

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
My First article My Journey as a software engineer.....
Ezekiel Vovor · 2026-06-17 · via DEV Community

It wasn't all rosy at first. I started off with no knowledge at all. The only thing I knew back then was that coding is used for building websites, games, and hacking. All I had was an undying passion to become very good at coding. I found it cool and fun.

How it all started!!!

So I kicked off my journey. A lot of developers out there probably started with YouTube, bootcamps or even from documentation. But me? I was actually learning to code in school. My school had an extracurricular activity session, and coding was part of it. So the journey started there.

But at a point, I had to stop because I didn’t have a laptop back then 😭. In high school, I was really sad because I couldn’t do the one thing I loved since I lacked the tools for it. I spoke to my dad about it, and he told me he wasn't gonna get me a laptop because I'd get distracted from my studies… the passion I had for tech was greater than that for my studies, but I remembered vividly he promised to get me one if I were to do well in my upcoming WAEC examination. A few months later, exam day came, and I wrote my exams. Results were out and I passed, and my dad just as he promised got me a laptop.

Now I started my journey for real

I kicked off with HTML, the first language most big developers start with. I stayed on it for about a week — yes, just a week. Not the whole language though; I just picked out the major things I needed to know in HTML.

After I was done with that, I moved on to CSS and joined the FreeCodeCamp community. I gained a lot from this community — about 90% of what I know in CSS is thanks to FreeCodeCamp, so I definitely recommend @FreeCodeCamp to every beginner out there.

So I spent about 2–3 months learning CSS. Yeah, this one humbled me a bit. I wasn’t just watching tutorials; I was also building while learning.

Lesson I learnt

I feel this is a good time to pivot to what I’ve learnt. A lot of beginners believe, “If I just watch more tutorials, I’ll become cracked.” I used to think the same way too, but I learnt the hard way that learning to code without actually building is like learning to ride a bike but never pedaling. Real learning comes from building so build!

JavaScript phase

After struggling with CSS for a while, it was finally time to face the programming language that makes every developer rethink their choices — JavaScript.

After finishing CSS and becoming comfortable with it, I felt ready to move on to JavaScript. When I started learning it, I realized I was on a completely different ball game. I had moved from properties and elements to syntax and functionality.

The first few weeks were tough. I cried. I almost gave up. But one thing that kept me going was that undying passion I had from the start. I wanted to wait and see the end of it, and I did.

After 6 months of struggle and continuous building and improvement, I was finally confident in my JavaScript knowledge. Not perfect, but confident. I was confused on whether to move to React or not, so I sought advice from a friend and moved on to React.

Where I am now

Now I’ve moved on to React, and I’m still learning and growing with it. It feels different from everything I’ve done so far, but also exciting in its own way. I’m not where I want to be yet, but I can see real progress in my journey.

I’m still building, still learning, and still becoming the developer I want to be.

The Journey Continues🚀