Rendering Calendars - Building SaaS #68
A developer builds a school year calendar feature in Django, adding break day models, methods, and tests.
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).
A tutorial on building a web application with HTML forms and templates using the FastAPI framework and Jinja templating engine.
Explains a bug in ASP.NET Core 3 where IIS removes empty HTTP headers, breaking WOPI protocol compliance, and provides a workaround.
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.
Explains how to polyfill the Fetch API for older browsers and Node.js, covering polyfills vs. transpilers and Babel configuration.
Explains the key differences between front-end and back-end development, including their roles, tools, and how modern practices have evolved.
A developer builds a mobile web app for a homelessness-focused hackathon using Python and Django, covering models, admin, and pages.
Explains why using window.addEventListener('load') is better than window.onload in JavaScript to avoid overwriting event handlers.