Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "Creating a IBM Cloud Code Engine Function Code Bundle FROM scratch
tags: ["serverless", "code engine", "functions"]
featureImage: "featured.jpg"
draft: false
authors: ["luke-roy-ibm"]
authors: ["lukeroy"]
---

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?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2024-02-23
description: "Deploying Apps, Jobs and Functions using GitHub Actions"
tags: ["serverless", "code engine", "github actions"]
draft: false
authors: ["luke-roy-ibm"]
authors: ["lukeroy"]
---

## Introduction:
Expand Down
2 changes: 1 addition & 1 deletion content/posts/From-Markdown-to-live-presentations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: " Serverless Slidev Deployments with Code Engine Functions and GitH
tags: ["serverless", "code engine", "functions", "slidev", "spa", "github actions"]
featureImage: "featured.jpg"
draft: false
authors: ["luke-roy-ibm"]
authors: ["lukeroy"]
---

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).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "Getting into the Cloud just got a lot easier!"
tags: ["serverless", "code engine", "github actions"]
featureImage: "featured.jpg"
draft: false
authors: ["luke-roy-ibm"]
authors: ["lukeroy"]
---

## Introduction
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "Dunning Binaries inside the IBM Cloud Code Engine Function Runtime
tags: ["serverless", "code engine", "functions"]
featureImage: "featured.jpg"
draft: false
authors: ["luke-roy-ibm"]
authors: ["lukeroy"]
---

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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "Upscaling Videos with IBM Cloud Code Engine Serverless Fleets"
tags: ["serverless", "code engine", "GPU", "AI", "serverless fleets", ]
featureImage: "featured.jpg"
draft: false
authors: ["luke-roy-ibm"]
authors: ["lukeroy"]
---

[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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "Why IBM Cloud Code Engine Is the Perfect Home for LinuxServer.io A
tags: ["serverless", "code engine", "functions", "typescript"]
featureImage: "featured.jpg"
draft: false
authors: ["luke-roy-ibm"]
authors: ["lukeroy"]
---

[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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "Writing TypeScript Functions for IBM Cloud Code Engine"
tags: ["serverless", "code engine", "functions", "typescript"]
featureImage: "featured.jpg"
draft: false
authors: ["luke-roy-ibm"]
authors: ["lukeroy"]
---

[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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2026-06-08
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."
tags: ["serverless", "code engine", "functions", "spa", "react", "angular", "svelte"]
draft: false
authors: ["luke-roy-ibm", "josip-ledic"]
authors: ["lukeroy", "josip-ledic"]
---

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