Intermediate Python Released!
Author announces the free release of their open-source book 'Intermediate Python', designed to guide learners after mastering the basics.
Author announces the free release of their open-source book 'Intermediate Python', designed to guide learners after mastering the basics.
A guide to robustly copying object properties in JavaScript, handling edge cases like accessors and native properties.
Critique of blind review processes for tech conference talks, arguing they lead to conservative selections and overlook speaker skill.
A tutorial on creating a custom extension for the handroll static site generator, from code to configuration.
Exploring Aspect-Oriented Programming in JavaScript to handle cross-cutting concerns like logging, using the aspect.js library.
A programmer shares their personal method for learning new programming languages and offers motivation based on their own journey into coding.
Introducing Stretchy, a standalone JavaScript utility for automatic form element autosizing that works with inputs, textareas, and select menus.
An in-depth look at implementing the Store and handling network communication in the Flux architecture, using Observables and design patterns.
Explains how to use TypeScript with JSX for better type safety and tooling in React development, addressing refactoring and error prevention.
A guide to four command-line tools (IPython, Autoenv, Cookie Cutter, Bash Git Prompt) to boost productivity for Python developers.
Announcing a polyfill for conical gradients in CSS, a long-proposed feature for creating pie charts and other graphics with simple code.
Announcing WebAssembly, a new binary format for safe, efficient code on the web, designed as a successor to asm.js.
The Bite Python Newsletter is now an official weekly publication, with a new schedule and homepage.
Explains the benefits of using Python's namedtuple for readable, self-documenting, and efficient code compared to regular tuples.
An introduction to the Zsh shell and the Oh My Zsh framework, highlighting their benefits over bash for power users.
A personal review of the 2015 beyond tellerrand conference, highlighting standout talks on creative culture, the global web, and SVG.
An in-depth series exploring the Flux architecture, its components, and practical implementation beyond basic tutorials.
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.