Explore >> Select a destination


You are here

yogthos.net
| | code.dblock.org
1.9 parsecs away

Travel
| | Slack bot experimentation, especially for not-too-serious purposes, has become a little too expensive on Heroku. There's no free tier for maintaining apps running 24/7, so the dollars add up quickly at 7x12=84$ a year per application. I am currently running playplay.io, shell, api-explorer and market. Add another $18x12 = $216 for a non-free-tier MongoDB for one of the apps and it's no longer a coffee-money bill.
| | humanwhocodes.com
2.2 parsecs away

Travel
| | The path to set up a web application on Dokku is straightforward if you know the correct steps.
| | dev.ribic.ba
1.8 parsecs away

Travel
| | A tutorial on deploying GoBuffalo app on a VPS using Dokku
| | blog.nuculabs.de
26.8 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: