Skip to main content
← All Tags

software-engineering

652 articles in this category (Page 25 of 28)

AI NewsCybersecuritySoftware Engineering

Stop the Hijack: A Developer's Guide to AI Agent Security and Tool Guardrails

Autonomous AI agents introduce new security risks like Indirect Prompt Injection and Tool Inversion, requiring robust defenses like PoLP and runtime guardrails.

Read more
AI NewsSoftware EngineeringMapping

Bga Buses (MUX Challenge): A Bucaramanga Route Finder

This project builds a bus route finder for Bucaramanga, Colombia, leveraging Google Maps APIs for a zero-cost MVP.

Read more
AI NewsSoftware EngineeringDecision Making

Turning Complexity into Smart Simplicity for Long-Term Thinking

Long-term thinking is often hindered by uncertainty, but prioritizing principles over predictions enables sustainable progress.

Read more
AI NewsSoftware EngineeringCloud Computing

API Architecture Comparison for Personal Projects

A technical evaluation of six API architectures reveals React Native × Hono × Cloudflare Workers × Supabase as optimal, balancing security, cost, and scalability.

Read more
AI NewsSoftware EngineeringCloud Computing

What Nobody Tells You About AI Agents: 6 Surprising Costs and Realities

This article details the hidden costs and complexities of AI agent implementation, citing that 91% of machine learning models suffer performance deterioration after deployment.

Read more
AI NewsSoftware EngineeringProductivity

The Solution: 'Senior Architect' Protocol for AI Code Generation

A system prompt designed to eliminate verbose responses and enforce strict TypeScript standards improved code quality by 30-40 minutes per day.

Read more
AI NewsSoftware EngineeringPineScript

I Built a Module System for PineScript to Resolve Complex Indicator Workflows

Claudia Nadalin built PineCone, a bundler for PineScript, to address the lack of a module system and improve code organization for TradingView indicators.

Read more
AI NewsPythonSoftware Engineering

Intro to Python Core, Epam Data Software Engineering Training

This tutorial covers the initial Python Core module from Epam’s Data Software Engineering Course, including setup and basic data types.

Read more
JavaConcurrencyPerformance

Java 25 Structured Concurrency: The End of Thread Leaks

Deep dive into Java 25's Structured Concurrency (JEP 505): how the new Joiner architecture fixes thread leaks, improves observability, and replaces ExecutorService for modern concurrent applications.

Read more
AI NewsSoftware EngineeringProductivity

Solved: AI Coding Tools Slow Down Developers

This article details how AI coding tools can decrease developer productivity and offers solutions, including prompt engineering and strategic integration, to regain efficiency.

Read more
AI NewsCareerSoftware Engineering

AI Interview Copilot Focuses on Response Quality for Engineers

AI Interview Copilot provides structured feedback on interview responses, aiming to improve candidate communication beyond just content knowledge.

Read more
AI NewsAgent DesignSoftware Engineering

Real Agent Design: Lessons from Christmas Planning

A Christmas-themed agent design illustrates the need for robust planning, validation, and workflow orchestration—critical for production AI systems, avoiding failures like budget overruns.

Read more
AI NewsSoftware EngineeringProductivity

CodeSnippet Pro: Building a Personal Code Management Tool

Developer M Fadhil Pratama built CodeSnippet Pro to reduce code repetition across projects, addressing a common productivity bottleneck.

Read more
AI NewsSoftware Engineering.NET

C# Architecture Mastery — Scaling Teams with Architecture (Conway’s Law & .NET) (Part 11)

Explore Conway’s Law and how .NET architecture can be intentionally designed to scale teams without hindering delivery speed.

Read more
AI NewsSoftware EngineeringTechnology

AI is a Normal Technology, Not Magic

Former Stack Overflow board member Anil Dash argues AI is an evolution of existing technology, not a revolutionary force, and emphasizes the importance of evaluating it realistically.

Read more
AI NewsSoftware EngineeringReliability

Tech's Quiet Season: A History of Holiday Chaos

Historical tech events frequently occur during the holiday season, highlighting the risk of critical failures during periods of reduced staffing.

Read more
AI NewsDevOpsSoftware Engineering

Self-Healing AI Agent Platform Built with FastAPI and Docker

Cyber AI Meld generates production-ready Python backends from prompts, featuring a self-healing CI pipeline that fixes syntax errors up to 3 times.

Read more
AI NewsSoftware EngineeringAI Tools

5 Agentic Coding Tips & Tricks

Improve agentic coding workflows by enforcing clarity, evidence, and containment to ship correct, testable, and traceable code changes.

Read more
AI NewsCareerSoftware Engineering

Feeling Lost as a Developer? A Guide to Finding Your Direction

This article addresses common feelings of being lost in a software development career, outlining action plans for different experience levels.

Read more
AI NewsSoftware EngineeringAI Tools

🎰 Stop Gambling with Vibe Coding: Meet Quint

Quint, a new CLI toolkit, aims to reduce AI-assisted engineering errors by enforcing a 'Thinking Framework' and improving code quality.

Read more
AI NewsCodingSoftware Engineering

Blind 75: Why It Matters and How to Actually Master It

Blind 75 is the standard for coding interview preparation, covering 75 LeetCode problems to build essential data structures and algorithms skills.

Read more
AI NewsDataSoftware Engineering

Introduction to Netflix Hollow

Learn about Netflix Hollow, a low-latency framework for disseminating data, designed to mitigate Java heap space issues by offloading data to external storage.

Read more
AI NewsRAGSoftware Engineering

Code-Aware RAG Tool for Developers Seeks Feedback

A new RAG tool uses AST-based code chunking and dependency graph expansion for more relevant code retrieval.

Read more
AI NewsSoftware EngineeringUX Design

Interface is Everything, and Everything is an Interface

The Stack Overflow podcast with Wesley Yu of Metalab explores how evolving interfaces, from mobile gestures to AI-powered interactions, are reshaping user expectations and demanding new technical paradigms.

Read more