Introduction In the world of development, deploying web application has been become crucial part of the process. Docker and Docker…
Introduction Ready to launch your Wordpress site on Ubuntu? Discover how to do it effortlessly with Caddy, the user-friendly web…
Introduction Caddy is a modern web server that is designed to be simple to set up and use while also…
Introduction This week, at Truemark we are setting up branch based deployments for all out apps with gitlab-ci and caddy.…
For any company projects or GitLab repository, we need to make sure all the processes to contribute should be standardized.…
Renaming files on git can be really painful to deal with. Git is case insensitive, so we can’t rename the…
Error “A server is already running. Check …/tmp/pids/server.pid” This error means that the server is already running in the port…
Live streaming log files have fascinated me for a long time now. I saw the use of a live streaming…
Factory Bot is a library for setting up test data objects in Ruby. Today we will be setting up Factory…
At Truemark, we are constantly looking to improve the code quality in our projects. And one way to do that…