diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..7a73a41bf --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,2 @@ +{ +} \ No newline at end of file diff --git a/tutorials/.gitbook/assets/CC Docs Banner.png b/tutorials/.gitbook/assets/cc-docs-banner.png similarity index 100% rename from tutorials/.gitbook/assets/CC Docs Banner.png rename to tutorials/.gitbook/assets/cc-docs-banner.png diff --git a/tutorials/.gitbook/assets/code-capsules-captule-details.png b/tutorials/.gitbook/assets/code-capsules-captule-details.png new file mode 100644 index 000000000..022d2eb41 Binary files /dev/null and b/tutorials/.gitbook/assets/code-capsules-captule-details.png differ diff --git a/tutorials/.gitbook/assets/code-capsules-create-new-space.jpg b/tutorials/.gitbook/assets/code-capsules-create-new-space.jpg new file mode 100644 index 000000000..cc877fa16 Binary files /dev/null and b/tutorials/.gitbook/assets/code-capsules-create-new-space.jpg differ diff --git a/tutorials/.gitbook/assets/code-capsules-create-new-team.png b/tutorials/.gitbook/assets/code-capsules-create-new-team.png new file mode 100644 index 000000000..8ae5fd400 Binary files /dev/null and b/tutorials/.gitbook/assets/code-capsules-create-new-team.png differ diff --git a/tutorials/.gitbook/assets/code-capsules-login-existing-account.png b/tutorials/.gitbook/assets/code-capsules-login-existing-account.png new file mode 100644 index 000000000..8dc82e7a4 Binary files /dev/null and b/tutorials/.gitbook/assets/code-capsules-login-existing-account.png differ diff --git a/tutorials/.gitbook/assets/code-capsules-register-new-account.png b/tutorials/.gitbook/assets/code-capsules-register-new-account.png new file mode 100644 index 000000000..2d04c2ead Binary files /dev/null and b/tutorials/.gitbook/assets/code-capsules-register-new-account.png differ diff --git a/tutorials/.gitbook/assets/CleanShot 2025-06-02 at 16.31.45@2x.png b/tutorials/.gitbook/assets/copy-slack-channel-id.png similarity index 100% rename from tutorials/.gitbook/assets/CleanShot 2025-06-02 at 16.31.45@2x.png rename to tutorials/.gitbook/assets/copy-slack-channel-id.png diff --git a/tutorials/.gitbook/assets/creating-flask-api-cover.jpg b/tutorials/.gitbook/assets/creating-flask-api-cover.jpg new file mode 100644 index 000000000..40070033b Binary files /dev/null and b/tutorials/.gitbook/assets/creating-flask-api-cover.jpg differ diff --git a/tutorials/.gitbook/assets/flask-htmx-cover.png b/tutorials/.gitbook/assets/flask-htmx-cover.png new file mode 100644 index 000000000..39f529188 Binary files /dev/null and b/tutorials/.gitbook/assets/flask-htmx-cover.png differ diff --git a/tutorials/.gitbook/assets/slack-bot-cover.jpg b/tutorials/.gitbook/assets/slack-bot-cover.jpg new file mode 100644 index 000000000..64d867ba8 Binary files /dev/null and b/tutorials/.gitbook/assets/slack-bot-cover.jpg differ diff --git a/tutorials/README.md b/tutorials/README.md index 23bab221a..4af3f21b4 100644 --- a/tutorials/README.md +++ b/tutorials/README.md @@ -1,65 +1,49 @@ --- description: Detailed tutorials to help you use Code Capsules based on your use case. -cover: .gitbook/assets/CC Docs Banner.png +cover: .gitbook/assets/cc-docs-banner.png coverY: 0 --- # Tutorials Overview -
| - | - | - |
|---|---|---|
| Build a Telegram bot that uses AI to respond to users with a custom personality. | -telegram-bot-cover.jpg | -how-to-create-and-host-a-telegram-bot-on-code-capsules.md | -
| Learn how to build a Telegram bot that messages you exchange rate data and weather forecasts for areas of your choosing. | -telegram-bot-cover.jpg | -how-to-create-and-host-a-telegram-bot-on-code-capsules.md | -
| Social media bots allow you to automate responses and reactions to posts or messages sent to the bot. | -telegrambot.jpg | -create-and-host-a-telegram-bot-with-node.js-on-code-capsules.md | -
| A decentralized application (dApp) is a software application that runs on a decentralized network, often… | -How to Deploy a React Token dApp to Code Capsules.png | -how-to-deploy-a-react-token-dapp-to-code-capsules.md | -
| Nuxt.js takes Vue to the next level, with SSR and SSG. Find out more about… | -Nuxt3 and Nitro.png | -nuxt3-and-nitro.md | -
| The MERN stack, which stands for MongoDB, Express.js, React, and Node.js, is a robust framework… | -Optimizing Performance in MERN Stack_ Tips and Techniques.png | -optimizing-performance-in-mern-stack-tips-and-techniques.md | -
| Build a personal API that lets you access up to the minute exchange rates and weather data for cities of your choosing. | -creating-flask-api-cover.jpg | -creating-and-hosting-an-api-with-flask | -
| Create a full stack application with Flask and HTMx to build a lightweight interactive site. | -flask-htmx-cover.png | -building-a-full-stack-application-with-flask-and-htmx.md | -
| Create a bot that monitors the state of your applications and reports any status changes via Slack. | -CodeCapsules_SlackBot.jpg | -build-a-slackbot-with-node.js-to-monitor-your-applications.md | -
| Python Telegram Bot | Build a Telegram bot with Python that messages you exchange rate data and weather forecasts. | how-to-create-and-host-a-telegram-bot-on-code-capsules.md |
| Node.js Telegram Bot | Create and host a Telegram bot using Node.js on Code Capsules. | create-and-host-a-telegram-bot-with-node.js-on-code-capsules.md |
| Go AI Telegram Bot | Build a Telegram bot in Go that uses AI to respond to users with a custom personality. | create-and-host-go-ai-telegram-bot.md |
| Creating an API with Flask | Build a personal API that lets you access up to the minute exchange rates and weather data. | create-and-host-an-api-with-flask.md |
| Flask and HTMx | Create a full stack application with Flask and HTMx to build a lightweight interactive site. | building-a-full-stack-application-with-flask-and-htmx.md |
| Generative Art with Pillow | Build a generative art application using Pillow, Flask and HTMx. | build-a-generative-art-application-with-pillow-flask-and-htmx.md |
| Slackbot Monitor | Create a bot that monitors the state of your applications and reports any status changes via Slack. | build-a-slackbot-with-node.js-to-monitor-your-applications.md |
| Express and HTMx | Build a full stack application with Express and HTMx. | building-a-full-stack-application-with-express-and-htmx.md |
| Game Catalogue API | Build a game catalogue API with Node.js and MySQL. | building-a-game-catalogue-api.md |
| MEAN Stack Tutorial | A step-by-step guide to getting started with the MEAN stack. | getting-started-with-mean-stack-a-step-by-step-tutorial.md |
| MERN Job Board | Build a job board application using the MERN stack. | build-a-mern-job-board.md |
| Optimizing MERN Stack Performance | Tips and techniques for optimizing performance in MERN stack applications. | optimizing-performance-in-mern-stack-tips-and-techniques.md |
| MEAN/MERN/MEVN Best Practices | Best practices for structuring MEAN, MERN, and MEVN projects. | best-practices-for-structuring-mean-mern-mevn-projects.md |
| Nuxt3 and Nitro | Learn about Nuxt3 and Nitro for building modern Vue.js applications. | nuxt3-and-nitro.md |
| Web File Store | Build a web file store application. | building-a-web-file-store.md |
| PHP Book Recommendations | Build a book recommendations app with PHP, SQLite, and Docker. | building-a-book-recommendations-app-with-php-sqlite-and-docker.md |
| WordPress Blog | How to simply host a production WordPress blog. | how-to-simply-host-a-production-wordpress-blog.md |
| White-Label Your App | Learn how to white-label your application with Code Capsules. | white-label-your-app-with-code-capsules.md |
| Video Guides | Watch video tutorials for Code Capsules deployment guides. | video-guides.md |

Slack Channel ID

Slack Channel ID