https://github.com/justmirr/practice-projects
This repository is a collection of small projects, experiments, and hands-on tasks as I explore different tools, technologies, and programming skills.
https://github.com/justmirr/practice-projects
ai backend cloud devops frontend genai small-projects
Last synced: 10 months ago
JSON representation
This repository is a collection of small projects, experiments, and hands-on tasks as I explore different tools, technologies, and programming skills.
- Host: GitHub
- URL: https://github.com/justmirr/practice-projects
- Owner: justmirr
- Created: 2025-07-25T06:36:02.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-25T10:53:25.000Z (11 months ago)
- Last Synced: 2025-07-25T17:01:22.105Z (11 months ago)
- Topics: ai, backend, cloud, devops, frontend, genai, small-projects
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# practice-projects
This repository is a collection of small projects, experiments, and hands-on tasks as I explore different tools, technologies, and programming skills.
---
## About
This repo acts as my personal playground where I:
- Practice new tools and languages
- Build mini-projects or replicate concepts
- Explore libraries, APIs, and platforms
- Document learnings through practical code
You’ll find content related to:
1. **Backend** (FastAPI, Node.js, etc.)
2. **Frontend** (React, Tailwind, etc.)
3. **DevOps tools** (Docker, Terraform, Ansible, etc.)
4. **Programming languages** (Go, Python, etc.)
5. **Databases, APIs, ML**, and more
Each folder is self-contained, focusing on one topic, tool, or concept at a time.
---
## Getting Started
To explore a specific project:
1. Clone the repo:
```bash
git clone https://github.com/justmirr/practice-projects.git
cd practice-projects
```
2. Navigate to the project you're interested in:
```bash
cd
```
3. Follow the instructions (in folder specific README.md) to run or test the project.