Rethinking JavaScript's Ternary Operator— ternary ? "yes" : "no" … A lot of developers regard the ternary operator “with suspicion”, says James. Does its brevity help or hinder readability? Is it something you can “trust”? James also looks at a future possible alternative coming to the language. James Sinclair |
Comparing Svelte and React— After spending an extended period of time working with both, the author identifies his preference based on first hand observations supported with real-world examples. Jack Franklin |
Ember.js in 2021 – A Beacon of Productivity?— Ember is almost ten years old and many of its users swear by its opinionated "batteries included" approach. Here the author makes the case for Ember in 2021 and explains why he considers the framework a beacon of productivity in the middle of a "roaring sea of complexity." Marco Otte-Witte |
V8 Release v9.0— The next major version of the V8 JavaScript engine (as used in Chrome, Node, and elsewhere) adds a feature to regex matching (the /d flag for returning indices of matches), faster super property access, and a significant WebAssembly optimization for JS-to-WASM calls. Ingvar Stepanyan |
📖 Articles, Opinion & Tutorials |
How to Generate an RSS Feed for Your Blog— The long forgotten RSS feed seems to making a comeback (thank you!), and this post offers a unique solution to generate this at runtime rather than build time using a Netlify Function. Salma Alam-Naylor |
Find Your Next Job Through Hired— Create a profile on Hired to connect with hiring managers at growing startups and Fortune 500 companies. It's free for job-seekers. Hired |
|