Search
Search Articles
Search Articles by entering your search text above.
Docker
What's the Point of Docker?

What's the Point of Docker? These are my notes on installing docker on a VPS, there a bit jumbled, but mostly a full collection of the commands i used to get docker working with docker co..

3:47 am, June 16, 2022
Linux
New Ubuntu Server Setup Details and Packages for NGINX with SQLite Web Server and Certbot

This is the list of things that i install and commands that i run to setup a new linux VPS Server using Ubuntu, this is for version 18.x or 20.x of ubuntu, and the php-fpm version usually also changes..

3:11 am, February 9, 2022
python
python getting started notes

check your version of python Python python --version if this does not work try  Python python3 --version this should show something like: Python 3.8.5 you can run a python script with Py..

11:41 pm, March 28, 2021
python
Python import into SQLite research

Some examples i found while researching this import from python scripts into sqlite. Example weather import beautiful soup Python def weather_():page = requests.get("https://www.bbc.co.uk/weather/0..

11:14 pm, March 28, 2021
apps
My Favourite Atom Packages (Plugins) 2020

I did a list for this last year, updating it again for this year, i will add and remove packages as i change them. This is just my personal preferences for atom as i usually code in js css html and ph..

11:35 pm, October 13, 2020
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

Subscribe to weekly updates about things i have added to the site or thought interesting during the last week.

You could also follow me on twitter or not... does anyone even use twitter anymore?

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote


Random CSS Property

transform-origin

The transform-origin CSS property sets the origin for an element's transformations.
transform-origin css reference