by GoodSoft | Jun 2, 2022 | Web
Play Silhouette and Social logins Most users can’t be bothered to fill in a form with their email, fullname, same login as on every other website, and (the hardest part) two identical, complicated and strong passwords. Then every time they come back to...
by GoodSoft | Jun 2, 2022 | Security, Web
File Management Almost all web apps use user uploaded files. From documents that need to be connected with some models in a database, to images as user’s avatars. The more users your service has, the more files your server will accumulate. If you neglect file...
by GoodSoft | May 31, 2022 | Web
Play in the Google Cloud Kubernetes cluster Kubernetes is a container orchestration system. It allows for easy deployment, management and scaling of containerized applications. Its key feature is the ability to create clusters of identical nodes of a single...
by GoodSoft | May 31, 2022 | Web
How to deploy a Play application to AWS Amazon Web Services – AWS – is one of the most popular Cloud platforms. It hosts over 200 unique services including docker container hosting, load balancer, database hosting, file storage. CloudCaptain –...
by GoodSoft | May 27, 2022 | Web
Almost every software developer appreciates a well written unit and functional tests, but for some reason most of us don’t like writing them. Test driven development as everything has its pros and cons, but even if you’re against TDD, tests are a great way...