<img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1063935717132479&amp;ev=PageView&amp;noscript=1 https://www.facebook.com/tr?id=1063935717132479&amp;ev=PageView&amp;noscript=1 "> Bitovi Blog - UX and UI design, JavaScript and Front-end development

devops

How to Create an External Data Store for Your Docker-to-EC2 Deployment

April 7, 2023

This is a continuation of a past blog series. Though the instructions are generalized, it does assume you’ve completed preliminary work, such as prepping your application repo to be deployed by the...

Deploy StackStorm to AWS Using a GitHub Action

March 24, 2023

This blog will explore how you can use GitHub Actions to deploy Stackstorm to AWS in just a few clicks!

Deploy Docker to EC2: Root Domain Deploy [Part 2]

March 10, 2023

If you’re new to the Deploy Docker to EC2 GitHub Action, check out this post!

Deploy Docker to EC2: Pull Request Environments [Part 1]

March 10, 2023

If you’re new to the Deploy Docker to EC2 GitHub Action, check out this post.

Deploy Any Docker Project to AWS with GitHub Actions

February 24, 2023

Bitovi has created a new GitHub action that makes hosting any Docker-based project in your own AWS account a snap. It’s possible with a combination of Terraform + Ansible wrapped in some scripts with...

Get more out of Slack with an AI-Powered GPT Chatbot [Free Slack App]

February 23, 2023

Have you ever wanted to create your own AI-powered chatbot for Slack? Wouldn't it be great to be able to prompt AI straight from a Slack message? Well, this blog is here to show you how you can...

How to Recognize Your Team Without Spending Money [Free Slack App]

February 10, 2023

Employee recognition matters. But in a time of tightening tech budgets, it’s tough to find free ways to recognize your team. Most remote team recognition options are either a steep investment or,...

DevOps Consulting: Continuous Delivery

January 27, 2023

If you’re working with software, you’ve probably come across the terms “Continuous Delivery,” “Pipeline Runners,” and “Infrastructure as Code (IaC).” Or perhaps you’re already benefiting from...

Certified Kubernetes Admin Exam Survival Guide [from a CKA]

January 20, 2023

If you’ve found this guide, odds are you’re considering taking the CKA exam, or you’ve already been preparing and are looking for final review material. Regardless of which position you find yourself...

RDS Database Upgrade via Terraform: Lessons Learned

January 13, 2023

Upgrading an RDS database to a newer version in AWS via Terraform is a straightforward process. I learned a few lessons along the way, and I hope my lessons save you time and energy. Let’s jump in!