Not Your Father's Cloud: Microsoft Azure HDInsights Explained
An explanation of Microsoft Azure HDInsights, a managed Apache Hadoop service for processing big data on Azure.
An explanation of Microsoft Azure HDInsights, a managed Apache Hadoop service for processing big data on Azure.
A guide to creating a custom 'git lg' alias for a more visual and informative Git commit history graph.
A technical guide on using OpenEye's command-line tools for molecular substructure alignment and low-energy conformer overlay workflows.
A 2014 review of 'Advanced Rails' by Brad Ediger, concluding the book is outdated and not recommended for modern development.
Source [Book review] Tkinter GUI Application Development HOTSHOT February 22, 2014 Hi guys. You might have noticed that I am not so active. The reason
An overview of Microsoft Azure Web Sites, covering its features, pricing tiers, ideal use cases, and limitations for developers.
Explains npm's change from tilde (~) to caret (^) for '--save' and the semantic versioning implications for dependency updates.
Explains the meaning of ACL 2014 peer review scores and criteria for natural language processing papers.
Explains the Modernizr 'noPrefixes' flag, a feature to disable vendor prefix testing for cleaner, more stable code.
A guide on setting up an Express.js server to run over HTTPS using a self-signed certificate for local development.
A tutorial on configuring the Maven site plugin to generate project documentation using Markdown syntax instead of XDOC or APT.
A scatterplot analysis comparing perplexity results of Kneser-Ney, hierarchical Pitman-Yor, and hierarchical Dirichlet language models from a research paper.
A high-level introductory series explaining Microsoft Azure services using a unique, structured format for easy understanding.
A Python script to recursively find and delete empty directories from a filesystem, with options for root folder handling.
Explains how to use Windows Azure Shared Access Signatures to securely delegate file downloads directly from blob storage, with code examples.
Explores the benefits of JavaScript MV* frameworks for large-scale applications, including reusability, abstraction, and testability.
A programmer's journey into cryptography, sparked by a PyPy compatibility issue and the need for better, more secure cryptographic libraries in Python.
How to set the default locale for date formatting in OBIEE 11g to resolve user display issues.
Introducing 'hyper', a pure-Python HTTP/2.0 library designed as a drop-in replacement for Python's standard http.client.
A tutorial on handling dates and times in R, covering essential classes like Date and POSIXct, formatting, calculations, and sequences.