Unveiling Flynn, a new PAAS based on Docker
A technical overview of Flynn, an open-source Platform-as-a-Service (PaaS) built on Docker, covering its architecture and core components.
A technical overview of Flynn, an open-source Platform-as-a-Service (PaaS) built on Docker, covering its architecture and core components.
A guide to migrating an old ASP.NET WebForms app from Forms-Based Authentication to modern Claims-Based Authentication using Thinktecture IdentityServer.
Explains how to use grunt-contrib-connect to run a local server with PHP support and livereload for front-end development.
A developer's critical analysis of the stalled standards process for implementing responsive images on the web, focusing on the src-N proposal.
An introduction to Python's unittest framework, covering basic setup, writing tests, and using assert methods.
A critique of a proposal to lower the p-value threshold for statistical significance from 0.05 to 0.005, arguing it addresses symptoms, not root causes.
A summary of recent blog posts and presentations by Guido van Rossum, the creator of Python, covering topics like 0-based indexing and Python 3.
Introducing AutoRunCustomTool, a Visual Studio extension that automatically runs custom tools when dependent files are modified, solving a common T4 template workflow issue.
A technical guide to cglib, a Java bytecode manipulation library used for dynamic proxy generation, mocking, and instrumentation.
A brief post highlighting two new Python programming books: one on Tkinter GUI development and another on Test-Driven Development for web apps.
A roundup of interesting Python projects, including Lans.py, CherryMusic, Python Wheels, Dataset, and Openpyxl.
Announcement of the PyDev 3.0 release, a Python IDE plugin for Eclipse, detailing its new features and capabilities.
A look at the new Visual Studio Online in-browser editor for Windows Azure Web Sites, exploring its features for editing and managing web applications.
A developer's personal recap of attending the Topconf Tallinn 2013 software conference, covering talks, panels, and networking.
A technical guide on recreating Google's animated loader using pure CSS, covering border animations and rotation techniques.
A developer creates a strongly-typed C# wrapper for the cumbersome Windows 8 toast notification API, simplifying template usage.
Explores the performance impact of non-responsive images, focusing on memory waste and decoding time, with practical examples and data.
Explores the technical challenge of detecting HTTP redirects in AJAX requests and argues for a native browser solution.
Guide to monitoring OBIEE performance from an end-user perspective using JMeter scripts integrated into Oracle Enterprise Manager 12c.
Discusses the 300ms click delay on touch devices, critiques disabling zoom as a solution due to accessibility issues, and recommends alternatives like FastClick.