Deploying with Digital Ocean

Unsolved problems during deploying with digital ocean
Last modify: 22-05-2024
#Deployment
#Digital Ocean
#CI/CD

process.cwd() instead of fs.readfileSync

solution to fs.readfileSync working locally but not working in vercel
Last modify: 20-05-2024
#Typescript
#Vercel

Learning Docker through a project: part 1

docker-compose.yaml, Dockerfile, and more
Last modify: 24-04-2024
#Docker
#MongoDB
#Python

Learning Docker through a project: part 2

errors that arise from docker and the project
Last modify: 30-04-2024
#Docker
#MongoDB
#Python

Promise, async, await

Understanding Promise, async, await and why it is better compared to chaining callback functions
Last modify: 03-06-2024
#Javascript