Implementing safe, dynamic localization in TypeScript apps
After internationalization, you can further localize your apps to make user experiences more friendly. Learn how to do this in TypeScript.
Yan Sun
Nov 21, 2023 ⋅ 6 min read
Using dev containers with VS Code for an easier dev setup
You can leverage containers to streamline the process of setting up a dev environment. Let’s see how using VS Code and Docker.
Source link