Using Pipfile for fun and profit
Explains the benefits of using Pipfile over requirements.txt for managing Python dependencies and how to get started.
Explains the benefits of using Pipfile over requirements.txt for managing Python dependencies and how to get started.
A preview of the 2017 Postgres Open Silicon Valley conference lineup, highlighting key talks on PostgreSQL indexing, scaling, and concurrency.
A deep technical dive into the ARM64 assembly implementation of Objective-C's core message-sending function, objc_msgSend.
A guide on deploying MongoDB Enterprise Edition on Google Kubernetes Engine (GKE), covering Docker image configuration and best practices.
A guide to porting the Orchestra library from Clojure to ClojureScript, covering directory structure, namespace pitfalls, and macro handling.
A tutorial on setting up a MySQL database and web app on Microsoft Azure using Cloud Shell and bash scripts in under 10 minutes.
University of Georgia uses AWS serverless tech to automate fitness tracker data collection for an online physical education course.
A tech lead's role is to guide the team's future direction, not just write code. Focus on strategy, planning, and empowering engineers.
A guide to configuring MongoDB for production on Google Kubernetes Engine, covering host VM optimizations like XFS filesystems and disabling Huge Pages.
A guide on how to approach and learn valuable lessons from legacy codebases, distinguishing between good and bad examples.
Explains how feature flags help development teams release features safely and control their visibility, using the django-waffle library as an example.
A guide to deploying MongoDB as a StatefulSet on Google Kubernetes Engine, discussing production considerations beyond basic setup.
A tutorial on connecting a .NET Core application to Azure Cosmos DB, covering account setup, document creation, and querying.
Exploring the use of WebVR to create a gamified IDE, visualizing Angular application source code as a Minecraft-like virtual world.
A guide to adding ES7 async/await support to web applications using Babel and polyfills, with configuration tips for ESLint.
A summary of the 2017 Paris sprint for scikit-learn, highlighting participants, achievements, and support for the open-source machine learning library.
Troubleshooting a USB disk connection error in Linux, specifically the 'uas: probe failed with error -12' issue on a Proxmox server.
Reflections on the benefits of constraints and collaboration at an R programming 'unconference', where participants built packages in two days.
An introduction to deep learning, explaining its rise, key concepts like CNNs, and why it's powerful now due to data and computing advances.
A software engineer outlines seven common antipatterns for prioritizing feature requests in software development projects.