PinnedInTDS ArchivebyQuest Henkart·Sep 25, 2020On Demand Materialized Views: A Scalable Solution for Graphs, Analysis or Machine LearningA Scalable Solution of MongoDB Data Aggregation for Graphs, Analysis or Machine Learning using the new $merge pipeline operator.
PinnedInTDS ArchivebyQuest Henkart·Jun 17, 2018SQS Consumer Design: Achieving High Scalability while managing concurrency in GoHow a migration from RabbitMQ to AWS SQS/SNS led to a 4000% increase in speedA response icon7A response icon7
InTDS ArchivebyQuest Henkart·Mar 18, 2022Content Security Policy: How to create an Iron-Clad nonce based CSP3 policy with Webpack and NginxStep by step guide to serve a strict CSP policy in Nginx, utilize Webpack’s nonce feature, and a custom Webpack plugin to properly apply itA response icon1A response icon1
Quest Henkart·Nov 23, 2019Introducing GraphQL to Microservice Architecture: A Case for Splitting Queries and Mutations into…Abstract
Quest Henkart·Nov 28, 2017A Scalable Solution to Ordering Data by Priority or RankHow to order data by priority or rank when scaling to millions of data pointsA response icon2A response icon2
Quest Henkart·Mar 13, 2017Looping through an S3 Bucket and performing actions using the AWS-CLI and BASHHow to connect to the AWS via the CLI and perform actions on S3 and more
Quest Henkart·Dec 7, 2016Want a Job in Silicon Valley? Learn to codeA redemption piece on Coding Schools
Quest Henkart·Feb 3, 2016S3 Image Uploads via AWS-SDK with GolangUploading files and varying types of media can always be a headache. I was recently tasked with building out a media service; a dedicated…A response icon7A response icon7
Quest Henkart·Jun 9, 2015ES6: Return of JavascriptThis is the third and final installment of my blog trilogy on ES6 based on the information presented by Aaron Frost on Pluralsight. If you…
Quest Henkart·May 25, 2015ES6: ECMAscript Strikes BackFor the second edition of my ES6 blog trilogy, we are going to take a quick peek at some really cool features such as, symbols, maps…