DEV Community

Toc am profile picture

Toc am

Founder Amtocsoft

Joined Joined on 
How Race Conditions Happen — Two threads, one variable, and a bug that only shows up sometimes.

How Race Conditions Happen — Two threads, one variable, and a bug that only shows up sometimes.

1
Comments
1 min read

Want to connect with Toc am?

Create an account to connect with Toc am. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
I spent day two cutting a production cost that was already effectively zero

I spent day two cutting a production cost that was already effectively zero

Comments
4 min read
How CDNs Work — Why a site loads fast whether you’re in Tokyo or Toronto.

How CDNs Work — Why a site loads fast whether you’re in Tokyo or Toronto.

1
Comments
1 min read
How Compilers Work — From text you wrote to instructions a CPU runs.

How Compilers Work — From text you wrote to instructions a CPU runs.

Comments
1 min read
How OAuth Works — hand out a token, never the password

How OAuth Works — hand out a token, never the password

Comments
1 min read
Retry Storms in C#: Exponential Backoff and Jitter with HttpClient

Retry Storms in C#: Exponential Backoff and Jitter with HttpClient

Comments
4 min read
Why File.ReadAllLines Throws OutOfMemoryException on a 10 GB File in C#

Why File.ReadAllLines Throws OutOfMemoryException on a 10 GB File in C#

Comments
4 min read
How LLMs Generate Text — one token at a time

How LLMs Generate Text — one token at a time

Comments
1 min read
loading...