Setting Up Docker, SSL, and DuckDNS on Oracle Server
This guide will walk you through the process of setting up Docker, configuring SSL certificates, and setting up DuckDNS on an Oracle server (Oracle Linux 9).
This guide will walk you through the process of setting up Docker, configuring SSL certificates, and setting up DuckDNS on an Oracle server (Oracle Linux 9).
On my other project, I use Redis as a caching layer. This time I would like to use it as a database in a SprintBoot project.
Recently I need to test out Redis integration with a Ruby on Rails application. I wanted to test how fast Redis is with 1GB of data.
Instead of manually generating dummy data, I recalled using the Faker library a couple of years ago during my time as a full-stack developer.
Lately I am working on a project to dockerize an e2e application with React as the front end and Ruby on Rails as the backend. I would like to set up a docker-compose file so that:
Since my first job after college graduation, I have been looking for a way to setup a portable development environment for the following reasons: