Skip to content

Commit

Permalink
Update workshops.js
Browse files Browse the repository at this point in the history
  • Loading branch information
necccc authored May 5, 2024
1 parent 66e06d3 commit 352adb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workshops.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ module.exports = {
RISINGSTACK: {
created: "2024-04-22",
seats: 10, // max 20
coming_soon: true,
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: 10, // max 25
coming_soon: true,
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.",
},
Expand Down

0 comments on commit 352adb6

Please sign in to comment.