EUNO.NEWS EUNO.NEWS
  • All (20931) +237
  • AI (3154) +13
  • DevOps (932) +6
  • Software (11018) +167
  • IT (5778) +50
  • Education (48)
  • Notice
  • All (20931) +237
    • AI (3154) +13
    • DevOps (932) +6
    • Software (11018) +167
    • IT (5778) +50
    • Education (48)
  • Notice
  • All (20931) +237
  • AI (3154) +13
  • DevOps (932) +6
  • Software (11018) +167
  • IT (5778) +50
  • Education (48)
  • Notice
Sources Tags Search
한국어 English 中文
  • 1 week ago · software

    Building Auth Validation: 5 Lessons on Making Error Messages Actually Helpful

    Why you should care You're building a tool that connects to multiple external services—GitHub, AI agents, various APIs. Everything works fine… until it doesn't...

    #authentication #error-handling #validation #JWT #security #logging #developer-tools
  • 1 week ago · software

    Introducing handlejson - Safe JSON Parsing Without the try-catch Spam

    Why a wrapper for JSON.parse? I got tired of writing the same try‑catch boilerplate everywhere: js let data; try { data = JSON.parsestr; } catch { data = null;...

    #JSON #JavaScript #error handling #parsing #npm library #web development
  • 2 weeks ago · software

    Stop Forwarding Errors, Start Designing Them

    Article URL: https://fast.github.io/blog/stop-forwarding-errors-start-designing-them/ Comments URL: https://news.ycombinator.com/item?id=46491051 Points: 11 Com...

    #error handling #design patterns #exceptions #software engineering #go
  • 2 weeks ago · software

    Basic Logging in Fastapi using Logger module

    When an Application Crashes in Production An application crashed in production and users weren’t sure what to do next. I experienced this last year on a projec...

    #fastapi #logging #python #error-handling #debugging #logger-module
  • 2 weeks ago · software

    How to Fix Common JSON Errors: A Developer’s Survival Guide

    Introduction Have you ever sat up late, staring at a red error message that simply reads “Unexpected token”? JSON JavaScript Object Notation is the lingua‑fran...

    #JSON #debugging #error handling #API #data formatting #developer guide
  • 2 weeks ago · software

    Designing Around External API Assumptions: A Lesson from a Free Exchange Rate API

    !Cover image for Designing Around External API Assumptions: A Lesson from a Free Exchange Rate APIhttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=...

    #API design #external API #error handling #resilience #Frankfurter API #exchange rates #notification #best practices
  • 2 weeks ago · software

    Build Robust, Maintainable APIs in C# - Real Production Systems

    Building APIs That Don’t Rot: Lessons from Shipping Production Systems in C API Design: Pragmatism Over Purity REST is great on paper, but most real APIs end up...

    #C# #.NET #API design #REST #idempotency #error handling #production systems
  • 2 weeks ago · software

    Ruby 예외 처리와 정규 표현식

    예외 처리 Ruby에서 예외를 발생시키고 처리하는 기본적인 방법을 살펴봅니다. ruby def raise_exception puts 'I am before the raise.' raise 'An error has occured' puts 'I am after the raise' 실행되...

    #ruby #exception-handling #error-handling #regular-expressions #regex #programming-tutorial #ruby-code
  • 3 weeks ago · software

    The Secret Life of Go: Error Handling

    Chapter 12: The Sound of Breaking Glass Monday morning arrived with a heavy gray mist clinging to the city. Inside the archive, the silence was absolute, broke...

    #go #error handling #exceptions #try-catch #programming #software development
  • 3 weeks ago · software

    Middleware-Perfect-Symphony

    GitHub Homehttps://github.com/hyperlane-dev/hyperlane Introduction Middleware is one of the most powerful concepts in web development, and also one of the most...

    #middleware #Node.js #promises #callback hell #error handling #web development #asynchronous programming #software architecture
  • 3 weeks ago · software

    That Dreaded Alembic NotNullViolation Error (and How to Survive It)

    What Happened? Imagine you have a table called organizations full of precious data. You decide to add a new column called plan. If you add it as NOT NULL, ever...

    #alembic #sqlalchemy #postgresql #database-migration #notnull-violation #python #schema-change #error-handling
  • 3 weeks ago · software

    C++ says 'We have try at home.'

    Many languages¹ that have exceptions also have a finally clause, so you can write: cpp try { // ⟦ stuff ⟧ } finally { always; } A quick check shows that this co...

    #C++ #exceptions #finally #RAII #destructors #error handling #wil::scope_exit #language features

Newer posts

Older posts
EUNO.NEWS
RSS GitHub © 2026