Following Docker Compose file will run Redmine with a Postgres database with persistent data.
What is Tailwind CSS
Tailwind CSS is a utility-first CSS framework for rapidly building custom user interfaces. It is designed to…
Python Virtual Environment (venv) explained
A virtual environment, or venv, is a tool used to isolate specific Python environments on a single…
Google Chrome extension sample that searches for a specific word in the active page
Here is an example of a Google Chrome extension that searches for a specific word in the…
PHP Classes Explained
PHP classes are a way to define reusable code structures in PHP. They allow you to define…
SOAP vs. REST Comparison
REST (Representational State Transfer) and SOAP (Simple Object Access Protocol) are two different protocols for exchanging information…
REST API Best Practices
Here are a few best practices to consider when designing and using a REST API:
PHP Code used to submit a post to a WordPress site using WordPress REST API
Here is an example of PHP code that can be used to submit a post to a…
PHP MySQL and PHPMyAdmin Docker Compose
Here is an example docker-compose.yml file that sets up a PHP web application, a MySQL database, and…
SQLite 3 Docker Compose
While we are talking about docker-compose powered databases, here is SQLite 3. Because, why not?