Minh's notes

Recent Notes

March 29, 2023

A first look at Ruby threads

A first look at threads in Ruby. What are they? When and how to use them? Where to go from here?

May 30, 2018

Unit Test NodeJS

Testing is an important aspect of software development. Testing helps to improve the code quality and reduce bugs introduced into the system.