FoalTS / foal

Full-featured Node.js framework, with no complexity. 🚀 Simple and easy to use, TypeScript-based and well-documented.
https://foalts.org/
MIT License
1.88k stars 137 forks source link

Blog articles and Youtube videos #866

Closed LoicPoullain closed 2 years ago

LoicPoullain commented 3 years ago

This issue lists potential subjects for the blog and the YouTube channel.

Feel free to add a 👍 on those you’re interested in. This will help prioritize which content should be written first.

If you would like to discuss on a subject or suggest a new one, please use the #blog-and-videos channel on Discord. The blog focuses on providing articles on these topics: real-life projects, deployments, tips & tricks and release posts.

LoicPoullain commented 3 years ago

Subject: How to build a Foal application with Angular and Foal

Key elements: configuration, auth, access control, unit testing, SPA, same-policy errors, routing, database, CSRF protection Tag: real-life projects

LoicPoullain commented 3 years ago

Subject: How to build a Foal application with React and Foal (#937)

Key elements: configuration, auth, access control, unit testing, SPA, same-policy errors, routing, database, CSRF protection Tag: real-life projects

Done ✅ -> https://foalts.org/docs/tutorials/real-world-example-with-react/1-introduction

LoicPoullain commented 3 years ago

Subject: How to build a Foal application with Vue and Foal

Key elements: configuration, auth, access control, unit testing, SPA, same-policy errors, routing, database, CSRF protection Tag: real-life projects

LoicPoullain commented 3 years ago

Subject: How to build a Foal application with Next and Foal

Key elements: configuration, auth, access control, unit testing, SPA, same-policy errors, routing, database, CSRF protection Tag: real-life projects

LoicPoullain commented 3 years ago

Subject: How to build a Foal application with Nuxt and Foal

Key elements: configuration, auth, access control, unit testing, SPA, same-policy errors, routing, database, CSRF protection Tag: real-life projects

LoicPoullain commented 3 years ago

Subject: How to deploy a Foal application to AWS Lambda in serverless

Key elements: serverless framework, configuration and environments, SQL databases and migrations Tag: deployments

LoicPoullain commented 3 years ago

Subject: How to deploy a Foal application to Azure Functions in serverless

Key elements: serverless framework, configuration and environments, SQL databases and migrations Tag: deployments

LoicPoullain commented 3 years ago

Subject: How to deploy a Foal application to Google Cloud Functions in serverless

Key elements: serverless framework, configuration and environments, SQL databases and migrations Tag: deployments

LoicPoullain commented 3 years ago

Subject: How to deploy a Foal application to AWS Beanstalk

Key elements: configuration and environments, SQL databases and migrations Tag: deployments

LoicPoullain commented 3 years ago

Subject: How to deploy a Foal application to Google App Engine

Key elements: configuration and environments, SQL databases and migrations Tag: deployments

LoicPoullain commented 3 years ago

Subject: How to deploy a Foal application to Azure Web App

Key elements: configuration and environments, SQL databases and migrations Tag: deployments

LoicPoullain commented 3 years ago

Subject: How to deploy a Foal application to Heroku

Key elements: configuration and environments, SQL databases and migrations Tag: deployments

LoicPoullain commented 3 years ago

Subject: How to deploy a Foal application to DigitalOcean App Platform Key elements: configuration and environments, SQL databases and migrations Tag: deployments

LoicPoullain commented 3 years ago

Subject: How to deploy a Foal application using Docker

Key elements: configuration and environments, SQL databases and migrations Tag: deployments

LoicPoullain commented 3 years ago

Subject: How to set up a CI with Foal on Gitlab

Key elements: configuration, tests Tag: deployments

LoicPoullain commented 3 years ago

Subject: How to set up a CI with Foal on Github

Key elements: configuration, tests Tag: deployments

LoicPoullain commented 3 years ago

Subject: Security checklist when deploying a Foal app to production

Key elements: TODO Tag: deployments

LoicPoullain commented 3 years ago

Subject: How to write good unit tests with dependency injection

Key elements: TODO Tag: Tips & Tricks

LoicPoullain commented 3 years ago

Subject: How to auto-generate a UI interface from your API to test it

Key elements: OpenAPI & Swagger UI Tag: Tips & Tricks

LoicPoullain commented 3 years ago

Subject: How to deploy a Foal application to Vercel

Key elements: configuration and environments, SQL databases and migrations Tag: deployments

LoicPoullain commented 3 years ago

Subject: How to deploy a Foal application to Netlify

Key elements: configuration and environments, SQL databases and migrations Tag: deployments

LoicPoullain commented 3 years ago

Subject: How to build a Foal application with Svelte and Foal

Key elements: configuration, auth, access control, unit testing, SPA, same-policy errors, routing, database, CSRF protection Tag: real-life projects

LoicPoullain commented 2 years ago

I'm closing this: unfortunately I don't have much time to devote to writing blog posts. I'd rather focus more on maintaining the frame.