The Problems of Shared Mutable State and How to Avoid Them— A deep dive from JavaScript maven Dr. Axel on mutable state, how it can cause problems when multiple entities wish to rely upon it, and how techniques like copying, non-destructive updates, and immutability can help. A lot to digest here, including plenty of advanced bits. Dr. Axel Rauschmayer |
Electron 7.0 Released— Another major release for the popular cross platform Chrome and JavaScript-powered desktop app platform. 7.0 brings Electron up to Chrome 78, V8 7.8, and Node 12.8.1 standards, and there’s a new nativeTheme API for working with changes to the OS’s theming/color scheme. Electron Team |
![]() Explore the Code[ish] Podcast— A podcast from the team at Heroku, exploring code, technology, tools, tips, and the life of the developer. New episodes weekly. Heroku sponsorpodcast |
▶ 27 Talks from Nordic.js 2019— Nordic.js is a JavaScript event that took place in Stockholm two weeks ago and the talks are ready for you to enjoy. Some highlights: NordicJS on YouTube |
Software Engineer Frontend (f/m/d)— We are looking for an experienced Software Engineer Frontend (React) (f/m/d) to join our international team. collect Artificial Intelligence GmbH |
Senior Web Developer at Dr. Bill— Dr. Bill helps Canadian doctors save time by streamlining their billing. Help lead our team into the next phase of growth. Dr.Bill |
Have You Tried Vettery?— Vettery specializes in tech roles and is completely free for job seekers. Create a profile to get started. Vettery |
Writing Asynchronous Tasks in Modern JavaScript— A good introduction to the idea of asynchronous execution (a fundamental concept in JavaScript) working through from legacy approaches through to modern examples with promises and async /await . Jeremias Menichelli |
Building a Typing Game with MelonJS— A cute look at using melonJS, a Canvas-based game engine, to build a simple game. We used to link to a lot of fun tutorials like this in the early days but they seem less common now. Fernando Doglio |
Build Video in Just Two API Calls— Mux Video is an API-first platform, powered by data and designed by video experts to make beautiful video possible for every development team. Mux sponsor |
RxDB: A Realtime Database for JavaScript Applications— You can query the current state but also subscribe to state changes, making it useful for UI-based apps where you want live/real-time updates. It’s not new but it’s had a solid stream of releases recently. pubkey |
|