🔗 Resources
Docs and tutorials about the technologies used in Nantral Platform.
General​
- HTML: the base language of web / Video / Tutorial / Documentation
- CSS: the other base language of web! / Video / Documentation
- FlexBox: a wonderful tool of CSS / Video / The Flexbox Guide
Back End​
- Python: a language for everything / Video / Documentation
- Django: a web framework / Tutorial / Documentation
- Django REST framework: a toolkit to build Web APIs / Video / Tutorial / Documentation
- Django CKEditor5: a django library to support CKEditor5 / Documentation
- [Deprecated] Bootstrap: a CSS library for django templates / Documentation
- [Deprecated] FontAwesome: an icon library for django templates / Icons Library
Front End​
- JavaScript: the third and last base language of the web!! / Video / Documentation
- TypeScript: JavaScript, but better / Video / Documentation / Types Cheat Sheets
- React: a JS library for building user interfaces / Video / Tutorial / Documentation
- MUI: a React library to use Material Design / Documentation / Icons Library
- react-i18next: a React library to support internationalization / Documentation
- CKEditor5: a WYSIWYG1 editor / Documentation
- Date-fns: a JS library to manipulate dates / Documentation
- React Query: a React library to manage data fetching / Video / Documentation
More advanced stuff​
- PWA: a way to make a web app behave like a mobile app / Video / Documentation
- Vite: a build tool for modern web projects / Video / Documentation
- Docker: a containerization platform / Video / Documentation
- Docker compose: a tool to run multiple docker containers / Documentation
- PostgreSQL: a relational database / Video / Documentation
- Nginx: a web server / Video / Documentation
Tools​
- Docusaurus: a JS framework to build this documentation website / Documentation
- Git: a versioning program / Video / Nantral Platform Repository
- Visual Studio Code: a code editor (it has nothing to do with Visual Studio!!) / Video
- SonarCloud: code analysis / Nantral Platform SonarCloud
Footnotes​
-
WYSIWYG: What You See Is What You Get, ie a text editor that shows directly the result of the text formatting (on contrary to Markdown for example) ↩