Intermediate Python is now Available in Chinese
The Intermediate Python book is now available in a Chinese translation, which quickly gained popularity on GitHub.
The Intermediate Python book is now available in a Chinese translation, which quickly gained popularity on GitHub.
Explains the new task execution system in Gulp 4, focusing on the gulp.series and gulp.parallel functions for managing task order.
Solutions for common Gulp.js issues encountered after upgrading to Node.js 4.0.0, including segmentation faults and libsass errors.
Explains how to use Gulp 4's gulp.lastRun for incremental builds to speed up development by only processing changed files.
Explains the 'passthrough' feature in Gulp 4, allowing gulp.src to be used mid-stream for merging files.
Explains the new built-in sourcemaps feature in Gulp 4, including how to use it and when the old plugin is still needed.
A guide to four command-line tools (IPython, Autoenv, Cookie Cutter, Bash Git Prompt) to boost productivity for Python developers.
The author announces a self-published book on Python tips, tricks, and patterns, offering an early sign-up for a reduced price.
Explores advanced immutable data structures in AngularJS for optimizing the $digest loop and improving change detection performance.
Exploring a method to extend native DOM prototypes safely by using a single namespace property to avoid collisions in JavaScript libraries.
A collection of useful Python programming tips and tricks, including enumerate, comprehensions, and debugging techniques.
Argues against using jQuery for modern web development, citing native browser APIs and jQuery's abstraction issues.
Part 2 of optimizing AngularJS performance with immutable data, using Benchpress for detailed profiling of execution and garbage collection times.
A developer's first impressions of Angular 2.0, exploring its TypeScript foundation, design patterns, and initial features.
A screencast showing the rapid development of Gistlog.co from idea to live prototype in under two hours using Laravel.
A guide on upgrading a Laravel 4 application to Laravel 5 by starting from a fresh install and migrating code.
A guide to implementing a weighted majority rule ensemble classifier in scikit-learn to combine different ML models and improve prediction accuracy.
An overview of major CPU developments since the 1980s, focusing on features programmers can leverage for performance.
Learn how to stream your desktop to an HTML5 video element using VLC media player and HTTP Live Streaming.
A technical tutorial on building a multi-user video conference application using WebRTC, AngularJS, and Yeoman with detailed WebRTC explanations.