• Monokai theme for Brackets

    For about a year I have been using Adobe Brackets as my go-to code editor, previously I was using Sublime Text 3. Whilst I still love Sublime Text the idea of Brackets being open-source and written in HTML, CSS and Javascript was something that got me excited. However the Monokai theme that I gotten used...
  • Home Network Setup: How I installed CAT6 Ethernet

    Update: A related post regarding my network rack is available here: /blog/home-network-setup-whats-in-my-rack-2019/ When I moved into my new house, I knew that I wanted hard-wired Ethernet networking in every home. Ethernet cables provide much faster speeds than Wi-Fi and are much more secure. I wanted the cables to future-proof my house, so I decided to go ...
  • Looping through a Data Map with Sass

    I’ve decided to share this code for anyone who requires a quick ‘copy and paste’ solution for using data maps (map-get) and loops within Sass. This example will allow you to set values within the data map, then loop through and output as CSS rules. Setup the variables within the data map and create the code ...