-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworkshops.js
More file actions
30 lines (30 loc) · 1.01 KB
/
workshops.js
File metadata and controls
30 lines (30 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module.exports = {
RISINGSTACK: {
created: "2024-04-22",
seats: 20, // max 20
coming_soon: false,
title: "AHA stack: Make web development easy again!",
short_description: "Meet the AHA stack, combining Astro, htmx, and Alpine.js to deliver rich, interactive sites in a surprisingly easy way.",
},
SUPERCHARGE: {
created: "2022-04-26",
seats: 25, // max 25
coming_soon: false,
title: "API-first approach with no-code stack for fullstack development",
short_description: "Learn the principles of the API-first approach, and how to implement API contracts using ChatGPT or Copilot and GitLab CI.",
},
CRABNEBULA: {
created: "2022-05-14",
seats: 16,
coming_soon: false,
title: "Tauri: Build, Debug, and Ship a Desktop App with Web Tech",
short_description: "Create a Desktop application with our web framework of choice using Tauri.",
},
/*
MAINMATTER: {
created: "2022-05-15",
seats: 15,
title: "Building with Svelte & SvelteKit",
short_description: "TBA",
}, */
}