Explore >> Select a destination


You are here

railsnotes.xyz
| | headius.github.io
2.7 parsecs away

Travel
| | In my previous post, I showed how to use Warbler to package a simple image-processing tool as an executable jar. This post will demonstrate how to "warble" a larger project: the Sidekiq background job server!
| | blog.ferretdb.io
3.4 parsecs away

Travel
| | Learn to set up FerretDB locally using Docker by installing the essential software prerequisites, configuring Docker containers, and running insert() and find() commands.
| | eregon.me
4.5 parsecs away

Travel
| | Bundler 2 did not arrive quietly. It was noticed by almost every CI build failing when running bundle install. As a result, it seems many still avoid Bundler 2 and just use Bundler 1. In this post, I present some ideas on how to get more people to use Bundler 2, and no longer need Bundler 1 which will not be maintained forever.
| | www.zufallsheld.de
14.9 parsecs away

Travel
| This is my little how-to on installing and configuring Wordpress on Arch Linux with nginx+php-fpm. It is by no means the best way to do it or even complete, but it helped me get my blog out inminutes. Assuming your already installed MySQL(or MariaDB), nginx via pacman ...