Open source, not just software anymore
Explores the evolving definition of open source, debating whether it's about collaborative contribution or the right to freely modify software.
Explores the evolving definition of open source, debating whether it's about collaborative contribution or the right to freely modify software.
A technical guide on using PowerShell to download and analyze AWS billing reports from S3, focusing on cost and usage data.
Explores a Go design pattern using self-referential functions to create a clean, extensible API for setting and managing options on a type.
Explores how relational databases like PostgreSQL can adopt benefits from NoSQL, such as schemaless flexibility and JSON document storage.
A Python tutorial on creating a cleanup script using the path.py library to count and manage files and directories.
A warning about buying cheap, 'upgraded' SD cards on eBay, explaining how they are fake and will corrupt your data.
Explores automated regression testing for OBIEE, focusing on data integrity after RPD changes instead of front-end UI testing.
Explores applying equation-free modeling techniques to optimize control of complex ecological systems simulated by individual-based models.
A PHP tutorial on using regular expressions to convert hashtags, mentions, and URLs in tweets into clickable HTML links.
A technical guide on using AWS CloudTrail, S3, SNS, SQS, and PowerShell to process and route AWS API event logs for automation.
A developer shares their experience implementing the 8-puzzle solver in Rust using A* and BFS algorithms, discussing language features and challenges.
A technical guide on how to disable screenshot functionality in a Windows Phone 8 app using a hidden property and reflection.
A technical tutorial for creating a lightweight, animated scroll-to-top plugin for Zepto.js, aimed at mobile web and Cordova apps.
Reflections on functional programming trends, Java vs. Scala, and JavaScript frameworks from a tech conference.
Impressions and highlights from the Ping Conference Budapest, focusing on talks about Play Framework, Scala, and functional programming.
Introduction to regression testing in OBIEE to ensure system changes don't break existing functionality.
Advice for marketing teams on creating authentic developer content by focusing on knowledge sharing, not product promotion.
A guide explaining common errors and best practices when using Python's open() function for file handling.
Explains how to handle timeout issues when uploading large files using HttpWebRequest in .NET, offering a solution with custom synchronous wrappers.
Explores how to define 'fast enough' for website performance, covering competitive analysis, user perception, and key metrics like Speed Index.