Skip to main content
← All Tags

software-engineering

652 articles in this category (Page 4 of 28)

AI NewsSoftware EngineeringArchitecture

Architectural Shift: Replacing Singletons with Dependency Injection for Testable Code

Utkuhan Akar's team eliminated flaky test failures and hidden coupling by replacing the Singleton pattern with explicit Dependency Injection.

Read more
AI NewsSoftware EngineeringTechnology

Mastering GPU Computing with CuPy: A Guide to Custom Kernels, Streams, and Profiling

Master high-performance GPU computing with CuPy by implementing custom CUDA kernels, managing memory pools, and utilizing streams for massive speedups over NumPy.

Read more
AI NewsAI DevelopmentSoftware Engineering

Beyond AI Agent Memory: The Case for Local-First Black Box Recorders

AI agent developers are shifting focus from memory to 'black box recorders' to solve critical issues like untraceable tool calls and runaway token costs.

Read more
AI NewsArtificial IntelligenceSoftware Engineering

Code as Data: Why LLMs Fail at Structural Programming Tasks

George Ciobanu introduces pandō, a structural engine designed to stop AI agents from treating codebases as unstructured text to prevent broken production builds.

Read more
AI NewsAuthenticationSoftware Engineering

Keycloak Webhooks: Bridging the Auth Gap in Modern Tech Stacks

The Keycloak Webhook extension enables real-time synchronization by pushing events like user registration and account deletion directly to backends via HTTP POST, preventing stale data.

Read more
AI NewsProgramming LanguagesSoftware Engineering

MiniScript 2.0 Development Updates: Garbage Collection and Double-Precision Architecture

MiniScript 2.0 introduces new garbage collection intrinsics and a unified double-precision numeric storage model to streamline VM performance.

Read more
AI NewsSoftware EngineeringTutorials

Building Advanced Django-Unfold Dashboards: Custom Models, Filters, and KPIs

A technical guide to building professional Django admin dashboards using Django-Unfold, featuring custom KPI cards and dynamic back-office navigation.

Read more
AI NewsAgentic AISoftware Engineering

Poetiq Meta-System Achieves State-of-the-Art on LiveCodeBench Pro via Automated Inference Harnesses

Poetiq’s Meta-System boosted GPT 5.5 High to a 93.9% score on LiveCodeBench Pro by automatically generating a model-agnostic inference harness without fine-tuning.

Read more
AI NewsFintechSoftware Engineering

Engineering Cross-Country Payroll APIs: Solving Semantic Salary Normalization

Dario at Obolus developed a unified payroll API covering 8+ countries, revealing that 'net salary' is a semantic challenge rather than a simple math problem.

Read more
AI NewsSoftware EngineeringPython

Mastering the Python Entry Point: Understanding `if __name__ == "__main__"`

Learn how Python's `__name__` variable prevents accidental code execution during module imports, ensuring clean and reusable software architecture.

Read more
AI NewsAgentic AISoftware Engineering

Google DeepMind Unveils Gemini-Powered AI Mouse Pointer for Context-Aware Computing

Google DeepMind introduces an AI-enabled mouse pointer powered by Gemini that captures visual and semantic context directly at the cursor for streamlined workflows.

Read more
AI NewsAISoftware Engineering

How Braze’s CTO is Navigating the Shift to Agentic AI Engineering

Braze CTO Jon Hyman reveals how 60% of the company's code became AI-generated within months, driven by agentic workflows and high-quality models.

Read more
AI NewsFintechSoftware Engineering

Generating Synthetic Fraud Data for Fintech Testing with fintech-fraud-sim

Olamilekan Lamidi released fintech-fraud-sim, a TypeScript CLI that generates synthetic fintech datasets with configurable fraud rates for secure system testing.

Read more
AI NewsDevOpsSoftware Engineering

Scaling Shopify Globally: A Technical Guide to Multi-Region Infrastructure

Optimize Shopify apps with multi-region architectures to eliminate 300-400ms of baseline latency and ensure GDPR compliance.

Read more
AI NewsAPI DevelopmentSoftware Engineering

Demystifying APIs: Insights from Vonage Developer Office Hours

Vonage launched its first live office hours session to provide a judgment-free technical support channel for developers exploring API fundamentals and integration workflows.

Read more
AI NewsMachine LearningSoftware Engineering

Optimizing Neural Network Training via Reward-Based Derivative Updates

Learn how reinforcement learning utilizes positive and negative rewards to flip derivative signs and optimize neural network bias updates.

Read more
AI NewsSecuritySoftware Engineering

Building Graph-Based Zero-Trust Network Simulations for Insider Threat Detection

Learn to build a dynamic Zero-Trust simulation using graph-based micro-segmentation and adaptive policy engines to block threats in real-time.

Read more
AI NewsAgentic AISoftware Engineering

Building Hybrid-Memory Autonomous Agents with Modular Tool Dispatch and OpenAI

Implement a modular AI agent using OpenAI and Reciprocal Rank Fusion (RRF) to merge vector search and BM25 memory retrieval for 100% state persistence.

Read more
AI NewsArtificial IntelligenceSoftware Engineering

Rhett Launches The Code of Law Challenge: AI-Driven Legal Automation Hackathon

Rhett's Code of Law Challenge hackathon offers a ₹22,000 prize pool for developers building AI-driven contract review and legal governance tools.

Read more
AI NewsSoftware EngineeringArtificial Intelligence

Optimizing AI Context Windows: Why Longer Sessions Degrade Assistant Performance

AI assistants with 200,000-token windows degrade over sessions as history and system instructions consume the memory budget.

Read more
AI NewsDevOpsSoftware Engineering

Dinghy: Unifying DevOps Tooling with a Single CLI and Docker Engine

Dinghy unifies infrastructure, diagrams, and docs into one CLI, allowing engineers to generate 248 lines of Terraform from just 8 lines of TSX source.

Read more
AI NewsNew ReleasesSoftware Engineering

AntAngelMed: Optimizing 103B-Parameter Medical LLMs via 1/32 MoE Activation

AntAngelMed is a 103B-parameter open-source medical LLM utilizing a 1/32 MoE activation ratio to deliver 200+ tokens/s while outperforming proprietary models on OpenAI's HealthBench.

Read more
AI NewsSoftware EngineeringArtificial Intelligence

Open-Source Multi-Agent AI Pipeline with 12 Agents and 5 Quality Gates

Alex releases a 61,000-line Python open-source multi-agent pipeline featuring 12 specialized agents and 5 quality gates to automate software development.

Read more
AI NewsSoftware EngineeringAI Tooling

Stop Sharing Prompts: Scaling AI Productivity with Claude Plugin Marketplaces

Transition from fragmented local prompts to a unified Git-based marketplace for Claude plugins to ensure team-wide tool synchronization and version control.

Read more