Explore >> Select a destination


You are here

herbertograca.com
| | blog.miguelgrinberg.com
2.3 parsecs away

Travel
| | miguelgrinberg.com
| | sagikazarmark.hu
1.9 parsecs away

Travel
| | Recently I was tasked with deploying and operating a Symfony application on Kubernetes. Since PHP is not my primary area of work anymore, I was hoping to find some up to date guide and/or best practices about the topic, but sadly that wasn't the case at all, so I decided to write about the process of containerizing the application, building up the infrastructure and deploying it on Kubernetes.
| | syntackle.com
2.0 parsecs away

Travel
| | Containerization in it's entirety is an incredibly useful concept. From being able to execute applications in isolation, to being able to port them easily with all of their dependencies and configuration is all a developer could ask for.
| | blog.nuculabs.de
69.9 parsecs away

Travel
| I've been playing recently with ASP.Net Core and I'm developing a small Web API project in order to teach myself the framework. In still article I'll explain how to use a Postgres database with Docker, in order to make your development experience much more enjoyable. Before moving on, please make sure that you've installed: Docker Docker-Compose First, create the docker-compose.yml file in your root directory of the project, the file should contain: