How to optimize database queries?

How to optimize database queries?

Database optimization is a rather hard topic. Every database is different and may need different methods of tuning. These are some of the most common places to check for improvement. Creating proper indexes One of the easiest ways of speeding up your database queries...
How to deploy a Play server with Docker Compose and Postgres

How to deploy a Play server with Docker Compose and Postgres

One of the easiest ways of deploying pretty much any application is by using Docker Container. There is a plethora of hosting sites that offer container hosting, or you can choose to host your service on your own, using a dedicated server or VPS. Manually maintaining...