Introducing dabblet: An interactive CSS playground
Introducing dabblet, an interactive CSS playground with real-time updates, GitHub gist saving, and built-in vendor prefixing.
Introducing dabblet, an interactive CSS playground with real-time updates, GitHub gist saving, and built-in vendor prefixing.
A developer announces their participation in Ludum Dare 22, outlining their tech stack (C++, SFML, sfxr, LMMS) for the game jam.
A guide to implementing a simple, efficient connection pool using asynchronous IO in Twisted Python, explained in just a few lines of code.
Analyzing and optimizing slow date range queries in Apache Jackrabbit within Hippo CMS to improve performance and reduce memory usage.
Exploring virtual sequences and lazy evaluation in Common Lisp, inspired by Clojure's sequence abstraction and functional programming concepts.
An analysis of mobile network inconsistency and a call for better communication between carriers, manufacturers, and developers for improved mobile performance.
A developer reflects on finishing school projects, plans to participate in a game jam, and aims to improve technical skills like Vim and Emacs.
Testing the Windows Defender Offline Beta tool to clean a malware-infected laptop by booting from a CD/USB, with successful detection and removal.
A technical guide explaining the formula to convert Microsoft Excel date values into UNIX timestamp format.
A technical tutorial on using SignalR, an ASP.NET library, to create a real-time web application for broadcasting slide deck navigation.
A developer's troubleshooting guide for fixing MacVim's clipboard integration issues when launched from tmux on macOS.
Explains how IIS handles SSL with host headers, focusing on wildcard certificates and resolving common HTTPS binding errors.
Announcing the Move the Web Forward initiative, a community-driven project to help developers contribute to the web platform.
An inside look at Heroku's engineering hiring philosophy and process, focusing on cultural fit and practical skills over rigid steps.
A technical guide from 2011 on programmatically checking into Foursquare venues using its API, including authentication and location spoofing.
A technical guide on using LINQ queries to filter, sort, and group data in a WPF CollectionView for a more type-safe and readable approach.
Explores real-time web communication challenges and solutions like polling, long polling, and SignalR for server-to-client updates.
A guide to managing the Windows 7 hibernation file (hiberfil.sys) on a netbook with limited SSD space, including how to reduce its size or disable it.
A guide to automating software reinstallation after a Windows system refresh using Ninite, Web PI, and Chocolatey.
Explains why deleting a non-existent key from a Python defaultdict should raise a KeyError to prevent silent bugs, aligning with Python's design philosophy.