Skip to content

Commit 73dc401

Browse files
authored
Merge pull request #438 from IBM/luke-author-test
test changing author information from luke-roy-ibm to lukeroy
2 parents c49dbef + 6ba0f35 commit 73dc401

10 files changed

Lines changed: 9 additions & 9 deletions

File tree

  • content
    • authors/lukeroy
    • posts
      • Creating-a-ibm-cloud-code-engine-function-code-bundle-FROM-scratch
      • Deploying-apps-jobs-and-functions-using-github-actions
      • From-Markdown-to-live-presentations
      • Getting-into-the-cloud-just-got-a-lot-easier
      • Running-Binaries-inside-ibm-cloud-code-engine-function-runtimes
      • Upscaling-videos-ibm-cloud-code-engine-serverless-fleets
      • Why-ibm-cloud-code-engine-is-the-perfect-home-for-linuxserverio-application
      • Writing-typescript-functions-for-ibm-cloud-code-engien
      • serverless-spa-deployment-with-code-engine-functions
File renamed without changes.

content/posts/Creating-a-ibm-cloud-code-engine-function-code-bundle-FROM-scratch/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Creating a IBM Cloud Code Engine Function Code Bundle FROM scratch
55
tags: ["serverless", "code engine", "functions"]
66
featureImage: "featured.jpg"
77
draft: false
8-
authors: ["luke-roy-ibm"]
8+
authors: ["lukeroy"]
99
---
1010

1111
Have you ever wanted to create a Code Engine Function code bundle that runs as a Python or Node.js function on [IBM Cloud Code Engine](https://www.ibm.com/products/code-engine), without relying on the Code Engine CLI to build it?

content/posts/Deploying-apps-jobs-and-functions-using-github-actions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: 2024-02-23
44
description: "Deploying Apps, Jobs and Functions using GitHub Actions"
55
tags: ["serverless", "code engine", "github actions"]
66
draft: false
7-
authors: ["luke-roy-ibm"]
7+
authors: ["lukeroy"]
88
---
99

1010
## Introduction:

content/posts/From-Markdown-to-live-presentations/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: " Serverless Slidev Deployments with Code Engine Functions and GitH
55
tags: ["serverless", "code engine", "functions", "slidev", "spa", "github actions"]
66
featureImage: "featured.jpg"
77
draft: false
8-
authors: ["luke-roy-ibm"]
8+
authors: ["lukeroy"]
99
---
1010

1111
This post walks through a simple end-to-end workflow for turning a Markdown-based [Slidev](https://sli.dev) deck into a live presentation: create and preview the slides locally, push the project to GitHub, and automatically deploy the generated output to [IBM Cloud Code Engine](https://www.ibm.com/products/code-engine) as a Function using the official [Code Engine GitHub Action](https://github.com/marketplace/actions/code-engine-github-action).

content/posts/Getting-into-the-cloud-just-got-a-lot-easier/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Getting into the Cloud just got a lot easier!"
55
tags: ["serverless", "code engine", "github actions"]
66
featureImage: "featured.jpg"
77
draft: false
8-
authors: ["luke-roy-ibm"]
8+
authors: ["lukeroy"]
99
---
1010

1111
## Introduction

content/posts/Running-Binaries-inside-ibm-cloud-code-engine-function-runtimes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Dunning Binaries inside the IBM Cloud Code Engine Function Runtime
55
tags: ["serverless", "code engine", "functions"]
66
featureImage: "featured.jpg"
77
draft: false
8-
authors: ["luke-roy-ibm"]
8+
authors: ["lukeroy"]
99
---
1010

1111
In this blog post, we’ll explore how you can use [IBM Cloud Code Engine](https://www.ibm.com/de-de/products/code-engine) to run binaries inside the existing Node.js and Python runtimes.

content/posts/Upscaling-videos-ibm-cloud-code-engine-serverless-fleets/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Upscaling Videos with IBM Cloud Code Engine Serverless Fleets"
55
tags: ["serverless", "code engine", "GPU", "AI", "serverless fleets", ]
66
featureImage: "featured.jpg"
77
draft: false
8-
authors: ["luke-roy-ibm"]
8+
authors: ["lukeroy"]
99
---
1010

1111
[IBM Cloud Code Engine](https://www.ibm.com/products/code-engine) is IBM’s fully managed, strategic serverless platform that empowers developers to run container images, batch jobs, source code, and functions — all in one unified environment. It abstracts away the complexity of infrastructure management, automatically handling scaling, networking, and security so you can focus on building and deploying your applications.

content/posts/Why-ibm-cloud-code-engine-is-the-perfect-home-for-linuxserverio-application/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Why IBM Cloud Code Engine Is the Perfect Home for LinuxServer.io A
55
tags: ["serverless", "code engine", "functions", "typescript"]
66
featureImage: "featured.jpg"
77
draft: false
8-
authors: ["luke-roy-ibm"]
8+
authors: ["lukeroy"]
99
---
1010

1111
[LinuxServer.io](https://www.linuxserver.io/) is a global community of open-source enthusiasts who maintain one of the most extensive collections of standardized Docker images. These images are designed with simplicity, consistency, and transparency in mind — making them ideal for everyone from curious beginners to seasoned self-hosters. Whether you’re looking to run a media server, a productivity tool, or a creative application, LinuxServer.io offers a rich catalog of ready-to-use containers that are well-documented and regularly updated. Just deploy an image, and you can access the application directly in your browser — no complex setup required.

content/posts/Writing-typescript-functions-for-ibm-cloud-code-engien/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Writing TypeScript Functions for IBM Cloud Code Engine"
55
tags: ["serverless", "code engine", "functions", "typescript"]
66
featureImage: "featured.jpg"
77
draft: false
8-
authors: ["luke-roy-ibm"]
8+
authors: ["lukeroy"]
99
---
1010

1111
[IBM Cloud Code Engine](https://www.ibm.com/products/code-engine) is IBM’s serverless platform that allows developers to run apps, jobs, and functions at scale — without the hassle of managing infrastructure. Among its workload types are functions, which currently support Node.js and Python runtimes.

content/posts/serverless-spa-deployment-with-code-engine-functions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: 2026-06-08
44
description: "Learn how to deploy Single Page Applications (SPAs) to IBM Cloud Code Engine Functions with automatic builds during deployment. No manual build steps, no infrastructure management—just point Code Engine at your source code and deploy."
55
tags: ["serverless", "code engine", "functions", "spa", "react", "angular", "svelte"]
66
draft: false
7-
authors: ["luke-roy-ibm", "josip-ledic"]
7+
authors: ["lukeroy", "josip-ledic"]
88
---
99

1010
# The Serverless Way to Auto-Build and Deploy React, Angular, and Any SPA with IBM Cloud Code Engine Functions

0 commit comments

Comments
 (0)