Browsing Tag
javascript
1572 posts
This is a well-written, technical post. It also features some excellent external links, making it highly recommended reading for everyone developing!
Are Sync Engines The Future of Web Applications? Isaac Hagoel ・ Jun 17 ’24 #webdev #svelte #javascript #programming
Refactoring 030 – Inline Attributes
Avoid accidental redundancy TL;DR: Don’t pass attributes your object already owns Problems Addressed 😔 Redundant Parameters Unclear responsibility…
📚 The Digital Classroom: What We’ve Gained—and What We’ve Lost
“Technology didn’t replace teachers—it redefined the classroom.” The pandemic fast-forwarded education’s digital transformation. In a matter of weeks,…
Is Python to AI what Javascript is to the Web?
I have been experimenting with Gemini CLI and successfully used it to build a small apps and automation…
“Transforming Office Culture with a Vibrant Intranet Homepage — My Axero Challenge Build”
This is a submission for Frontend Challenge: Office Edition sponsored by Axero, Holistic Webdev: Office Space What I…
How to Use import/export in JavaScript ES6 Modules
As your JavaScript projects grow, keeping all code in one file becomes unmanageable. Before JavaScript ES6 Modules, JavaScript…
Calling All NodeJS Wizards: What Would You Add to the Ultimate Boilerplate?
🚀 TL;DR I’m kicking off a new NodeJS starter template and crowdsourcing the best tips, packages, and “why…
10 Cool CodePen Demos (June 2025) + A talk with Ben Evans
As part of this month’s newsletter, we wanted to try something different. We got to talk to talk…
Symbol.species for Custom Object Creation
Exploring Symbol.species for Custom Object Creation in JavaScript Introduction In the world of JavaScript, the Symbol type provides…
JavaScript Uncovered – A Simple Introduction
JavaScript was introduced by Brendan Eich in 1995 while he was working at Netscape Communications. It was originally…