Open in app

Sign In

Write

Sign In

Viet-Minh Le
Viet-Minh Le

35 Followers

Home

About

Jun 1, 2022

5 concurrency patterns in Golang

This article will cover 5 simple concurrency patterns which are often used in Golang 1. for-select pattern This is a fundamental pattern. It is typically used to read data from multiple channels. var c1, c2 <-chan int for { // Either loop infinitely or range over something select {…

Golang

3 min read

Golang

3 min read


May 26, 2022

Intro to Concurrency in Golang

When dealing with concurrency problem, it is harder to reason about when moving down the stack of abstraction (machine, process, thread, hardware components, etc). Most programming languages use thread as its highest level of abstraction. Fortunately, Go build on top of that & introduce Goroutine. “Share memory by communicating, don’t…

Golang

3 min read

Intro to Concurrency in Golang
Intro to Concurrency in Golang
Golang

3 min read


May 18, 2022

The minimum every developer must know about CORS

What is CORS? CORS stands for Cross-Origin Resource Sharing. CORS is HTTP-header based mechanism set by server to inform client side about allowed origins (<scheme>://<hostname>:<port>) other than its own. It also indicates method and headers which the server is willing to support (example included below). Most of client browsers enforce CORS whenever a…

Cors

3 min read

The minimum every developer must know about CORS
The minimum every developer must know about CORS
Cors

3 min read


May 6, 2022

About me

Hi there 👋 . I am Viet-Minh Le (@vietmle_). 🎓 Information Engineering & Media ’22 @ NTU 💼 Backend Engineer @ ShopeeSG 🧑🏻‍💻 Tech stacks: .py, .go, .js , and some more &mldr; Why I start this blog? As a non-CS degree person, I find it overwhelmed when self-studying to become a software engineer. I was lucky enough to be guided by my senior, since then my studying process is much easier. As a result, I start this blog to share my coding journey and hope some of my articles help you in some ways as well.

Backend

1 min read

Backend

1 min read

Viet-Minh Le

Viet-Minh Le

35 Followers
Following
  • Hussein Nasser

    Hussein Nasser

  • Marius Bongarts

    Marius Bongarts

  • Rick Blyth

    Rick Blyth

  • Jaron Collis

    Jaron Collis

  • Lam Do

    Lam Do

See all (21)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech