tech/webdev magazine

November 8, 2024

How WebSockets cost us $1M on our AWS bill

Friday, November 08, 2024 Teklinks

IPC is something that is rarely top-of-mind when it comes to optimising cloud costs. But it turns out that if you IPC 1TB of video per second on AWS it can result in enormous bills when done inefficiently.

Full article

HTML Form Validation is heavily underused

Friday, November 08, 2024 Teklinks

HTML Forms have powerful validation mechanisms, but they are heavily underused. In fact, not many people even know much about them. Is this because of some flaw in their design? Let’s explore.

Full article

A Friendly Introduction to Container Queries

Friday, November 08, 2024 Teklinks

For a very long time, the most-requested CSS feature has been container queries. That’s been our holy grail, the biggest missing piece in the CSS toolkit. Well, container queries have finally arrived. They’ve been supported in all major browsers for almost two years.

Full article

November 6, 2024

Building My Resume in HTML using Eleventy

Wednesday, November 06, 2024 Teklinks

In this article, I'll walk through some of the decisions I made as well as some challenges I faced along the way. The immediate benefit of building my resume with web-native technologies is that I can host my resume online! Web-native documents permit flexible layouts, enabling my resume to look good across a wide variety of browser and font sizes.

Full article

Why Code Security Matters - Even in Hardened Environments

Wednesday, November 06, 2024 Teklinks

Infrastructure hardening makes applications more resilient to attacks. These measures raise the bar for attackers, making exploitation more difficult. However, they should not be seen as a silver bullet, as determined attackers can still leverage vulnerabilities in the source code.

Full article