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...
Saving large files with PlayFramework

Saving large files with PlayFramework

Almost every server application sooner or later requires some form of processing of user uploaded files. While files are small and in small quantities you can get away with saving them to the server’s RAM first. Problem starts when they become bigger than your...
Flutter for web

Flutter for web

Flutter is officially production-ready for the web. While support has been present and evolving for quite some time, Flutter 2 officially adds support for Progressive Web Apps (PWAs) and Single Page Apps (SPAs), new features like URL rewriting and keyboard shortcuts,...