tech stuff
-
Handling Long-Running Tasks in AWS Lambda
If you’ve worked with AWS Lambda, you’re probably familiar with the 15-minute execution limit. It can be quite a constraint when dealing with longer tasks,...
-
Setting up a CI/CD Pipeline for AWS Containerized Lambdas via AWS Codepipeline
Implementing code via AWS lambdas has always been a double-edged sword.
-
Process OpenID JWT Tokens in Spring Boot
What is OpenID?
-
EdTech Deep Dive // Make EVERY question count!
“If you do not know how to ask the right question, you discover nothing.” — W. Edwards Deming
-
Nested Sub-Aggregations in Elasticsearch (Java API)
This particular article is dedicated to a roadblock I faced when trying to work with the Elasticsearch aggregation APIs in Java.
-
SSH Configuration via a Jump Box
An enterprise system often uses the concept of a jump box (or jump server) for access. A jump server essentially acts as a reverse-proxy between...