Hello World! First blog post.
A front-end developer announces his blog to document his learning journey, focusing on JavaScript, Flexbox, and other web technologies.
A front-end developer announces his blog to document his learning journey, focusing on JavaScript, Flexbox, and other web technologies.
Announcing Script'17, a new JavaScript conference created to provide an exciting and inspiring event for the community.
A guide to implementing the Web Share API to enhance static social sharing links on websites, with a fallback for unsupported browsers.
A developer's introductory blog post announcing a focus on Java, JavaScript, and general programming topics.
A developer's response to an article on progressive enhancement, arguing for core content delivery without JavaScript dependency.
Key technical tips for setting up and using SignalR hubs effectively, including instance lifecycle, callback ordering, and multi-hub connections.
A technical guide on progressively enhancing a web comment form from basic HTML to using BackgroundSync for offline functionality.
The author announces the end of the JavaScript Air podcast, explaining the personal reasons behind the decision to stop producing new episodes.
A reflection on the JavaScript ecosystem's tool proliferation, the pitfalls of constantly chasing new frameworks, and the importance of stable, foundational choices.
Explains variable and function hoisting in JavaScript, focusing on differences between var, let, and const in ES2015.
An update on using Flight.js at TweetDeck in 2016, covering mixins, state management, data flow with RxJS, and component architecture.
Discusses balancing trendy tech with core programming fundamentals like algorithms and clean code to master software development.
A guide explaining Unicode fundamentals and how JavaScript handles characters, including common pitfalls and ECMAScript 2015 features.
A guide to the four core Promise methods in JavaScript - resolve(), reject(), all(), and race() - with practical examples for handling asynchronous operations.
A guide to setting up a Docker-based development environment for the MEAN.JS stack, enabling live-reload and easy setup.
An introduction to Brunch, a simple and convention-based JavaScript build tool for modern web development projects.
Explores best practices for writing clean, small, and maintainable functions in JavaScript to improve code quality and reduce complexity.
A developer discusses the challenge of deciding when an interactive graph is core content versus a progressive enhancement, and how client requirements can shift that definition.
A developer shares the process and code behind creating Toast.js, a custom JavaScript library for implementing animated toast notifications.
Explains how to use Object.values() and Object.entries() to easily iterate over object properties in modern JavaScript.