PinnedTurbo NinhBest ideas from Clean Code by Robert C. Martin (with Typescript examples)Writing clean and maintainable code is an essential aspect of software development. Clean code not only makes it easier to understand and…Feb 5, 2023Feb 5, 2023
Turbo NinhMaximizing the Benefits of Variables in CSS and SASSVariables are a powerful tool for managing styles in CSS and SASS. By storing values that can be reused throughout a stylesheet, variables…Feb 13, 2023Feb 13, 2023
Turbo NinhUnderstanding Race Conditions with Typescript exampleRace condition is a scenario in computer programming where two or more threads (or processes) access a shared resource simultaneously and…Feb 12, 2023Feb 12, 2023