Skip to main content

Developer Tools

DevOps create a continuous software development and delivery pipeline from development to review, testing, staging, and production environments.

How to Train Your Own Custom AI Bot featuring CodeWithHarry.

How to Train Your Own Custom AI Bot | Use Custom Data with ChatGPT

In this video, @CodeWithHarry shows how to use Embedchain with Python to train ChatGPT on your own data, including PDF, TXT, and more!
Developer Tools
Make Git Your Single Source of Truth with GitOps hero image.
Billy Thompson

Make Git Your Single Source of Truth for Application and Infrastructure Delivery

Jan 10, 2024
by Billy Thompson
Not to be confused with DevOps, GitOps applies DevOps practices to infrastructure and application lifecycle management.
Developer Tools
Cloud Portability: Building a Cloud-Native Architecture eBook

Cloud Portability: Building a Cloud-Native Architecture

Explore cloud-native development with microservices, containers, and other architecture decisions for development with open standard tools.
Developer Tools
Deploy HashiCorp Nomad Cluster with Marketplace!
Billy Thompson

Manage Highly Available Containers and More with HashiCorp Nomad Cluster App

Oct 3, 2023
by Billy Thompson
HashiCorp's lightweight workload scheduler, Nomad, is now available as a highly available cluster deployment in our Marketplace.
Developer Tools
Understanding GitOps eBook thumbnail image.

Understanding GitOps

GitOps is an operational framework that uses Git as the single source of truth to enable iterative development for cloud-native applications.
Developer Tools
Portability in the Cloud: Standardization & Benefits of a Portable Cloud Architecture
Billy Thompson

Portability in the Cloud: Standardization & Benefits of a Portable Cloud Architecture

Aug 24, 2023
by Billy Thompson
When designing for portability and standardization, identify lock-in points where a cloud vendor could prevent you from moving workloads.
Developer Tools
Portability in the Cloud: Event-Driven Architecture (EDA) & Serverless Computing
Billy Thompson

Portability in the Cloud: Event-Driven Architecture (EDA) & Serverless Computing

Jul 25, 2023
by Billy Thompson
EDA is reactive to events or messages and it triggers specific actions rather than relying on direct, synchronous communication.
Developer Tools
Maddie Presland

DIY Functions: Comparing Serverless Toolsets

Jul 19, 2023
by Maddie Presland
Explore the differences between the top three functions tools that don’t require a specific cloud provider.
Developer Tools
Portability in the Cloud: Microservices Architecture
Billy Thompson

Portability in the Cloud: Microservices Architecture

Jun 12, 2023
by Billy Thompson
Microservices should be scalable and focused on a single responsibility. Discover why you should consider them and some best practices.
Developer Tools
Portability in the Cloud: Best Practices for Building SaaS-Based Applications cover

Best Practices for Building SaaS-Based Applications

Learn about microservices, containers, serverless computing, and event-driven architecture, along with their benefits and best practices.
Developer Tools
IaC Essentials: Using Terraform and Ansible Blog Header
Maddie Presland

IaC Essentials: Using Terraform and Ansible

May 24, 2023
by Maddie Presland
Learn the key similarities and differences between the two Infrastructure as Code (IaC) tools, and why using both is best for managing infrastructure at a large scale.
Developer Tools
An Introduction to Serverless Functions and FaaS
Linode

Break Down Your Code: An Introduction to Serverless Functions and FaaS

Apr 19, 2023
by Linode
Functions enable serverless computing by adding wrappers to repetitive code changes and abstraction from other application infrastructure.
Developer Tools