Couchdb Slowness Gotcha
I was recently using Couchdb with a VueJS frontend and found that as my web app became more complicated, the RESTful responses became gradually really slow to the point of being almost unresponsive...
I was recently using Couchdb with a VueJS frontend and found that as my web app became more complicated, the RESTful responses became gradually really slow to the point of being almost unresponsive...
This post talks you through the steps of setting up an Mosquitto broker hosted on AWS then connecting to it with a Transport Layer Security (TLS) connection. I am using just the standard Amazon Ma...
I recently tried to get Debian integrated into Windows Server 2012 Active Directory but found myself frustrated with a lack of detailed/current documentation. There is a guide on the Debian website...
Animated_CogsSo I am starting to get my head around Adobe Illustrator to create SVG images which is a really useful skill for web design. I followed a number of Youtube tutorials and felt confident...
With the new football season just started, I noticed that my Rainmeter widget to show the football fixtures had stopped working. Which breaks the method used in my previous post. It turns out this...
I keep meaning to improve my ability with Adobe Illustrator and i thought of a useful exercise that I could do to create something relatively useful. I want to create some puzzle pieces which can b...
This post is about creating SVG images ready for the web via photoshop with illustrator. Its aimed at people who have a photoshop image ready but dont know how to replicate in illustrator. Outline...
I was asked to see if i could recover the contents of a 2TB external hard drive as it was just coming up as required to be formatted in Windows. The external hard drive was actually an internal har...
This post details how to build your own components for running Debian Stretch on the Asus Tinkerboard from scratch! I am a Ubuntu Desktop LTS 14.04.3 hosted using VMWare Workstation 12.5 Player (N...
A Python script collects basic CPU percentage utilisation data and and stores the information in a MySQL database. The database is hosted on a Ubuntu Server on a virtual machine. The Python script ...