Java Template Engines Revisited Part 1
A developer's comparison of Java template engines, focusing on Mustache and Handlebars implementations for web views and email templates.
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.
Explains method injection in Laravel 5.0, a feature allowing dependency injection directly into controller methods.
A technical tutorial using Swift code to model and calculate caloric needs for fitness goals, explaining BMR and activity factors.
Critique of outdated government software procurement practices and the need to adopt modern version control and delivery methods.
Explains why simply releasing government source code isn't true open source, which requires licensing, community, and collaboration.
A curated list of resources and tutorials for improving Python programming style, covering basics to advanced topics like design patterns and functional programming.