MongoDB's BI Connector and pushdown of SQL WHERE clauses
Explores how MongoDB's BI Connector pushes SQL WHERE clauses and projections down to the database as an aggregation pipeline for efficient querying.
Explores how MongoDB's BI Connector pushes SQL WHERE clauses and projections down to the database as an aggregation pipeline for efficient querying.
Part 3 of a series on creating professional PowerShell DSC resources, covering coding style and message localization best practices.
A technical discussion about creating a case-insensitive sorting filter for VueJS, addressing a limitation in the orderBy function.
Explores the importance of reproducible science in computer science, focusing on reproducibility, replicability, and reusability of software and data.
A technical comparison of the Jasmine and Mocha JavaScript testing frameworks, covering their similarities, differences in assertions, and mocking.
A developer's postmortem analysis of creating a game simulation in Clojure for the Ludum Dare 34 game jam, covering technical choices and lessons learned.
A tutorial on using ODBC and SQL to query MongoDB data from a Linux command line, using the MongoDB BI Connector.
A guide to CSS typography properties, covering font, text, alignment, and spacing controls for web design.
Troubleshooting guide for when the diagnostic log creation command fails on a Dell EqualLogic storage array, causing SSH session termination.
A former PhD scientist shares his positive transition to data science freelancing, detailing the freedom and variety of his new career.
Analyzing a classic probability problem involving dice rolls, its historical context with Newton and Pepys, and the mathematical intuition behind it.
Part 2 of a guide on best practices for creating and releasing professional, community-friendly PowerShell DSC resources.
A guide on best practices for creating and releasing professional Desired State Configuration (DSC) resources for the PowerShell community.
Explains Lambda Architecture for Big Data, combining batch processing (Hadoop) and real-time stream processing (Spark, Storm) to handle large datasets.
Explains the concept of data-only Docker containers for persistent storage, using Jenkins as a practical example.
Nilearn 0.2 release enhances machine learning for neuroimaging with new spatial regularizations, dictionary learning, and improved visualization tools.
Explains why desktop apps corrupt files and the technical challenges of ensuring crash consistency when saving data.
A review of the author's favorite web development conference talks from 2015, covering topics like Service Workers and CSS techniques.
Guide on using MongoDB's BI Connector to access MongoDB data via SQL/ODBC from Windows tools like Excel, with a practical example using UK MOT test data.
An introductory explanation of permutation patterns, covering basic permutations, slot restrictions, and their relevance to programming and mathematics.