Total 43 Posts

DevOps

A Dev's Intro to DevOps

I have recently been sucked into the field known as DevOps [https://en.wikipedia.org/…

Read More


May 25, 2021 3 min read

Dennis Sharpe

DevOps

The Trusty Bucket - Access Control Lists

"Just stick it in an S3 bucket." It is a line I have…

Read More


Mar 30, 2021 8 min read

Brian Knight

Cloud

A Beginner's Guide to AWS Cloud Architecture

This is a high-level overview about the most foundational and important pieces that make up the AWS cloud. Some prior knowledge of IP addresses would be beneficial, but not crucial.…

Read More


Mar 17, 2021 5 min read

Nima Binayifaal

AWS

Distributed Tracing using AWS X-Ray

As monoliths have been replaced by microservice applications, growing in size and complexity, the challenge…

Read More


Mar 08, 2021 6 min read

Amine Ouali Alami

DevOps

How to SSH Reverse Tunnel to a Remote DB Server in an AWS Private Subnet using an EC2 Bastion Jump Host

Do you have publicly inaccessible database that you need to SSH into? Using SSH Reverse Tunneling, aka SSH Reverse Port Forwarding, you can securely connect to the database without directly opening it up to a vector of attack.…

Read More


Dec 07, 2020 4 min read

Nima Binayifaal

AWS

Start Automating API Tests with Postman

What is Wrong with Cucumber? For a long time now many of us have been…

Read More


Nov 16, 2020 6 min read

Matt Reed, Amine Ouali Alami

API

CI Test unusual projects with GitHub actions and self-hosted runners

I contribute to Armbian [https://armbian.com], a Linux distribution for 120+ bespoke ARM-based Single…

Read More


Jun 26, 2020 7 min read

Lane Jennison

GitHub Actions

Easily Deploy a Minecraft Server onto GCP using Terraform & Docker

Traditionally, bringing up a Minecraft server involves manually installing all separate components and spending too much time in the command line. Using the Terraform recipe from this blog post we can easily bring up our own server without worrying about the granularities of manual deployment.…

Read More


Jun 08, 2020 7 min read

Nima Binayifaal

DevOps

Deploy to ECS using GitHub Actions

Building a DevOps platform nowadays can become a challenge for architecture and platform infrastructure teams…

Read More


Feb 04, 2020 3 min read

Amine Ouali Alami

JHipster

Deploying a JHipster app to AWS using Elastic Beanstalk

JHipster [https://www.jhipster.tech/] is a great development platform to help you bootstrap a…

Read More


Nov 07, 2019 5 min read

Theo LEBRUN

JHipster

Hybrid Cloud - Cloud Responsibly

In this post, we’ll describe the hybrid cloud concept, the benefits it provides, and…

Read More


Sep 11, 2019 5 min read

Lane Jennison, Courtney Parry, Rob Zabriskie

Cloud

Containerize your Spring Boot app with JIB

Java developers are familiar with building war or jar files using their preferred tools but…

Read More


Jul 25, 2019 4 min read

Amine Ouali Alami

DevOps

How Kubernetes Add to Your Business

Monolithic applications have been the industry norm for years, however, we here at Ippon have…

Read More


Jul 03, 2019 2 min read

Jeet Gajjar

Kubernetes

A Guinea Pig in the Cloud

This article is not about the latest experiment in the space industry. It is just…

Read More


Apr 03, 2019 11 min read

Bertrand Pinel

DevOps

Implement a Continuous Code Quality approach

Imagine waking up in the morning and find a huge puddle of water in the…

Read More


Feb 13, 2019 2 min read

Amine Ouali Alami

DevOps