Getting Started with the Tessel
A developer's hands-on guide to setting up and programming the Tessel, a JavaScript-powered microcontroller, including initial setup and a first project with a climate sensor module.
A developer's hands-on guide to setting up and programming the Tessel, a JavaScript-powered microcontroller, including initial setup and a first project with a climate sensor module.
Author announces their first public presentation on building mobile apps with Xamarin Forms at SQLSaturday #341 in Oporto.
CSS Working Group seeks feedback on naming a new grayscale color function, comparing proposals like gray(), white(), black(), and rgb() shortcuts.
A tutorial on creating an image comparison slider using only CSS and the resize property, exploring its benefits and limitations.
A quick-start guide for integrating the Xamarin Forms Labs library into cross-platform mobile applications, covering installation and basic setup.
Announcing Cimbalino Toolkit 1.0.0, a developer toolkit for Windows Phone and Windows Store apps, now available as NuGet packages.
Explores how design patterns like Composite and Interpreter are implemented in AngularJS directives and the $parse service.
A beginner's guide to the Python deque module from collections, explaining its double-ended queue functionality and basic operations.
A positive review of the book 'Python 101' by Mike Driscoll, covering its structure and recommending it for Python beginners.
How to use Grunt.js's built-in file copy utility to rename files by changing their extensions, avoiding the need for a dedicated rename plugin.
A developer announces plans to drop Windows Phone 7 support from a toolkit and invites community feedback via a poll.
Explains how to use grunt-contrib-connect to run a local server with PHP support and livereload for front-end development.
A blog post sharing a useful Python 2.7 Quick Reference guide for developers to look up functions and syntax.
A guide to implementing Aspect-Oriented Programming (AOP) in AngularJS to handle cross-cutting concerns like logging and authentication.
An explanation of the 'self' variable in Python classes, covering its purpose and usage with examples.
A blogger asks for feedback on two potential ebook topics about Python programming: a beginner's guide or a project-based tutorial.
A list of 10 recommended Python blogs for programmers, including Planet Python, effbot, and Mouse Vs Python.
A list of 20 essential Python libraries for developers, covering web, data science, GUI, and game development.
A guide on making Python code compatible with both Python 2 and 3 using try-except blocks for imports.
An introduction to virtualenv, a tool for creating isolated Python environments to manage library dependencies for different projects.