Farm Stack: Difference between revisions
Jump to navigation
Jump to search
Lsokolowski1 (talk | contribs) |
Lsokolowski1 (talk | contribs) mNo edit summary |
||
| Line 28: | Line 28: | ||
<!-- NOTES: One of the fastest Python frameworks available --> | <!-- NOTES: One of the fastest Python frameworks available --> | ||
* Fewer bugs and '''intuitive''' | * Fewer bugs and '''intuitive''' | ||
** Reduce of human errors, great editor support (completion, less debugging) | ** Reduce of '''human errors''', great '''editor''' support (completion, less debugging) | ||
* Easy and '''short''' | * Easy and '''short''' | ||
** easy to use and learn (less docs), | ** easy to use and '''learn''' (less docs), | ||
** plenty features from each parameter, etc | ** plenty '''features''' from each '''parameter''', etc | ||
* Robust and '''standards-based''': | * Robust and '''standards-based''': | ||
** production-ready code, automatic interactive docs | ** production-ready code, '''automatic''' interactive docs | ||
** OpenAPI (aka Swagger), JSON Schema | ** OpenAPI (aka Swagger), JSON Schema, etc | ||
== Our Course Plan ⌘== | == Our Course Plan ⌘== | ||
Revision as of 14:46, 15 July 2026
THIS IS A DRAFT
This text may not be complete.
- title
- FARM Stack Course
- author
- Lukasz Sokolowski
FARM Stack Course
FARM Stack Training Materials
Copyright Notice
Copyright © 2004-2026 by NobleProg Limited All rights reserved.
This publication is protected by copyright, and permission must be obtained from the publisher prior to any prohibited reproduction, storage in a retrieval system, or transmission in any form or by any means, electronic, mechanical, photocopying, recording, or likewise.
Overview
- What is FARM stack?
- FARM vs MERN
FARM acronym
FastAPI Intro
- Fast and fast to code
- Very high performance (like NodeJS or Go)
- Fewer bugs and intuitive
- Reduce of human errors, great editor support (completion, less debugging)
- Easy and short
- easy to use and learn (less docs),
- plenty features from each parameter, etc
- Robust and standards-based:
- production-ready code, automatic interactive docs
- OpenAPI (aka Swagger), JSON Schema, etc
Our Course Plan ⌘
In overall
- DAY1 - FARM intro, JS, TS, React.js
- js_mats (bits only)
- dev envi(FE)
- react examples and exercises (hands-on)
- DAY2 - MongoDB, FastAPI, connecting with FE (react)
- dev envi(BE)
- db - cli, queries
- FastAPI - crud, deploying, securing, testing