Concurrency in Go: goroutines and channels in practice
A hands-on look at Go's concurrency model — goroutines and channels — and what changes when you come from PHP's process model.
Category
Features, syntax and practices of the PHP, JavaScript, TypeScript, Go and Python languages. (Page 6/9)
This category has 49 posts.
A hands-on look at Go's concurrency model — goroutines and channels — and what changes when you come from PHP's process model.
My practical experience adopting TypeScript in a growing frontend codebase — what I gained, what I lost, and when it actually proved its worth.
I reinforced my newly learned Go by building a real CLI tool: what the language feels like in practice, and how far the standard library takes you.
A hands-on look at PHP 7.3's flexible heredoc syntax and list assignment improvements, and how they contribute to better code readability.
How async/await syntax replaced Promise chains and made asynchronous JavaScript genuinely readable — with examples.
What PHP 7.2 introduced and how the direction of the language has shaped my day-to-day coding habits.