Intro to Angular 9 Tutorial
A beginner-friendly tutorial on Angular 9 covering setup, components, data interpolation, directives, and routing.
A beginner-friendly tutorial on Angular 9 covering setup, components, data interpolation, directives, and routing.
A guide on customizing the default server error page in Nuxt 2 applications, covering text changes and full HTML replacement.
A beginner-friendly tutorial on creating a 'Hello World' application using the Vue.js framework, covering setup and basic features.
A developer's journey to improve icon usage in web projects, leading to the creation of tools like Icônes and Iconify IntelliSense for better developer experience.
A developer builds a school year calendar feature in Django, adding break day models, methods, and tests.
A tutorial on extending a FastAPI web app with HTML forms to add checkbox functionality and a file download button.
Fixes an IIS Express port conflict error caused by reserved Windows port ranges, providing a solution to change the application port.
Explains how to programmatically get a list of all CSS properties and identify shorthands and their longhands using the CSS Object Model (CSS OM).
Explains a bug in ASP.NET Core 3 where IIS removes empty HTTP headers, breaking WOPI protocol compliance, and provides a workaround.
A tutorial on building a web application with HTML forms and templates using the FastAPI framework and Jinja templating engine.
A talk on implementing full-text search using only Django and PostgreSQL, presented at EuroPython 2020.
Argues that overengineering personal projects like blogs can be a valuable learning tool for developers to experiment with new frameworks and technologies.
A developer compares Gatsby and Eleventy static site generators for a personal website redesign, discussing pros, cons, and the whimsical web trend.
Introducing MaVoice, a free Mavo app for voting on GitHub repo issues with one-click reactions and sorting by popularity.
An explanation of REST (Representational State Transfer) architectural style, its six constraints, and how to design RESTful web APIs.
A tutorial on using JavaScript's URL() constructor to parse components like hostname, pathname, query strings, and hash from URLs.
A modern JavaScript library recreating nostalgic 90s-era cursor effects like fairy dust, snowflakes, and ghost cursors with improved performance and customization.
A developer explains the importance of image optimization for performance and cost, and details their journey to automate it using incremental builds.
A developer explains the design philosophy and technical requirements behind their personal website, including the choice of StencilJS and Vercel.
A guide for beginners on how to efficiently navigate and find answers in the extensive Django documentation, reducing frustration.