onse
Programming Languages

Programming Languages

Language concepts that transfer across stacks.

Languages differ in syntax, but many concurrency and abstraction ideas travel well. This section begins with async/await—the dominant model for writing concurrent I/O-bound code.

Articles

On this page