Creating a table of contents with internal links in IPython Notebooks and Markdown documents
A tutorial on creating internal links and a table of contents in IPython Notebooks and Markdown documents using HTML anchors.
A tutorial on creating internal links and a table of contents in IPython Notebooks and Markdown documents using HTML anchors.
Explains how Unix shell commands use Lisp-like syntax with program-name-first structure and expression composition.
A tech news roundup covering a wireless medical chip breakthrough, the 40th anniversary of the Rubik's Cube, and issues in web payments and cybersecurity.
Optimizing ASP.NET vNext package restore speed by configuring NuGet feeds in the project's NuGet.config file.
A reflection on the ethical responsibilities of open source maintainers, especially regarding security and user dependency, beyond the 'volunteer' excuse.
A patch fixes a bug in daloRADIUS's user refill feature, correcting a database column name in the billing history table.
A developer's perspective on using Stack Overflow downtime as an opportunity to improve problem-solving skills and avoid over-reliance on copy-pasting code.
Explains how Java 8's default methods, while useful for API evolution, can unexpectedly break existing user code and cause compilation errors.
A tutorial on using Visual Studio Online's REST API to retrieve and filter work item discussion history, including code examples.
A guide to setting up and managing text expansion shortcuts in OS X 10.9 Mavericks, including syncing with iOS via iCloud.
A guide to essential testing tools and principles for Node.js, focusing on clarity and confidence over cleverness.
Troubleshooting a specific configuration error in Oracle OBIEE's Mobile App Designer (MAD) related to publishing and subscribing to apps.
A guide to using the built-in QuickTime Player in OS X Mavericks 10.9 to create screen recordings without extra software.
An article explaining the concept of net neutrality, its importance for innovation and fair access, and its specific relevance to Kenya's digital economy.
Explores the implementation of responsive images using srcset, sizes, and picture elements, advocating for a combined front-end and server-side approach.
A tutorial explaining Python namespaces, scope resolution, and the LEGB rule for variable lookup with practical examples.
A technique using static Google Maps for performance, with JavaScript to enhance them to dynamic maps on user interaction.
An in-depth technical explanation of why Python is slower than compiled languages, focusing on dynamic typing, interpretation, and object overhead.
Explores how personas, data science, and k-means clustering can be used together to analyze user data and gain actionable business insights.
A theoretical overview of AngularJS, exploring how Object-Oriented Design Patterns apply to its core components like controllers and partials.