In this post you'll learn about internationalization and localization, the ngx-translate library and how to set it up in your Angular application. You’ll also see step-by-step instructions for how to work with multiple languages or locales.
In this article, we're going to learn the basics of TypeScript - why it's starting to be widely used nowadays in a lot of projects, its benefits, and how it can help us write better applications by heavily typing our code.
This article talks about two important techniques, Debouncing and Throttling, to enhance your website performance. Learn about both concepts with the help of real-life examples and see how you can implement them yourself.