Hacking TypeScript's async/await __awaiter for jQuery 2's "Promises"
A technical guide on hacking TypeScript's async/await transpilation to work with jQuery 2's non-A+ compliant Promises during an upgrade process.
A technical guide on hacking TypeScript's async/await transpilation to work with jQuery 2's non-A+ compliant Promises during an upgrade process.
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.
A guide on integrating Redux Saga for handling asynchronous actions in a server-side rendered Next.js application.
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.