Explore >> Select a destination


You are here

www.kencochrane.com
| | nts.strzibny.name
9.7 parsecs away

Travel
| | Here's one way of a cloud-independent deployment of Rails, Sidekiq, PostgreSQL, and Redis on single virtual server with Kamal.
| | blog.miguelgrinberg.com
8.2 parsecs away

Travel
| | miguelgrinberg.com
| | hop.ie
10.2 parsecs away

Travel
| | How to set up a Digital Ocean droplet for your Sapper app, and host it along with your API on the same server
| | blog.nuculabs.de
63.5 parsecs away

Travel
| Introduction Hello everyone ??, This is a quick post about the windows task scheduler, if you're a Software Developer using Windows the task scheduler is a great tool to automate tasks. I see it as a combination of cron and systemd (if you're a Linux user you know what I'm talking about). For my personal use case, I use the task scheduler to download more images from the internet to improve a machine learning model used to classify images. To download the images I use a simple Python script and a batch file to run the script.