Skip to content

Commit edf52d9

Browse files
Merge pull request #307 from SylvainCorlay/notebook-link-prefix
Add notebook.link blog post on prefix.dev
2 parents 0f7e2f2 + 20173a7 commit edf52d9

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/components/blog/blogpostsDetails.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Object.defineProperty(exports, "__esModule", { value: true });
33
exports.blogpostsDetails = void 0;
44
exports.blogpostsDetails = [
5+
{
6+
url: "https://prefix.dev/blog/serverless-scientific-computing-how-notebook-link-scales-without-backends",
7+
title: "How notebook.link Scales Without Backends",
8+
image: "img/blogposts/resized-images/Notebook-Link-Prefix.png",
9+
summary: "Notebook.link combines WebAssembly and the conda ecosystem to deliver scalable, serverless computing environments that run entirely in the browser.",
10+
date: "2026-03-27",
11+
authors: "Sylvain Corlay",
12+
imageID: "blogpost-image-150"
13+
},
514
{
615
url: "https://medium.com/@AntoineProuvost/faster-reads-for-apache-parquet-improving-integer-unpacking-f6e21ce49a85",
716
title: "Faster Reads for Apache Parquet: Improving Integer Unpacking",
541 KB
Loading

0 commit comments

Comments
 (0)