My latest articles, what's on my mind lately
Creating TypeScript typings for existing React components
Mar 31, 2016 • 4 min 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 • 7 min 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 stub promises using Sinon.JS
Feb 29, 2016 • 2 min read
Testing asynchronous code with promises can be challenging, but Sinon.JS comes to the rescue with its handy package, sinon-stub-promise. Learn how to effortlessly stub promises in your tests, ensuring smooth testing workflows. Plus, discover the bonus plugin, karma-sinon-stub-promise, for seamless integration with Karma test runner.
How to run tests in parallel using NUnit 3
Feb 29, 2016 • 2 min 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 min 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!