Walking into the Cloud at the University of Georgia
University of Georgia uses AWS serverless tech to automate fitness tracker data collection for an online physical education course.
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 developer's journey building GreenPiThumb, an open-source Raspberry Pi bot that automates houseplant watering using JavaScript and AngularJS.
A guide on how to approach and learn valuable lessons from legacy codebases, distinguishing between good and bad examples.
A look at CSS Grid Layout, its evolution, and core concepts like parent-level control and child-level exceptions.
Explains how feature flags help development teams release features safely and control their visibility, using the django-waffle library as an example.
A guest lecture summary on starting a data science career, based on a talk for SMU's Masters in IT students.
Explains the performance differences between value types and reference types in .NET, focusing on memory layout, CPU cache, and garbage collection.
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.
Explains why jQuery plugins fail inside Shadow DOM due to DOM encapsulation and offers troubleshooting advice.
Exploring the use of WebVR to create a gamified IDE, visualizing Angular application source code as a Minecraft-like virtual world.
A programmer discusses techniques to reduce cognitive load when reading code, focusing on visual aspects like fonts, spacing, folding, and documentation.
A practical guide outlining essential tools, skills, and practice methods for beginners to start a career in data science.
A veteran organizer shares lessons from running a .NET conference, focusing on inclusivity, logistics, and learning from industry experts.
A technique for using responsive images with CSS background properties, enabling flexible hero images with optimized loading.
A tutorial on creating custom bar charts in React using SVG components, without relying on external charting libraries.
A guide to adding ES7 async/await support to web applications using Babel and polyfills, with configuration tips for ESLint.
Explains why targeting HTML tags directly in CSS is problematic for maintainability and scalability, advocating for using classes instead.