Published onDecember 13, 2021Storing And Accessing Environment Variables in 1PassworddockerarchitectureWe set up and test the 1Password Secrets Automation flow and test with the available rest API for managing environment variables.
Published onOctober 2, 2021Next.js Context API TutorialjavascriptnextjsUsing the latest features of the React Context API, we dive into leveraging these patterns for Next.js Context.
Published onSeptember 14, 2021Deploy Microservices with Docker ARG & ENV Variables on Heroku with GitHub ActionsdockerarchitectureTutorial on deploying platform-agnostic microservice applications to Heroku with GitHub Actions and Docker utilizing Docker ENV and ARG variables.
Published onSeptember 10, 2021Deploy NestJS with Docker, Heroku, and GitHub ActionsdockerarchitectureThe Definitive Guide: A CI/CD Tutorial On Deploying a NestJS microservice with Docker, Heroku, and GitHub Actions.
Published onSeptember 2, 2021Use Named Exports over Default Exports in JavaScriptjavascriptNamed exports provide a handful of benefits over default exports. Here's why.