Ryan Klein Dev

Apple Pay on Cybersource

2024-09-28

Working through an Apple provided demo to accept payments on Cybersource.

Display a UIKit UIView inside a SwiftUI View

2023-04-09

Display a UIKit UIView inside a SwiftUI View

APIs and SDKs

2021-11-23

An explanation of APIs and SDKs

Continuous Integration and Continuous Delivery

2021-11-10

An explanation of Continuous Integration and Continuous Delivery.

How Does a Computer Work and What Is a Programming Language?

2021-11-05

The intention of this post is to give a high level over view of what programming languages are, why they are necessary, and how they evolved. The post begins with a brief introduction to how computers work which provide context for the importance of programming languages.

Synchronous and Asynchronous Programming

2021-10-24

What's the difference between Synchronous and Asynchronous programming?

What are Git and GitHub?

2021-10-18

If you work with developers or are interested in development, you've probably heard of Git and GitHub. They are becoming common terms for any business that writes code. This post will describe what these tools are and how they are different.

Simple, Serverless CRUD with the CDK

2021-01-04

How to bootstrap a simple serverless backend for authenticated CRUD operations using the CDK.