Everything a government attorney needs to know about open source software licensing
A guide for government attorneys on open source software licensing, covering common licenses, legal issues, and best practices for agency participation.
A guide for government attorneys on open source software licensing, covering common licenses, legal issues, and best practices for agency participation.
A developer's reflection on lighting a workspace leads to a discussion on online harassment in tech and the importance of supporting diverse voices.
Explores the critical importance of URLs for collaboration, institutional knowledge, and transparency, especially in tech and government contexts.
A developer's comparison of Java template engines, focusing on Mustache and Handlebars implementations for web views and email templates.
A developer's summary of their contributions to the Rust programming language during the IDA Summer of Code 2014, focusing on documentation and code fixes.
Developer announces joining the Xamarin team to work on Xamarin.Forms, focusing on cross-platform mobile development with C#.
A guide on safely adding NOT NULL columns in PostgreSQL without downtime, by breaking the migration into multiple steps.
A guide to automatically strong-name signing NuGet packages using custom tools and MyGet webhooks to resolve dependency signing issues.
Guide on importing a VirtualBox VM (Oracle SampleApp) to AWS EC2, enabling cloud deployment of heavy development environments.
A developer shares amusing and obscure quirks found in Xcode, Objective-C, and Apple's private iOS frameworks, including oddly named constants and gesture recognizers.
A proposal for a new HTTP verb, VALIDATE, to enable safe, idempotent server-side validation from client-side forms without side effects.
A positive review of the book 'Python 101' by Mike Driscoll, covering its structure and recommending it for Python beginners.
A data scientist analyzes Seattle's bicycle counter data using Python to determine if cycling is truly increasing or just affected by good weather.
Explores performance optimization techniques from the Roslyn compiler codebase, focusing on minimizing garbage collector work through allocation avoidance and object pooling.
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 using the built-in QuickTime Player in OS X Mavericks 10.9 to create screen recordings without extra software.
Announcement of TYPO3-Analytics v0.1.0 release, detailing new features, enhancements, and bug fixes for the open-source analytics tool.
A guide on configuring Gulp with Sass, Autoprefixer, and Sourcemaps to maintain sourcemap integrity during CSS processing.
A tutorial on handling dates and times in R, covering essential classes like Date and POSIXct, formatting, calculations, and sequences.
A Python tutorial on creating a cleanup script using the path.py library to count and manage files and directories.