KHS Guitar Tuner Mobile App Case Study

Case Study: KHS Guitar Tuner Pro

Shaylee Webb Case Study, Flutter, Keyhole Creation, New Development

KHS Guitar Tuner Pro is an Android and iOS application that can assist guitarists with a variety of different tuning setups. The app can play notes within the selected tuning to use as a reference, and it uses incoming audio from the microphone to give musicians a visual indicator of what pitch is being played. It also contains a metronome with multiple timing options, making it useful for the whole practice session.

The application was written with Flutter to share a single implementation across multiple platforms. It was built in accordance with the Bloc design pattern for code organization.

Notes From My Swarm to Kubernetes Migration

Luke Patterson Architecture, Articles, Development Technologies & Tools, Kubernetes Leave a Comment

Attention: This article was published over 4 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.In this post, I’ll discuss how I’m currently working to migrate a suite of apps from Docker Swarm to Kubernetes. The client chose this …

DevOps Consulting Services

We help clients to plan, prioritize, and implement DevOps strategies that reduce time from “code commit” to deployment while maintaining uptime and quality. Services include Assessment & Strategy: Analysis of current practices, tools, and workflows, identifying areas for improvement and developing a tailored DevOps strategy that aligns with unique business objectives and goals. Containerization & Orchestration: Containerizing apps and adopting container orchestration platforms to automate the deployment, scaling, and management of containerized applications using tools like Kubernetes and Docker. Configuration Management: Implementing configuration management tools such as Ansible…

Code a Christmas Game ... with Cats!

Code a Family Christmas Game …With Cats

Ryan Brewer Articles, Community, Tutorial 1 Comment

Have kiddos at home for break this time of year? If so, I’m sure you’ll appreciate this quick, fun boredom killer. We’ll create a game for you and your family, and the best part: your kids can create the whole thing!

Play as the Christmas Tree Star, who’s been knocked off the tree by the (crazy) house cat. Like every Star, you’re far from helpless. You’ll jump your way back to the top. But beware! The (truly crazy) cat is still inside the tree …with black eyes open wide …hunting you.

Kubernetes on Raspberry Pi

Kubernetes on Raspberry Pi

Lou Mauget Articles, Cloud, Development Technologies & Tools, Kubernetes, Tutorial 3 Comments

Kubernetes, or k8s, is an important container orchestration platform. In this blog, I’ll describe creating a workable Kubernetes cluster implemented on a stack of four Raspberry Pi boards. In the end, I’ll have provided an outline of how I created it and I’ll show how to replicate a stateless app across Kubernetes pods running on the nodes — the Pi boards.