Improving Gradient Descent in JavaScript
Explores methods to optimize the gradient descent algorithm in JavaScript, focusing on selecting the right learning rate for convergence.
Explores methods to optimize the gradient descent algorithm in JavaScript, focusing on selecting the right learning rate for convergence.
A guide to setting up automated Slack invitations for a community using JavaScript/React and the Slack API.
A developer shares techniques for improving module usability, focusing on removing side-effects from imports in a custom i18n solution.
Solutions for using different resource URLs in local vs remote environments, featuring Service Workers and other web dev techniques.
A guide to implementing linear algebra concepts and matrix operations in JavaScript, using the math.js library for machine learning.
A guide to implementing linear regression with gradient descent in JavaScript, using a housing price prediction example.
Learn how to build a simple compiler in just 25 lines of JavaScript, covering lexical analysis, parsing, and code generation.
A guide to creating offline-first websites that notify users when their internet connection is lost, using JavaScript and accessibility best practices.
A developer's journey building GreenPiThumb, an open-source Raspberry Pi bot that automates houseplant watering using JavaScript and AngularJS.
An introduction to Progressive Web Apps (PWAs), explaining their purpose, value, and history.
A conference organizer reflects on launching ScriptConf, a JavaScript event in Linz, and helping organize the developer conference #devone.
A developer shares the process of building 'todometer', a meter-based to-do list desktop app using Electron, React, and Redux.
Laravel Mix is the new asset compilation tool replacing Laravel Elixir in Laravel 5.4, using Webpack instead of Gulp.
An experiment implementing Angular's dependency injection mechanism in React, exploring how DI concepts work across frameworks.
A guide on integrating Rollbar, an error monitoring service, into an Ember.js application to track and fix bugs.
A tutorial on using nested array syntax in HTML form field names to group related data, like employee information.
Learn how to externally resolve JavaScript Promises using a clever technique with getters and setters for better code architecture.
Announcing Script'17, a new JavaScript conference created to provide an exciting and inspiring event for the community.
The author announces the end of the JavaScript Air podcast, explaining the personal reasons behind the decision to stop producing new episodes.
An introduction to Brunch, a simple and convention-based JavaScript build tool for modern web development projects.