Browsing...
Building auto login for fast Rails development with Sorcery
Login as various users during development can become pretty annoying especially since it’s very difficult to remember all of the passwords across users or apps. If your app authentication happen to be built with Sorcery here’s is a very easy and straightforward way how to implement auto login.
Creating accessible visual select in pure JavaScript without dependencies
How to create a visually more appealing select in pure JavaScript without any framework.
Debugging silently failing compilation aka Webpacker can’t find application.js in public/packs/manifest.json
Webpacker can pretend everything went smooth with the compilation… until one loads a page with javascript_pack_tag
helper.
Cleaning up systemd journal logs on Fedora
systemd journal logs take a lot of space after a while. Let’s wipe them out!
I am writing an introductory book to web application deployment
I decided to write a book (at the very least attempt to). And yes, there will be some Fedora inside!