Multicloud

White Paper: Guiding Principles for Multicloud Success

Keyhole Software Articles, Cloud, Consulting, Keyhole Creations 1 Comment

In this white paper, Keyhole Software offersย guiding principles as experts in developing custom applications that increase the probability of success in embracing a multicloud infrastructure. Some of the topics include:

– Challenges and “gotchas” to avoid when adopting a multicloud infrastructure
– Brainstorming questions and exercises to help define an enterprise multicloud strategy
– Suggestions for assessing multicloud readiness
– Key questions to analyze the impact multicloud could have on your organization, with an eye for pain points

The Power of Amazon Lightsail

Todd Horn Articles, AWS, Development Technologies & Tools, Tutorial 1 Comment

Amazon Lightsail allows a developer to build applications and websites fast, with very little cost, using pre-configured cloud resources on AWS. You can create a website or application in just a few clicks and automatically configure networking, access, and security environments with ease. It will easily scale as needed, or you can migrate your resources to a larger AWS ecosystem, such as Amazon EC2.

Recently, a client wanted to move and update an existing marketing / informational WordPress site from a typical hosting provider to their existing AWS environment. Letโ€™s walk through that process and also explore some of the other options that are available with Amazon Lightsail.

serverless framework

[Video] Serverless Framework: Concepts + Code Walkthrough | Deploying To AWS, Azure & Multi-Cloud

Keyhole Software AWS, Azure, Cloud, Development Technologies & Tools, Educational Event, TypeScript, Videos Leave a Comment

A 55-minute dive into the “Serverless” framework, an open-source tool that aims to simplify building, packaging, and deploying serverless applications across multiple cloud providers and platforms like AWS, GCP, Azure, and Kubernetes.

Kendo Grid: A Primer For First-Time Users

Brian Jacobs Articles, Cloud, Development Technologies & Tools, Tutorial, Vue.js Leave a Comment

This is my take on working with Kendo Grid in a Vue 3 project. While I have not explored the grid functionality to the nth degree, these are some things I like about the grid, some difficulties I had implementing it, and some workarounds and quirks I have discovered. Specifically, I will be referring to the Vue implementation of Kendo Grid and the Native Components. This is not to be confused with the Kendo UI for Vue Wrappers.

Kendo Grid is a very robust tool for displaying data in table format. Out-of-the-box features include sorting, filtering, and pagination. Simply defining the column schema with a few config options will have the grid set up quickly. A few features that require more coding and configuration are column collapsing, adding a toolbar, displaying aggregated fields, using custom cell components, implementing column groups, and exporting grid data to a file.

Let’s get started!

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.