Writing a case-insensitive orderBy filter with VueJS
A technical discussion about creating a case-insensitive sorting filter for VueJS, addressing a limitation in the orderBy function.
A technical discussion about creating a case-insensitive sorting filter for VueJS, addressing a limitation in the orderBy function.
A former PhD scientist shares his positive transition to data science freelancing, detailing the freedom and variety of his new career.
Explains why desktop apps corrupt files and the technical challenges of ensuring crash consistency when saving data.
A review of the author's favorite web development conference talks from 2015, covering topics like Service Workers and CSS techniques.
A guide to using Usenet newsgroups, including how to set up the NZBGet client on Linux for downloading files.
Introducing Bliss, a lightweight 3KB JavaScript library for simplifying DOM manipulation and making Vanilla JS development more pleasant.
A developer's experience upgrading to Babel 6, which fixed ES6 module misunderstandings that broke their code, and the lessons learned.
The author explains their decision to start a blog using Jekyll, citing its simplicity, GitHub integration, and support for Markdown.
A developer documents their journey of learning Vue.js by live-coding on Twitch, sharing the process with all its mistakes and discoveries.
A rebuttal to arguments against using ECC memory, using Google's historical hardware decisions as a case study.
An analysis of Butler Lampson's 1999 predictions on computer science, comparing what worked then to the state of technology in 2015.
Explains the JavaScript Revealing Module Pattern to create cleaner, more maintainable objects with private methods and public APIs.
How to securely set and exclude environment-specific variables from version control in Laravel's testing environment using a .env.test file.
A blog owner is seeking guest bloggers to write about Python and related topics due to their busy schedule.
Explores how hardware latency, especially disk vs. network speeds, enables the concept of 'infinite' disaggregated storage in data centers.
Explores the debate over using semicolons in JavaScript, arguing it's a matter of preference when proper tooling is in place.
A guide to creating custom @requires annotations in PHPUnit to conditionally skip tests based on environment variables like Travis CI.
A developer builds a prototype hot loader for Angular 2, inspired by React, to update components without a full page refresh.
A guide to using dotfiles to customize and optimize your software development tools like shells and text editors for greater productivity.
A guide on using Gulp.js and the 'request' package to fetch files from a CDN and integrate them directly into your build pipeline.