Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m7moudgadallah/dev-playground
Personal repo for tech experiments, demos, and skill practice. 🚀✨
https://github.com/m7moudgadallah/dev-playground
apis backend caching containerization databases nodejs
Last synced: 8 days ago
JSON representation
Personal repo for tech experiments, demos, and skill practice. 🚀✨
- Host: GitHub
- URL: https://github.com/m7moudgadallah/dev-playground
- Owner: m7moudGadallah
- License: mit
- Created: 2024-08-17T20:20:38.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-20T06:10:03.000Z (about 2 months ago)
- Last Synced: 2024-10-31T09:14:04.491Z (8 days ago)
- Topics: apis, backend, caching, containerization, databases, nodejs
- Language: TypeScript
- Homepage:
- Size: 1.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DEVELOPMENT PLAYGROUND 🛠️
A personal repo for experimenting with new technologies, building demos, and practicing skills to stay current in software development. 🚀✨
## INDEX
### CONTAINERIZATION 🐳
- [Dockerize Simple NodeJS App](./containerization/dockerize-nodejs-app/)
- [Dockerize Multi-Staged NodeJS App](./containerization/dockerize-multi-staged-nodejs-app/)### CACHING
- [Redis Caching](./caching/redis/)
- [NodeJS with Redis](./caching/nodejs-redis/)### PAYMENT GATEWAYS
- [Play with Stripe CLI](./payment-gateways/play-with-stripe-cli/)
- [NodeJs Stripe Checkout Session Demo](./payment-gateways/nodes-stripe-checkout-session-demo/)
- [NodeJs Stripe Payment Intent Demo](./payment-gateways/nodejs-stripe-payment-intent-demo/)### NODEJS
- [Threaded Comments API with ExpressJS and PostgreSQL](./nodejs/threaded-comments-api-with-express-and-postgres/)
- [POSTGIS with Prisma](./nodejs/postgis-prisma-demo/)
- [MailHog, NodeMailer Demo](./nodejs/mailhog-nodemailer-demo/)
- [Logging Demo With Winston And MongoDB](./nodejs/logging-with-winston-and-mongo/)### DATABASES
#### POSTGRES
- [Play with Postgres](./databases/postgres/play-with-postgres/)
## LICENSE
This repo is licensed under the MIT License. See the [LICENSE](./LICENSE) file for details.