Tutorials¶
Welcome to the Ushka tutorials! Here, we'll walk you through building complete, real-world applications from scratch. These tutorials are designed to bring together all the concepts from the guide and show you how they work in practice.
Learn by Doing¶
The best way to learn a new framework is by building something with it. Each tutorial will guide you step-by-step, providing code snippets and explanations along the way.
We recommend that you have a good understanding of the concepts in the guide before starting these tutorials.
Available Tutorials¶
-
Coming Soon: A Simple "To-Do" List App
- Learn the basics of CRUD (Create, Read, Update, Delete) operations.
- Create a simple API and a web interface to interact with it.
- Use templates, forms, and the ORM to build a functional application.
-
Coming Soon: A Micro-Blog
- Dive deeper into relationships between models (users and posts).
- Implement user authentication.
- Use flashing to provide feedback to users.
- Explore more advanced template features.
Have an Idea for a Tutorial?¶
Is there a specific type of application you'd like to see a tutorial for? We'd love to hear your ideas! Please open an issue on our GitHub repository to suggest a new tutorial.