Why Every Painter & Decorator should have WhatsApp on their tradesmen website

whatsapp on a trademens wesbite to generate leads

Think about the last time you needed a tradesperson. Did you sit down, write a formal email and wait two days for a reply? Probably not. You wanted a quick answer, is this person available, can they do my job, how much will it cost? And you wanted it fast. That’s exactly where WhatsApp comes … Read more

Installing SSL an cert on a LAMP Docker container (Apache)

This is a WIP / rough draft. In this post I’ll run over installing an SSL cert for a web server (Apache), that is running inside a docker container (the docker container is running on a Linux server AWS Amazon Linux EC2). to install certbot on amazon linux https://unix.stackexchange.com/questions/741450/installing-lets-encrypt-on-amazon-linux-2023 (see Jens Answer) once installed run: … Read more

Css Grids Cheatsheet

I’ve just been doing a quick reviser on the most useful parts of css grid (for most devs, for super fancy layouts you may need more). But for me this covers most of what I need / use. https://green-box.co.uk/wp-content/uploads/plain_html_css/grid.html This code is above in basic form.

Setting up Docker containers with nginx to reverse proxy to multiple web servers

In this post I’ll show how to set up docker containers with nginx reverse proxying to 2 different web servers (apache and apache tomcat). All setup with one docker compose file. Very handy for running on one machine for development , to simulate what you might have running on multiple machines in your production environment. … Read more