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.
Explains why government contractors should adopt open source software for cost savings, best practices, and competitive advantage.
Explores Java's Optional type as a tool for writing intention-revealing code and avoiding null references, part of a detailed series.
A personal recap of JSConf EU 2014, highlighting key talks on ServiceWorkers, community building, and JavaScript for IoT.
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.
A guide to providing constructive and respectful feedback during code reviews, using examples from Linus Torvalds and a more positive approach.
The author argues that all websites should use HTTPS by default to protect user privacy and security, making HTTP unethical.
A senior developer shares his 20-year philosophy on client-focused work, team consistency, and uncompromising code quality practices.
An introduction to Naive Bayes classifiers, focusing on their theory and application in text classification tasks like spam filtering.
Explores Naive Bayes classifiers for text classification, covering theory and applications like spam filtering and song lyric analysis.
A reflection on Robert C. Martin's classic talk about software architecture, use-case driven design, and treating the web and database as implementation details.
Developer announces joining the Xamarin team to work on Xamarin.Forms, focusing on cross-platform mobile development with C#.
A tutorial on setting up Composer and PHPUnit as global commands in the Windows command shell for easier PHP development.
A guide on safely adding NOT NULL columns in PostgreSQL without downtime, by breaking the migration into multiple steps.
A guide to pushing logs directly to AWS CloudWatch using the AWS CLI plugin, eliminating the need for a daemon or intermediate files.
Explains how to implement the Decorator Pattern in Java 8 using default methods and lambda expressions for cleaner, more convenient code.
A tutorial on creating off-canvas layouts using the Susy grid system for web development.
Explores a technique for nesting Sass @imports within BEM methodology to generate contextual CSS classes.