Monitor Ember app errors with Rollbar
A guide on integrating Rollbar, an error monitoring service, into an Ember.js application to track and fix bugs.
A guide on integrating Rollbar, an error monitoring service, into an Ember.js application to track and fix bugs.
A developer draws parallels between a design museum exhibition and software development, exploring coding as an art form and the importance of feedback loops and simplicity.
A technical guide on adding a disassembler to a CHIP-8 emulator written in Common Lisp, focusing on instruction decoding.
Explores building a Swift library for real-time, live updates to iOS app UI and themes without recompilation, using Traits and runtime features.
A guide to writing effective assertions in automated testing, covering principles like single-subject tests and strict validation.
Explores two methods for implementing timeout logic in C#: using Reactive Extensions (Rx) and the CancellationTokenSource approach.
Explains how to use pbr (Python Build Reasonableness) to simplify Python packaging with setup.cfg and automate tasks like dependency management.
A tutorial for artists on using a pre-trained recurrent neural network with Javascript and p5.js to generate interactive handwriting and vector artwork.
A detailed build log of a custom S60-X mechanical keyboard, covering assembly, soldering, and firmware programming.
An introduction to Git hooks, explaining client-side and server-side hooks, their uses, and how to implement them with GitLab.
A developer reflects on a pivotal 2016, including a career move to focus on accessibility tools and a busy year of speaking at tech conferences.
A personal list of the author's favorite and most impactful web development and design conference talks from 2016.
A researcher's 2016 highlights: AI mapping to human vision, brain-based autism prediction, and fast matrix factorization algorithms for neuroimaging.
A critique of 'cute coding' practices that sacrifice code readability and maintainability for clever, terse syntax.
Critique of the classic iris dataset as a misleading example in modern machine learning education, exploring its original scientific purpose.
A developer shares their experience contributing to an open source OCR startup's Node.js SDK, fixing minor issues and submitting a pull request.
A technical tutorial on building a basic web service using the Racket programming language, exploring its web server libraries and syntax.
A technical guide detailing the process and pitfalls of performing a system recovery on an HPE HyperConverged 250 appliance running VMware ESXi.
A guide to using RequireJS's onResourceLoad API with NProgress for more accurate loading bar progress during script loading.
Explains why protocol-relative URLs (//example.com) are harmful for security and compatibility, advocating for absolute HTTPS URLs instead.