Why FedRAMP actually makes it harder for government agencies to move to the cloud
Critique of FedRAMP's cloud security framework, arguing it creates bureaucratic barriers that hinder government adoption of innovative, cost-effective cloud solutions.
Critique of FedRAMP's cloud security framework, arguing it creates bureaucratic barriers that hinder government adoption of innovative, cost-effective cloud solutions.
The author announces they will be giving their first conference talk on Webscraping in Python at EuroPython 2014.
A practical guide to creating a minimal, functional R package from scratch to streamline code reuse and save development time.
Extends OBIEE performance monitoring by integrating DMS metrics and nqquery.log data into Graphite and visualizing with Grafana.
A developer's entry for the Ludum Dare 29 game jam, detailing their tech stack and preparation using C++ and SFML.
Explains how to resize Docker containers using the Device Mapper storage driver, with notes on outdated methods and modern alternatives.
Using Python's SUDS library to interact with OBIEE's SOAP web services for tasks like authentication and checking user permissions.
A developer shares their journey learning Python, including recommended courses, books, and IDEs, and their decision to take a university course.
A tutorial explaining the Python yield keyword, generators, and iterables with code examples.
Explains how the OG Content Access module for Drupal provides fine-grained view permissions within Organic Groups, beyond standard role-based controls.
Explains how to use PostgreSQL's COMMENT feature to document tables, columns, and SQL for better data understanding and maintenance.
A guide to Python coding styles, linking to official documentation, PEP-8, Google's guide, and Khan Academy's style guide.
A step-by-step guide for installing Python 2.xx on Windows 7, including setting the PATH environment variable.
A guide to packaging Python scripts using setuptools for distribution on PyPI, including basic setup examples.
MvcSiteMapProvider 4.0 stable release for ASP.NET MVC offers dynamic navigation, SEO features, and improved dependency injection support.
Explains how to use Python's dictionary get() method to avoid KeyError exceptions by providing default values.
Explains how to use PostgreSQL expression and functional indexes to optimize queries using built-in functions or custom JavaScript functions.
A developer shares insights on designing tech conferences to foster meaningful hallway track conversations, covering break lengths, venue layout, and social activities.
A guide to selecting speakers and ensuring talk quality for technology conferences, covering methods like invite-only, coaching, and open CFPs.
A developer details a new, enhanced Ball Tree and KD-Tree implementation for scikit-learn, comparing its performance and features to existing solutions.