WeSearch
Hub / Tags / Softwareengineering
TAG · #SOFTWAREENGINEERING

Softwareengineering coverage.

Every story in the WeSearch catalog tagged with #softwareengineering, chronological, with view counts. Subscribe to the per-tag RSS feed to follow this topic in your reader of choice.

60 stories tagged with #softwareengineering, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.

⌘ RSS feed for this tag →   or   search "Softwareengineering"

RELATED TAGS
#ai38#architecture12#systemdesign10#productivity9#programming9#webdev8#devops5#backend4#technology3#machinelearning3#api3#testing3
DEV.TO (TOP)

AI Won't Start For You

The debate about AI replacing developers keeps missing the same thing. The issue is not intelligence. It is autonomy.…

14 views ·
#ai#programming
DEV.TO (TOP)

Keep Spaghetti in the Kitchen, Not in Your Swift Code: Mastering SOLID 🍝

Hey iOS Devs! 👋 Don't get me wrong, I love a good plate of Spaghetti Carbonara. But when it comes...…

18 views ·
#ios#swift
DEV.TO (TOP)

Algorithmic Suffix Mapping: The Developer’s Guide to Solving the Naming Crisis

` We live in a digital ecosystem where finding an available, brandable, and short domain name feels...…

17 views ·
#algorithms#branding
DEV.TO (TOP)

The Last Mile of Software Is a Sentence

Every developer knows the quiet satisfaction of a clean merge, a green test suite, and a system that...…

11 views ·
#communication#trust
DEV.TO (TOP)

Building Our Backend House of Cards

Every backend system starts with the best intentions—clean models, sensible routes, a database schema...…

10 views ·
#backend#programming
DEV.TO (TOP)

The Day I Stopped Thinking Like a Developer and Started Thinking Like an Owner

Early in my career, I thought being a good developer meant writing clean code, closing tickets,...…

10 views ·
#webdev#productivity#career
DEV.TO (TOP)

Your Test Suite Now Mostly Proves the AI Agrees With Itself

Picture a renewal call. The client is happy with the work. Then they ask one fair question. "This...…

9 views ·
#ai#testing
DEV.TO (TOP)

Refactoring and Optimization Workflows: Turning Messy Code into Clean, Fast Systems

Introduction You have working code that you dread touching. Variable names make no sense....…

17 views ·
#refactoring#optimization
DEV.TO (TOP)

09/20: Layer 4 – The Transport Layer: TCP, UDP & Reliable Delivery

The Layer Responsible for End-to-End Communication Imagine ordering a package...…

12 views ·
#networking#informationtechnology
DEV.TO (TOP)

The Age of Architecture: AI Coding Agents Are Forcing Us to Build Better Systems

As coding becomes increasingly automated, software architecture is becoming the highest-leverage skill in engineering. AI agents thrive in systems with clear boundaries, strong con…

13 views ·
#ai#architecture
DEV.TO (TOP)

The Hidden Cost of Cloud-First API Clients

In modern development workflows, API clients are indispensable tools. API clients let developers...…

11 views ·
#api#cloudcomputing
DEV.TO (TOP)

How do you decide what to give to Claude Code, and what to do yourself?

At a recent event, someone asked me two questions. I could not answer them well at the time: How do...…

12 views ·
#ai#webdev
DEV.TO (TOP)

Why I'm Building Decision Systems Instead of Prediction Systems

Most software projects focus on producing outputs. Most AI projects focus on producing...…

23 views ·
#systemdesign#fintech
DEV.TO (TOP)

The Worst Time to Quit Software Engineering Might Be Right Now

I understand why so many people are questioning software engineering right now. Every week there’s...…

15 views ·
#ai#career
DEV.TO (TOP)

Federico@Cursor,Dimma@Fireworks深入探讨Composer2技术

红杉资本邀请Federico-Cassano@Cursor、Dmytro-Dzhulgakov(Dimma)@Fireworks,深入探讨Composer2技术 这个视频是红杉资本(Sequoia...…

22 views ·
#machinelearning#ai
DEV.TO (TOP)

The Road to KiwiEngine — Why I Stopped Thinking in Frameworks

Over the last few years, I kept running into the same problem while building projects: Every tool...…

12 views ·
#webdev#architecture
DEV.TO (TOP)

What happens when an AI agent commits to your repo

When AI agents start committing to your repo, Git history reveals something uncomfortable: not all AI-assisted developers produce the same quality of code. Here's what to watch for…

13 views ·
#ai#git#devops
DEV.TO (TOP)

AI Wrappers Are Dying: Why Most AI Products Fail

In 2026, building an app on top of OpenAI or Anthropic is easier than ever. But wrappers are...…

19 views ·
#ai#startups
DEV.TO (TOP)

From Vibe Coding to Verified Engineering

AI agents should produce evidence, not just code. Agile V brings requirements, verification, and traceability to AI-assisted development.…

15 views ·
#ai#agile
DEV.TO (TOP)

Tech Talks Weekly #106

Happy Wednesday 👋 and a warm welcome to Tech Talks Weekly #106! This week, Tech Talks Weekly has...…

12 views ·
#webdev#programming#softwaredevelopment
DEV.TO (TOP)

Why Doesn't Linux Break Every Week?

Linux has thousands of contributors. Yet some commercial applications with dedicated teams seem to...…

14 views ·
#linux#opensource
DEV.TO (TOP)

Why Some Codebases Are Hard to Understand: Cognitive Surface Area and the Hidden Cost of System Navigation

Information Foraging: How Developers Navigate Systems Developers rarely read code from top...…

22 views ·
#readability#maintainability
DEV.TO (TOP)

Why Your Requests + BeautifulSoup Stack Will Fail in Production

TL;DR — requests plus BeautifulSoup is the right tool for tutorials, side projects, and one-off...…

23 views ·
#webscraping#automation
DEV.TO (TOP)

We built the feature in two days. Making it reliable took two weeks.

The feature worked: Button clicked Data saved Response returned Done. Then production...…

13 views ·
#productivity#backend
DEV.TO (TOP)

SpecAgnt v2.0: The Agent Lifecycle Framework for AI-Native Engineering

AI agents are excellent at generating code, but they are often "stateless" background workers....…

18 views ·
#ai#architecture
DEV.TO (TOP)

How I Use AI as a Senior Engineer

How I Use AI as a Senior Engineer for Code Reviews (25 Prompts That Actually Work) Tags:...…

20 views ·
#ai#codereview
DEV.TO (TOP)

Multi-tenant além do TenantId: problemas reais e aprendizados em sistemas .NET

Em muitos sistemas SaaS, o multi-tenant começa de um jeito aparentemente simples: adicionamos uma...…

22 views ·
#dotnet#multitenancy#architecture
DEV.TO (TOP)

We Trust Third Party Code, It’s Time to Trust AI Generated Code

AI-generated code should be treated as third-party code. Same mental model we already use for...…

14 views ·
#ai#programming#opensource
DEV.TO (TOP)

LLD Object-Oriented Design: Interfaces & Abstract Classes (Designing Contracts)

After understanding composition, inheritance, and polymorphism, the next important step is learning...…

17 views ·
#systemdesign#codinginterview
DEV.TO (TOP)

Don’t let AI break your collective thinking: a practical guide for engineering teams

Over the past few years, my workflow as an engineer has changed a lot. I went from the occasional...…

9 views ·
#ai#productivity
DEV.TO (TOP)

Designing XSLT transforms with parameters and multiple inputs

Many real-world transformations do not run on a single XML document. You often merge a primary...…

23 views ·
#programming#design
DEV.TO (TOP)

77 Rules Later: What Graduating Our First Stack Actually Looked Like

This is Part 8 of the ForgeFlow series. Part 7: The File Modification Boundary documented the...…

9 views ·
#development#testing
DEV.TO (TOP)

System Design Interview: Decentralized Web Crawler

How to design a distributed web crawler using a DHT ring. Covers consistent hashing, finger table routing, node joins and failures, and storage.…

11 views ·
#webdev#systemdesign
DEV.TO (TOP)

Entidades finas e composição: o design que escolhi para a nova plataforma

Disclaimer Este texto foi inicialmente concebido pela IA Generativa em função da...…

8 views ·
#architecture#systemdesign
DEV.TO (TOP)

How to add Peppol e-invoicing to your SaaS without making it your team's problem

If your SaaS already does B2B billing for customers in Europe, sooner or later one of them will ask:...…

17 views ·
#saas#e-invoicing#peppol
DEV.TO (TOP)

The "MTTR Is All You Need" Trap

There is a specific moment in a system's life when the dashboards still look green, the test suite is...…

13 views ·
#ai#devops
DEV.TO (TOP)

What 12 Months of AI-Generated Pull Requests Taught My Engineering Team

When our platform team adopted AI coding assistants across every repository in early 2025, I expected...…

14 views ·
#ai#productivity
DEV.TO (TOP)

The Quiet Architecture of Systems That Refuse to Die

There is a particular kind of software that nobody writes blog posts about. It runs the payroll at a...…

8 views ·
#architecture#systemdesign
DEV.TO (TOP)

Real-time video classification with PaliGemma: architecture patterns for low-latency VLM inference

In a previous article, we benchmarked three open-source Vision-Language Models on zero-shot object...…

12 views ·
#ai#computervision
DEV.TO (TOP)

Why These and That in Every System

We all know about DSA—Data Structures and Algorithms. But that's not all there is to programming, no...…

12 views ·
#compilers#programming
DEV.TO (TOP)

AI productivity gains are real, but smaller in production

A practical look at why GenAI coding assistants show real gains in studies, but smaller gains inside production engineering systems.…

11 views ·
#ai#productivity
DEV.TO (TOP)

ML System Development and Redundancy: Stop Rebuilding the Wheel

Introduction For the longest time I’ve found myself asking one question repeatedly: “Do I...…

12 views ·
#machinelearning#ai
DEV.TO (TOP)

AI slop debt" is technical debt on fast forward. Nobody's ready.

Every cleanup process you have was designed for human-speed mess-making. AI agents just have a “hit...…

13 views ·
#ai#technicaldebt
DEV.TO (TOP)

Agents Need Receipts, Not Just Better Prompts

Most AI agent demos optimize for the first successful run. Real agent work gets interesting after...…

10 views ·
#ai#agents
DEV.TO (TOP)

Stop Reviewing Every Line of AI Code - Build the Trust Stack Instead

AI-generated code should be treated as third-party code. Same mental model we already use for...…

11 views ·
#ai#programming
DEV.TO (TOP)

Stop Building Space Shuttles When All You Need Is a Bicycle

The painful tech trend of overengineering. Why are we using microservices, Kubernetes, and 50 abstractions for a simple CRUD API?…

11 views ·
#development#architecture
DEV.TO (TOP)

Beyond Text Rewrites: The Shift to AST-Aware Code Refactoring for AI Agents

The rapid adoption of AI coding assistants has fundamentally changed how software engineers write,...…

13 views ·
#ai#programming
DEV.TO (TOP)

Stop Reviewing Every Line of AI Code - Build the Trust Stack Instead

AI-generated code should be treated as third-party code. Same mental model we already use for...…

13 views ·
#ai#codereview
DEV.TO (TOP)

The Five-Thousand-Line File

Every team has one. Sometimes it is called utils.ts or helpers.py. Sometimes it has the name of a...…

13 views ·
#programming#webdev
DEV.TO (TOP)

Claprec: Engineering Tradeoffs - Limited time vs. Perfection (6/6)

Series Roadmap Product Overview (1/6) Architecture: N-Tier Design, Decoupling, and...…

11 views ·
#techdebt#architecture
DEV.TO (TOP)

AI code review checklist that actually catches problems

The two a.m. pager call is a rite of passage for many engineers, but the nature of those incidents is...…

12 views ·
#ai#code review
DEV.TO (TOP)

How to Build a Trading Platform: Architecture, Features, and the Hard Engineering Problems

Why Trading Platforms Are Among the Hardest Software to Build Most software has a generous...…

14 views ·
#architecture#systemdesign
DEV.TO (TOP)

RabbitMQ vs Kafka: Choosing the Right Messaging System for Real Backend Architectures (part-3)

This is my final part-3 of the series. I recommend you to read previous articles of the series. In...…

14 views ·
#rabbitmq#kafka#springboot
DEV.TO (TOP)

Understanding AI Code Fast: A 60-Second Habit for Institutional Memory

Hello, I'm Shrijith Venkatramana. I'm building git-lrc, an AI code reviewer that runs on every...…

13 views ·
#ai#codereview
DEV.TO (TOP)

Why Most Developer Portfolios Fail to Show Engineering Maturity

The Problem With Most Developer Portfolios Most developer portfolios explain features and...…

9 views ·
#webdev#career
DEV.TO (TOP)

Architecting a Self Governing De-Fi Agent - Here's How It Ranked

What if your AI trading agent couldn't execute a single trade unless you had explicitly told it that...…

13 views ·
#blockchain#decentralizedfinance#artificialintelligence
DEV.TO (TOP)

코딩 에이전트 DESIGN.md란?

코딩 에이전트는 빠르게 코드를 작성하지만, 지시하지 않으면 코드베이스의 아키텍처 의도를 모릅니다. Claude Code나 Codex에 모호한 티켓을 주면 컴파일되고 테스트도...…

10 views ·
#coding#architecture
DEV.TO (TOP)

コーディングエージェント向け DESIGN.md とは?

コーディングエージェントは高速で自信満々ですが、指示しない限りコードベースのアーキテクチャを知りません。Claude...…

12 views ·
#architecture#ai
DEV.TO (TOP)

Data Races Reproduced: Harnesses That Catch Heisenbugs

The testing framework that forces concurrent bugs into the open — with a 94% reproduction rate ...…

15 views ·
#testing#bugs
DEV.TO (TOP)

5 Mistakes I Made Building a Social Media App With 7 AI Systems

I've spent the last nine months building Qioiper — a social media platform controlled by seven AI...…

10 views ·
#ai#socialmedia