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

推荐订阅源

爱范儿
爱范儿
腾讯CDC
博客园 - 司徒正美
A
About on SuperTechFans
H
Help Net Security
J
Java Code Geeks
C
Check Point Blog
B
Blog RSS Feed
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
MongoDB | Blog
MongoDB | Blog
U
Unit 42
Hugging Face - Blog
Hugging Face - Blog
Last Week in AI
Last Week in AI
MyScale Blog
MyScale Blog
V
Visual Studio Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
I
InfoQ
H
Hackread – Cybersecurity News, Data Breaches, AI and More
F
Fortinet All Blogs
博客园 - 聂微东
酷 壳 – CoolShell
酷 壳 – CoolShell
GbyAI
GbyAI
博客园 - 【当耐特】
雷峰网
雷峰网

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 Struggles as a Software Engineer in 2026
Israel Santa · 2026-05-27 · via DEV Community

This post is adapted from my YouTube vlog, "My Struggles as a Software Engineer in 2026!"

I started my journey to become a software engineer two years ago, and the landscape has shifted dramatically since then. One of the most persistent struggles I have faced while trying to break into the industry is the constant feeling of never being good enough or knowing enough. Imposter syndrome is real, and it is a battle I have fought from day one.

When I first started, my goal was simple: learn React, JavaScript, MongoDB, and PostgreSQL, and build a project. I felt a massive sense of pride after building my first two projects. However, the reality of the New York City job market quickly set in.

  • I noticed a saturation of MERN stack developers.
  • I realized that knowing React alone would not be my gateway into a solid software engineering role.
  • I needed to make myself highly useful to an organization, which meant diving deep into backend development.

Choosing the Right Backend Language

I debated between Go and Java for a long time. After analyzing the market on platforms like ZipRecruiter and Indeed, and speaking with industry professionals, a clear pattern emerged. Entry-level opportunities for Golang developers were virtually non-existent, whereas the market showed more opportunity for Java developers.

Once I committed to Java, I was introduced to Spring Boot and Docker containers. This fundamentally shifted how I approached application development.

Development Approach Methodology
Frontend-First (Past) Build the UI first. Once the visuals are set, write the logic to support it.
Backend-First (Current) Wireframe and break down the feature logic first. The UI is built on top of a fully realized architecture.

This backend-first approach makes significantly more sense to me now. By the time I get to the frontend, I already know exactly what the feature must do, making full-stack development much smoother.

Escaping Tool Fatigue with "The Izzy Stack"

The tech industry is relentless. Every day, there is a new tool, a new model, or a "game-changing" framework. Chasing every trend is the fastest way to guarantee you will never feel competent.

To combat this overwhelm, I decided to lock into a specific tech stack, become proficient in it, and only test new tools briefly before integrating them if they truly add value. I refer to my core setup as The Izzy Stack:

These are the technologies I use in my tech stack.

  • Frontend: React, TypeScript, and Tailwind CSS.
  • Backend: Java, Spring Boot, PostgreSQL, and Supabase.

Switching between frontend and backend development was initially quite challenging, but with time, I gradually became proficient in both areas.

React and TypeScript handle the visual UI (managing state and effects), while Java requires building services, DTOs, and controllers. The implementation details are vastly different, but mastering both domains is necessary for the next level of growth.

System Design vs. LeetCode

In the pursuit of improvement, I evaluated whether to focus on Data Structures and Algorithms (DSA) or System Design.

Honestly, in 2026, grinding LeetCode makes little sense to me when modern AI models can instantly solve those problems. While I understand that some companies still require DSA for interviews, you will rarely use those specific academic puzzles in daily backend work.

System design, however, immediately clicked. I recently picked up System Design Interview by Alex Xu.

Popular book that provides a structured, step-by-step framework for tackling system design interview questions, using real-world examples like designing a URL shortener or a news feed.

Within the first twelve pages, I was learning vital concepts I had never encountered:

  • Database replication
  • Vertical and horizontal scaling
  • The critical role of load balancers in managing web traffic

If your target companies require DSA, you must study it. But for the type of backend systems I want to build, system design provides significantly more practical value.

The Reality of the 2026 Job Market

Let's be honest: the 2015–2020 hiring boom is over.

You can no longer build a simple tic-tac-toe or to-do list app and expect to land a job. The bar has been raised. Recently, I built an entire asynchronous video analysis pipeline using Java, Spring Boot, Supabase, React, TypeScript and various LLMs.

  • The system ingests video input.
  • It analyzes the presentation for filler words and body language.
  • It evaluates the content and overall delivery against professional speaking standards.

Despite the complexity of the project, I still feel the pressure to improve. I have secured multiple interviews thanks to an incredible network of mentors and peers, but converting those interviews into offers remains a challenge. I have received various reasons for why things haven't followed through, which can be frustrating.

However........

All we can do is focus, lock in, and keep building. Opportunity will come. An organization will take a chance on me, and I will maximize that opportunity just like I did during my internship at Archetype Dynamics. So, if you’re navigating this market with me, understand that every rejection is just one step closer to a "yes."

Let's keep grinding.


Let's Connect!