1st July 2019
Any time you want to release a new product or application to your customers, it's important to ensure that your software & hardware infrastructure is able to handle the expected user load smoothly, meaning that at the maximum…
9th October 2018
Single Page Applications SPAs nowadays are probably the latest trend when building web applications and this comes for two reasons: a) they offer a smoothless user experience with no page reloads and b) the existence of so many ja…
1st October 2018
In case you are planning to build the new Facebook or Twitter you probably need to adopt a Microservice architecture that allows you to easily scale up to thousands of machines (Scalability) and be always-on having zero downtime d…
20th August 2017
TL;DR Simple step-by-step guide to setup automated UI tests with Selenium and headless Chrome in Visual Studio. We will also show you the proper way to crawl the web, while at it. But why? Even though unit testing is very useful…
24th May 2017
TL;DR How to build a template engine (using simple string interpolation), leveraging pattern matching and state machinery. Also benchmarking 'cause we want to be fast besides right. Why build my own templating engine? What's wron…