Debjyoti Mondal
Pull to refresh
Skills & Technologies
The core stack I use to build robust, scalable applications.
Core
JavaTypescriptPostgreSQL
Legend:databaselanguage
Configuration
// package.json
{
"name": "@rishi/stack",
"version": "1.0.0",
"dependencies": {
"java": "^1.0.0",
"typescript": "^2.0.0",
"postgresql": "^3.0.0"
}
}Infrastructure
# docker-compose.yml
services:
db:
image: postgres:15-alpine
redis:
image: redis:7-alpine