Skip to content
jsmanifest logojsmanifest

Posts tagged “web development

7 posts found

TypeScript Branded Types vs. Nominal Types: Which Pattern Should You Use in 2026

TypeScript Branded Types vs. Nominal Types: Which Pattern Should You Use in 2026

July 4, 2026

Most type safety failures in TypeScript stem from treating all strings as interchangeable. Branded types prevent these errors at compile time without runtime overhead.

typescriptbranded-typesnominal-typing+2
Astro: Build Faster Websites with Islands Architecture

Astro: Build Faster Websites with Islands Architecture

May 1, 2026

Discover how Astro's islands architecture eliminates JavaScript bloat and delivers lightning-fast websites. Learn when to use client:load, client:visible, and client:idle for optimal performance.

AstroPerformanceJavaScript+1
Screen Reader Testing for JavaScript Developers

Screen Reader Testing for JavaScript Developers

April 17, 2026

Learn how to properly test JavaScript applications with screen readers. Discover practical techniques for NVDA, VoiceOver testing, and building accessibility into your development workflow.

JavaScriptAccessibilityTesting+1
Content Security Policy for JavaScript Apps

Content Security Policy for JavaScript Apps

April 11, 2026

Learn how to implement Content Security Policy in your JavaScript applications to prevent XSS attacks and secure your code. Practical examples with nonces, hashes, and framework-specific patterns.

securityjavascriptweb development+1
XSS Prevention in 7 Essential Techniques

XSS Prevention in 7 Essential Techniques

April 9, 2026

Learn how to protect your JavaScript applications from XSS attacks with practical code examples, security patterns, and real-world implementation strategies.

javascriptsecurityxss+1
10 JavaScript Performance Tips to Speed Up Your Web App

10 JavaScript Performance Tips to Speed Up Your Web App

February 19, 2026

Discover 10 practical JavaScript performance optimization techniques that will make your web applications faster, more responsive, and deliver a better user experience in 2026.

javascriptperformanceoptimization+1
21 VSCode Shortcuts To Code Faster and Funner

21 VSCode Shortcuts To Code Faster and Funner

July 9, 2019

In this post I will list my top favorite shortcuts that make me a faster coder. I personally think it makes coding a lot funner when applying these shortcuts. Watching your time get cut in half makes me feel proactive :)

programmingweb developmentshortcut+3