Posts
Quick Guide to Building a PWA with Next.js
November 14, 2024•692 words
Learn how to turn your Next.js app into a Progressive Web App (PWA).
Web Fundamentals: Manipulating the DOM with JavaScript
November 13, 2024•2,832 words
The ninth chapter of this series finally goes over the DOM, how to manipulate it, and how to make our components interactive!
Web Fundamentals: JavaScript Basics
November 12, 2024•1,902 words
The seventh chapter of this series contains the first look into JavaScript and its basic components.
Web Fundamentals: CSS - Inheritance & Hierarchy
November 10, 2024•1,553 words
The third chapter of our series talks about the cascade hierarchy in CSS, including inheritance and specificity.
How does Zoneless Angular Work?
November 8, 2024•874 words
In the future Angular will not have Zone.js enabled by default and will not need it for change detection. But how will that work in a technical sense?
How we built our custom semantic search page
November 7, 2024•1,250 words
Let's learn how we managed to improve our search experience using semantic search, powered by Orama.