Category
JavaScript
10 posts tagged #JavaScript
- · 1 min read
Fixing Safari Mixed Content Issues with Vite and mkcert
Safari blocks Vite’s hot module reload (HMR) when your Laravel app runs over HTTPS but Vite serves plain HTTP. Here’s how I fixed it with mkcert, a separate dev-only Vite config, and one extra package.json script.

- · 1 min read
JavaScript Bloat in 2024 (Repost)
Nikita Prokopov’s post “JavaScript Bloat in 2024” is a refreshingly honest look at how modern websites have traded simplicity and performance for layers of unnecessary JavaScript.

- · 3 min read
Link Share: Issue #5
I have quite a build-up of links to share. It's been a while, so some may be old news, but it's still worth posting. Grab a coffee and enjoy!

- · 1 min read
Link Share: Issue #4
The last week has been full of exciting news. Here are a few links that caught my attention.

- · 1 min read
Link Share: Issue #2
Recommended podcasts covering business, development, design, and personal growth topics.

- · 3 min read
Adding Google Analytics To Your Website While Respecting "Do Not Track"
Add Google Analytics to your website while respecting user privacy and honoring the Do Not Track setting.

- · 1 min read
Link Share: Issue #1
Curated links and resources about CSS performance optimization and web rendering best practices.

- · 3 min read
Adding Dark Mode Toggle To Your Website
Implement dark mode for your website using CSS media queries and JavaScript toggle functionality.

- · 1 min read
Don’t mistake the service worker as a small thing
Service workers enable progressive web apps by controlling network access and creating native-like experiences.

- · 1 min read
The JavaScript Event Loop
Understanding how the JavaScript event loop works and how setTimeout functions in the call stack.
