Your cart is currently empty!
Author: jcianci12
-
Gaggia Classic Low Profile Drip Tray Mod β
I needed a little more room under the group head of my Gaggia classic. First I needed to measure up the existing tray and put something together in Fusion360! Then it was onto the slicer. I put it in draft mode. Estimated print time – 7:48 π― I got printing right away…. The finished product!…
-
#include guards in C++
I was having issues with an ESP32 project. I needed an instance of which was sitting in <wifisetupmanager.h> I needed this in two files – <setup.h> and <endpoints.h>. Ok no big deal, lets add it π… not so fast!… When I added: In both files, I received the following error: src/wifisetupmanager.h:9:29: error: redefinition of ‘AsyncWiFiManager…
-
3D Printing a smart doorbell backing plate.
Fusion 360 for the win! Download fusion360 – you can use it for free if you are only using it in a hobby capacity! Draw up you design – There are tutorials online that will help you learn how to do this – be patient, this takes time depending on how complex your project is!…
-
πHosting WordPress Docker behind NGINX reverse proxy
Many examples feature differing variations on this combo, but few seemed to use a wordpress container and a separate NGINX proxy My hosting setup uses a few different websites – some are dot net, some are angular (which is just serving up static files) and some are WordPress I wanted to add WordPress to the…
-
Debugging Angular with VS Code and Firefox
Everyone has their own preference when it comes to debugging. Here is what has worked well for me! This example is based on a new angular application. If you would like to know how to get started with angular – head over here: https://code.visualstudio.com/docs/nodejs/angular-tutorial If you would like to clone the repo and give it…
-
Using an Arris Surfboard sb8200 with pfsense
Hey there! ππΌ I wanted to share my experience setting up my home server with pfsense and an Arris Surfboard sb8200 modem. π π§ At first, I ran into an issue where pfsense wasn’t getting an IP from WAN, despite my home router getting one fairly quickly. π€ After some trial and error, I discovered an…
-
NGINX 301 permanent redirect
I was having issues with bringing a website online… here is what I found: My browser was caching the permanent redirects in order to clear the redirect press ctrl + shift + del and select cache, then click ok. The redirect should dissapear as long as your NGINX config is updated.