An open API service indexing awesome lists of open source software.

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.

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.