Zero to MySQL in less than 10 minutes with Azure Database for MySQL and Azure Web Apps
A tutorial on setting up a MySQL database and web app on Microsoft Azure using Cloud Shell and bash scripts in under 10 minutes.
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.
A technical article discussing the problem of link rot on the internet and advocating for personal archiving strategies using tools like wget and cron jobs.
A guide to enabling application and HTTP logging for Azure Resource Manager Web Apps using PowerShell and storing logs in Azure Storage.
A guide to automatically generating release notes from git commit history using squash and merge and git log commands.
Explains the detailed, step-by-step process the .NET Runtime (CLR) uses to safely load and validate types, ensuring type safety.
The Gamma project simplifies data visualization creation with a new four-step guide, allowing users to upload CSV data and build interactive charts.