Author: jcianci12
-
How to reload or restart NGINX
In my experience, there is a difference between restarting nginx using the following: And doing the following The second option above actaully reloads any configuration changes that have…
-
lancache in docker with docker-compose
I like to have my docker containers triggered from a docker-compose file. What this means is that its easy to start them from vs code simply by right…
-
Cant push to git? Maybe you need this…
If you cant push to GIT, it may be something as simple as configuring your git settings. You can do the following by typing these commands in git…
-

Dont need that old device? Save it from landfill!
E-waste is considered the “fastest-growing waste stream in the world”[8] with 44.7 million tonnes generated in 2016- equivalent to 4500 Eiffel towers.[3] In 2018, an estimated 50 million…
-
How to spec out a new PC🔧
HEY! We have updated this guide for 2026. Check it out here Thinking of building a PC? Got a quote from a builder? Dont know what you want…
-
How to map from one dynamic object to another in typescript 🌏
I wanted users to be able to select a style from a drop down at GeoJson-Styler (jcianci12.github.io) The user can choose how they want their geoJSON objects styled.…
-
How to create a shortcut to a website.🏃♂️🏃♀️
You can create a shortcut on your desktop or any folder by simply dragging and dropping. Here’s how:
-
Review on HP Omen 15 inch laptop
It’s nice to carry around and has a good feel to it, I’ve owned the 17″ and it is pretty bulky though if you want a desktop then…
-
Fixing MVC 5 Intellisense false errors (erroneous errors) 😢😣😖
This one really had me scratching my head. My error was looking similar to this stack overflow post – like this: The type ‘Expression<>’ is defined in an…
-
Github workflow to deploy to github pages.
I recently set up an angular application and pushed it to Github. I had seen others use github pages to show their application and so wondered if I…