This repository is a collection of various mini projects, each demonstrating different technologies and programming concepts. The projects are standalone examples and can be used as reference points or starting points for larger applications.
Project Name | Description |
---|---|
Bookstore API | A RESTful API for managing a bookstore's inventory. Demonstrates CRUD operations, RESTful design patterns, and interaction with a database. |
Domain Checker (GoLang + MySQL) | A tool for checking domain name availability and gathering domain information, utilizing GoLang and MySQL. |
Proxy Server | A basic implementation of a proxy server to understand network protocols and the concept of proxy servers. |
CRUD API | A generic CRUD (Create, Read, Update, Delete) API template for web applications requiring basic data manipulation. |