Tech

What makes us tick!

  • All
  • Popular Posts

    Leveraging AWS CloudFormation GitSync for Streamlined Deployments

    Aaron Walker | 3 Minute Read

    Harness AWS CloudFormation GitSync for efficient AWS resource deployments, simplifying workflows and automating updates directly from Git repositories.

    How to deploy a Quarkus Lambda Application using Lambda Containers

    Aaron Walker | 6 Minute Read

    This step-by-step demo explains in detail how to deploy a Quarkus Lambda Application using Lambda Containers on AWS. | How-to tech post | Code Sample

    AWS / Tech

    Using Cfhighlander to create reusable and modular AWS CloudFormation templates

    Angus Vine | 2 Minute Read

    Learn how to create reusable CloudFormation templates for managing AWS resources in a modular way. This developer workshop covers creating a VPC, deploying bastion and ECS components, and more. | How-to tech post | Code sample

    How to Start and Stop instances on AWS automatically

    Nikola Tosic | 4 Minute Read

    Cut costs and optimize your infrastructure on AWS by automating the start and stop of instances. Learn how to save money with cloud providers and automate operations with the cfn_manage tool. | How-to tech post | Code sample

    Running Docker containers from the CLI backed by AWS

    Christophe Delcourt | 4 Minute Read

    Learn how to run Docker containers in AWS and work with them as if they were running locally. Discover the pros and cons of this approach and get started with step-by-step instructions. | How-to tech post | Code sample

    Automate the build of serverless to AWS Lambda with Docker and Jenkins

    Arthur Marinis | 2 Minute Read

    Quicker with serverless. How to automate the deployment of serverless projects in Jenkins using Docker containers | How-to tech post | Code sample

    How to build native Docker containers for Windows

    Aaron Walker | 30 Second Read

    Learn how to build native Docker containers for Windows platforms and develop Windows-based apps with ease and efficiency | How-to tech post | Code sample