My latest articles, what's on my mind lately
Creating TypeScript typings for existing React components
Mar 31, 2016 • 4 mins read
Learn how to create TypeScript typings for existing React components to enhance type safety and improve development experience. This article covers adding typings to an open-source project and creating internal type definition files for components used in your project. Start using TypeScript with confidence!
Leveraging the power of generics with TypeScript
Mar 17, 2016 • 9 mins read
Generics in TypeScript might seem unfamiliar, but they offer powerful capabilities. This article provides examples to demystify generics, from basic syntax to leveraging type inference and using constraints. Learn how to enhance code flexibility and type safety with generics in TypeScript.
How to run tests in parallel using NUnit 3
Feb 29, 2016 • 2 mins read
Discover the power of running tests in parallel with NUnit 3. Learn how to enable and configure parallel execution for faster and more efficient testing. Explore the different parallel execution options and witness significant time improvements in your test runs. Upgrade your testing game today!
How I (try to) keep up to date with technologies
Feb 25, 2016 • 5 mins read
Feeling overwhelmed by the constant influx of new technologies? Discover practical tips to stay up-to-date without drowning in information overload. Learn how to organize bookmarks, take notes, save articles for later, leverage podcasts and blogs, utilize Twitter, and automate with IFTTT. Stay informed and make the most of your spare moments!
Async await with ES6/Babel and TypeScript
Feb 17, 2016 • 9 mins read
Learn how to enhance your asynchronous programming skills using async/await in JavaScript. Explore how async/await simplifies code readability and error handling. Discover how to use async functions with Babel and Webpack, as well as TypeScript, and leverage their combined power to streamline your development workflow.