Asynchronous calls with ES6 generators
Explores using ES6 generators for cleaner asynchronous JavaScript code, comparing them to callbacks and promises.
Explores using ES6 generators for cleaner asynchronous JavaScript code, comparing them to callbacks and promises.
Matt Stauffer shares his recent podcast and vlog appearances, discussing topics like SaaS, Laravel, and CSS.
Analyzes the performance overhead of enabling integer overflow checks in compiled code, estimating a small penalty for most applications.
The author explores different types of background music and ambient sounds to improve focus and productivity while working.
A guest post contribution on reading other developers' code to learn different problem-solving approaches and evolving best practices.
An introduction to Yeoman, a toolchain for streamlining web development workflows using generators for project scaffolding.
A guide explaining several methods to configure and run NPM packages without requiring sudo permissions on your system.
A developer shares their experience building a machine learning model to classify song moods (happy/sad) based on lyrics using Python and NLP.
A tutorial on how to write your own malloc memory allocator in C, explaining core concepts and providing sample code.
The article argues against the idea that market forces prevent discrimination, using historical examples from finance to challenge this common tech industry belief.
A Python tutorial showing how to download your Twitter timeline and visualize it as a word cloud using data science libraries.
Analyzing Linux commit messages using TF-IDF to identify what individual developers work on, beyond common stop words.
A guide to the new cron-style event scheduler introduced in Laravel 5.0, showing how to schedule tasks.
A developer logs a week's worth of software bugs they encountered, from Ubuntu to GitHub, and discusses the need for better testing practices.
A developer details how they dramatically improved their static blog's load time by optimizing JavaScript and CSS loading.
Announcing Laravel Homestead 2.0, a major update that transitions the tool into a globally installable Composer package.
A guide to installing and using PHP-CS-Fixer to automatically format PHP code according to PSR-2 standards.
Analysis of build failure rates in open source projects vs. corporate work, using Travis CI data to compare reliability.
A literature review examining empirical studies on the impact of static vs. dynamic typing on software quality, finding mostly small effects.
Explains new Intel CLWB and PCOMMIT instructions for managing non-volatile memory (NVRAM) and overcoming performance bottlenecks.