Search Articles — Sudonull

Search Results

In this project

Structured Concurrency in Kotlin for Android

https://sudonull.com/structured-concurrency-in-kotlin-for-android

Breakdown of Structured Concurrency in Kotlin: rules, examples from GeminiAI, JetBrains audit. Learn how to avoid leaks in Coroutines and optimize ViewModel. For middle/senior.

iOS Development 2026: AI and Swift Concurrency

https://sudonull.com/ios-development-2026-ai-and-swift-concurrency

How technical requirements for iOS engineers have changed in 2026: prompt engineering, AI code verification, memory safety, and production portfolio.

DevGlossary: glossary of terms for developers

https://sudonull.com/devglossary-glossary-of-terms-for-developers

Explore DevGlossary — Markdown glossary of engineering terms by topics: OOP, Concurrency, Databases. Precise definitions, examples, concept connections. Download the repository and systematize knowledge for middle/senior level.

Basic RateLimiter .NET: algorithms and queues

https://sudonull.com/basic-ratelimiter-net-algorithms-and-queues

Breakdown of FixedWindow, SlidingWindow, TokenBucket and ConcurrencyLimiter in .NET. Request processing architecture, queues, Lease. For middle/senior dev. Study the implementation.

From the web

Jul 1, 2026 ·

https://www.merriam-webster.com/dictionary/concurrency

Jul 1, 2026 · The meaning of CONCURRENCY is concurrence.

Apr 14, 2026 ·

https://concurrency.com/

Apr 14, 2026 · This case study explores how Concurrency collaborated with a Fortune 100 multinational financial services firm to leverage Microsoft Dynamics 365, creating a unified digital platform.

Jul 15, 2025 ·

https://www.geeksforgeeks.org/operating-systems/concurrency-in-operating-system/

Jul 15, 2025 · Concurrency in an operating system refers to the ability to execute multiple processes or threads simultaneously , improving resource utilization and system efficiency.

May 4, 2026 ·

https://www.geeksforgeeks.org/operating-systems/difference-between-concurrency-and-parallelism/

May 4, 2026 · Concurrency refers to handling multiple tasks by sharing a single processing resource, without executing them truly simultaneously. It improves system responsiveness by creating an illusion of parallelism.

Jun 22, 2024 ·

https://www.computerhope.com/jargon/c/concurre.htm

Jun 22, 2024 · Concurrency is the occurrence of multiple events within overlapping time frames, but not simultaneously . On a computer system, concurrency is implemented in the paradigm called concurrent computing.

May 29, 2024 ·

https://medium.com/@sarin.moayedi/understanding-concurrency-a-key-concept-in-modern-computing-a5ff32a97312

May 29, 2024 · What is Concurrency ? Concurrency refers to the ability of a system to manage multiple operations at once.

Trending Now