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 中文
  • 10 hours ago · software

    The Secret Life of Go: Concurrency

    Bringing order to the chaos of the race condition. Chapter 15: Sharing by Communicating The archive was unusually loud that Tuesday. Not from voices, but from t...

    #go #concurrency #goroutine #race-condition #map-synchronization #parallel-processing #thread-safety
  • 14 hours ago · software

    Ngôn ngữ Go (Golang): Lịch sử phát triển và những ứng dụng nổi bật trong kỷ nguyên công nghệ hiện nay

    Hoàn cảnh ra đời của ngôn ngữ Go Lịch sử phát triển Go được phát triển tại Google vào năm 2007 bởi ba kỹ sư Robert Griesemer, Rob Pike và Ken Thompson, và chín...

    #Go #Golang #programming language #Google #concurrency #cloud computing #open source #language history #software development
  • 19 hours ago · software

    Introducing a Rate Limiter Library for Go

    Overview In modern backend systems, rate limiting is essential. Without it, APIs are exposed to abuse, resource exhaustion, and unfair usage. This library prov...

    #go #rate-limiting #token-bucket #library #backend #concurrency #thread-safe
  • 1 day ago · software

    Quantam: A Lightweight Async Workflow Engine for Node.js

    The Problem Without a structured framework, async code tends to spiral out of control: - Messy Promise chains — impossible to follow after a few levels - Neste...

    #node.js #typescript #javascript #async #workflow-engine #promise #error-handling #concurrency
  • 1 day ago · software

    Java Multithreading/Concurrency

    What is multithreading in Java? Multithreading in Java is a feature that allows for the concurrent execution of two or more parts of a program, known as thread...

    #java #multithreading #concurrency #threads #parallelism #programming
  • 3 days ago · software

    SC #4: Sintaxis async/await

    Declaración de funciones async/await Una función asíncrona debe marcarse con la palabra clave async. Si la función puede lanzar un error, se añade la palabra c...

    #Swift #async/await #concurrency #async throws #Task #closures
  • 3 days ago · software

    SC #3: Relación con Swift 6

    Swift Concurrency 3 Part Serieshttps://dev.to/david_goyes_a488f58a17a53/series/35092 'Swift Concurrency' fue los cimientos de Swift 6, sin embargo, Swift 6 defi...

    #Swift #Swift 6 #Concurrency #async/await #parallelism #programming
  • 3 days ago · software

    Read_once(), Write_once(), but Not for Rust

    Article URL: https://lwn.net/SubscriberLink/1053142/8ec93e58d5d3cc06/ Comments URL: https://news.ycombinator.com/item?id=46647059 Points: 12 Comments: 3...

    #rust #memory-ordering #atomic-operations #read_once #write_once #concurrency #low-level-programming
  • 4 days ago · software

    Making Parallel HTTP Requests Stable in Go: Lessons from Building a Markdown Linter

    When building gomarklint, a Go‑based Markdown linter, I faced a challenge: checking 100,000+ lines of documentation for broken links. Parallelizing this with go...

    #go #goroutines #concurrency #http-requests #parallelism #caching #rate-limiting #markdown-linter #ci #testing
  • 4 days ago · software

    Complete Go Starter Guide: Setup, Syntax & First Program

    Introduction Have you ever felt like you want to code and learn a new programming language, but there are so many languages to choose from: Java, Python, Rust,...

    #Go #programming tutorial #backend development #language basics #concurrency
  • 6 days ago · software

    Contrast sync vs async failure classes using first principles

    1. Start from First Principles: What Is a “Failure Class”? A failure class is not: - a bug - a timeout - an outage A failure class is: A category of things tha...

    #synchronous #asynchronous #failure classes #concurrency #system reliability #software design
  • 6 days ago · software

    Thinking in First Principles: How to Question an Async Queue–Based Design

    Async queues are one of the most commonly suggested “solutions” in system design interviews, but many candidates jump straight to using queues without understan...

    #async queues #system design #first principles #interview preparation #concurrency #reliability #ordering #failure handling

Newer posts

Older posts
EUNO.NEWS
RSS GitHub © 2026