Latest posts
GitHub Copilot and other AI tools have provided us with great tools for developing software. But can they help us solve the big problems?
Aggregation is a powerful tool when working with data in Django. With it you can have your database summarize or convert data into the format you need.
Searching for files using index tags is a common use case but the Azure documentation can be quite hard to grasp.
Template literal types are a powerful feature of TypeScript that you might not have heard of.
Media Queries are a CSS feature that can be used to conditionally apply selected styles on an HTML element. Some examples of media queries include checking for the width of the browser window, checking for the media type (print, screen), or checking for dark/light mode preference.
If you want to develop SEO friendly and fast websites with React, you have two choices: server-side rendering (SSR) or static site generation (SSG). But how