Re: Your API Shouldn’t Redirect HTTP to HTTPS
Argues that APIs should not redirect HTTP to HTTPS, but instead disable HTTP or return errors, to prevent accidental unencrypted data exposure.
Argues that APIs should not redirect HTTP to HTTPS, but instead disable HTTP or return errors, to prevent accidental unencrypted data exposure.
A guide for R users to learn basics of Python, HTML, CSS, JS, and C++ to enhance their data science and web development projects.
An investigation into how JavaScript-first frontend culture and bloated frameworks contributed to performance issues, especially on low-end mobile devices.
Explains the HTML <address> element's semantic meaning and demonstrates how to correctly mark up contact information using Microdata and schema.org.
A developer shares progress on his educational course, detailing improvements to his video recording workflow and technical decisions like adopting htmx.
An article explaining the HTML <abbr> element, its purpose for marking abbreviations, and a discussion on semantic HTML.
An in-depth exploration of the HTML anchor element (<a>), explaining its purpose, the href attribute, and the technical semantics of hyperlinks.
A developer details improvements to their website's URI fragment system for header links and discusses strategies for generating clean, human-readable anchor IDs.
The article argues that most programming tasks, from ORMs to routing, fundamentally involve text processing and data mapping.
A collection of practical CSS one-liners and snippets to enhance default browser styles and improve typography in web projects.
An interactive guide explaining the CSS Grid template areas feature, highlighting its simplicity and power for layout positioning compared to line numbers.
array_find in PHP 8.4 Written on 2024-07-18 PHP 8.4 adds a handful of functions that have been missing for a while: array_find() and its variants. The
A developer reflects on their progress in the #100DaysToOffload writing challenge, sharing key posts and their current status.
The @property rule in CSS Houdini is now universally supported, enabling typed custom properties, fallbacks, and animating gradients.
Announcing a new article on building a web app with HTMX and FastAPI, published on TestDriven.io.
A developer shares how a single blog post about a Laracasts video led to a job at Spatie and eventually a role as a PHP Developer Advocate at JetBrains.
A developer shares fun and time-consuming microfeatures implemented on their personal blog, including published/revision dates, quote attribution, and styled notes.
A beginner's guide to HTML, covering what it is, the tools needed, and a step-by-step tutorial to create your first web page.
A critical analysis of business architecture's role in enterprise IT, questioning its practical value and the attitudes of its proponents.
A developer discusses the deprecation of Unsplash Source, a service for embedding random photos, and explores potential alternatives.