FP Complete

Cloud preparation checklist

While moving to the cloud brings many benefits associated with it, we need to also be aware of the pain points associated with such a move. This post will discuss those pain points, provide ways to mitigate them, and give you a checklist which can be used if you plan to migrate your applications to […]

DevOps Security and Privacy Strategies

DevOps Security and Privacy—FP Complete’s comprehensive, easy to understand guide designed to help you understand why they’re so critical to the safety of your DevOps strategy. The following is a transcription of a live webinar given by FP Complete Founder and Chairman Aaron Contorer, on FP Complete’s YouTube Channel. Introducing Aaron I’m the Founder and […]

Webinar Review: Learn Rapid DevOps Success

Continuous integration and deployment, monitoring and logging, and security and privacy—FP Complete’s comprehensive, easy to understand guide designed to help you learn why those three DevOps strategies collectively create an environment where high-quality software can be developed quicker and more efficiently than ever before. Aaron Contorer, founder and chairman of FP Complete, presented the following […]

Rust with DevOps Success Strategies

On February 2, 2020, one of FP Complete’s Lead Software Engineers—Mike McGirr—presented a webinar on using Rust for creating DevOps tooling. Webinar Outline FP Complete is hosting a functional programming webinar on, “Learn Rapid Rust with DevOps Success Strategies.” A beginner’s guide including sample Rust demonstration on writing your DevOps tools with Rust over Haskell. […]

What is GovCloud?

“GovCloud” relevant to your work?  This is not a Devops post to miss! “GovCloud” is a relatively new, and still rather ambiguous, term on the web. One might assume “the Cloud for Government”, and in a sense you’d be right, but what exactly does that mean? In this post, we will explore how the term […]

Deploying Haskell Apps with Kubernetes

Deploying software can certainly have its challenges, but Deni Burtovic walks you through everything you need to know when it comes to deploying Haskell applications with Kubernetes.  As you watch the webinar, we also encourage you to follow along by viewing the presentation which can be found here – Deploying Haskell Apps with Kubernetes. About […]

DevSecOps – Putting the Sec in DevOps

We did something very different this month for our monthly webinar. We invited Ford Winslow, CEO of ICE Cybersecurity, and the new security platform, Aeonian, to present the topic of DevSecOps, or as Ford puts it “Putting the Sec in DevOps”. Ice Cybersecurity is a strategic business partner of FP Complete and our companies are […]

Deploying Rust with Docker and Kubernetes

Deploying rust with Docker and Kubernetes Hello! My name is Chris Allen and I’m going to use a tiny Rust app to demonstrate deploying Rust with Docker and Kubernetes. Rust and Haskell apps are deployed in similar ways. Much of this is because the compilers for both languages generate native binary executables. Here are the […]

DevOps to Prepare for a Blockchain World

Introduction As the world adopts blockchain technologies, your IT infrastructure — and its predictability — become critical. Many companies lack the levels of automation and control needed to survive in this high-opportunity, high-threat environment. Are your software, cloud, and server systems automated and robust enough? Do you have enough quality control for both your development […]

Controlling access to Nomad clusters

In this blog post, we will learn how to control access to nomad. Introduction Nomad is an application scheduler, that helps you schedule application-processes efficiently, across multiple servers, and keep your infrastructure costs low. Nomad is capable of scheduling containers, virtual machines, as well as isolated forked processes. There are other schedulers available, such as […]