Rethinking the limits on relational databases
Explores how relational databases like PostgreSQL can adopt benefits from NoSQL, such as schemaless flexibility and JSON document storage.
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.
A critical review of Martin Fowler's 'Patterns of Enterprise Application Architecture', assessing its relevance and dated patterns.
A software developer shares personal productivity tips and systems, including using TODO lists, keyboard shortcuts, and worklogs, from a tech professional's perspective.
A guide on creating reusable Sass components and managing them with the Bower package manager for efficient web development.