Solid Snakes or: How to Take 5 Weeks of Vacation
A technical talk summary on building reliable software systems, covering key concepts, books, and practices from Site Reliability Engineering (SRE).
A technical talk summary on building reliable software systems, covering key concepts, books, and practices from Site Reliability Engineering (SRE).
A reminder about the VMworld 2017 early bird discount deadline and a preview of expected announcements like vSphere on AWS and vSAN updates.
Part 2 of a series on building stateful bots with the Microsoft Bot Framework, covering Dialogs, state management, and persistence.
A technical guide on adding a custom bytecode instruction (IL opcode) to the .NET CoreCLR runtime, including steps for the runtime, JIT, and Reflection.Emit.
How to access local variables and functions inside Underscore.js _.each loops when using TypeScript with AngularJS.
Fixing a TypeScript error in AngularJS when initializing a RegExp object incorrectly, with two valid solutions.
A developer shares their journey of discovering state normalization in Redux to improve lookup performance, moving from arrays to keyed objects.
A developer's humorous take on why Kotlin is superior to Java for Android development, highlighting frustrations with legacy Android APIs.
Explores the need for generics in PHP to solve type safety and performance issues with arrays, using blog post collections as an example.
Announcing ShevyJS, a JavaScript library for implementing typography scales and spacing in CSS-in-JS frameworks.
Introducing Mavo, an open-source HTML-based language for creating web applications without programming or a server backend.
A guide to implementing efficient batch processing in JPA/Hibernate by managing session cache, transaction size, and data fetching strategies.
A developer uses Azure Media Services to analyze a presentation video and count filler words, sharing a technical walkthrough.
A guide to implementing Kubernetes liveness and readiness health checks in a Django application using custom middleware.
Explains how to use headers in Windows 10 toast notifications with the BurntToast PowerShell module for organizing alerts.
A tutorial on implementing a drop shadow effect on a UIVisualEffectView in iOS, similar to the style used in the iOS Maps app.
A review and tips for Georgia Tech's OMSCS CS6476 Computer Vision course, covering content, assignments, and personal experience.
A developer's recap of the 2017 OpenStack Summit in Boston, discussing event changes, community dispersion, and project impacts.
A tutorial on using Xcode's 'Capture View Hierarchy' debug feature to visualize the view hierarchy of the iOS 10 Maps app.
A quick troubleshooting note about a common Apache Kafka console producer error caused by a misspelled property.