blog.ovie.devThe benefits and trade-offs of going serverlessOver the years, there’s been a gradual shift in the way we build and ship web apps. We’ve gone from monolithic apps running on a server to flexible units running on ephemeral instances. You only need to look at the trends data for the term “aws serve...May 2, 2020
blog.ovie.devDid I just write an integration or an end to end test?I’m writing this blog post on testing because it’s a topic I’m very comfortable with and I recently had a Eureka! moment and I want to document my growth in this area. This is a question that has bugged me from the first time I wrote an integration t...Mar 30, 2020
blog.ovie.devThe 10 most important JavaScript frameworks of the past decadeWhoop! 🥳 A whole decade has come and gone, and what a decade it was. Back when ECMAScript 5 was just released, no one would have predicted that 10 years later, we’d be arguing about const vs. let 😀. We’ve witnessed various JS frameworks pop up left...Mar 3, 2020
blog.ovie.devHow to write better TypeScriptTypeScript: love it or hate it, you can’t deny the fact that it’s spreading like wildfire. In fact, according to the Stack Overflow 2019 developer survey, it was listed as the third most-loved programming language and the fourth most-wanted. Now whet...Mar 3, 2020