Published onSeptember 4, 2022CDN Caching, Static Site Generation and Server Side Renderingstatic-site-generationserver-side-renderingcdncacheHere we are analyzing the different types of pre rendering a website and its combination with a CDN.Read more →
Published onAugust 30, 2022Testing implementation detailstestingDevelopers test implementation details in the frontend very frequently. Why is this a bad idea?Read more →
Published onAugust 23, 2022Using the new :has pseudo-class as a CSS parent selectorcssThe :has pseudo-class has recently started to be supported by modern browsers. Learn how to use it here.Read more →
Published onAugust 21, 2022Dependency Inversion Principle in TypeScripttypescriptsoftware-designsolid-principlesLearn how to apply the Dependency Inversion Principle in TypeScript.Read more →
Published onAugust 20, 2022Interface Segregation Principle in TypeScripttypescriptsoftware-designsolid-principlesLearn how to apply the Interface Segregation Principle in TypeScript.Read more →