jastuccio

jastuccio @jastuccio

About: Web Developer, Sailor, Stargazer, Hockey Player, and all around fun guy... but my absolute favorite thing is being a dad

Location:
Massachusetts
Joined:
Nov 15, 2019

jastuccio
articles - 17 total

Fixing "git@github.com: Permission denied (publickey)"

I run into this error when I haven't used GitHub in a while. There is a simple fix to reconnect your...

Learn More 3 0Feb 18 '24

bug fix: VS Code was deleting my curly braces { } in a Sveltekit file

It's Friday night so of course I'll get a strange bug to work on 🤪 VS Code was auto formatting an...

Learn More 0 0Oct 21 '22

NPM commands

Just some NPM commands I had to look up. What NPM packages are installed? List your...

Learn More 0 0Jun 28 '21

JavaScript data types

JS is dynamically typed. You don't have to declare a type. types are determined...

Learn More 0 0Jun 16 '21

CSS variable fallback

example: <p> tags will be --text-color variable or fall back to black :root { --text-colo...

Learn More 0 0May 28 '21

Salesforce B2C Commerce storefront

Salesforce has so much terminology it can be a bit overwhelming in the beginning. I am starting a ser...

Learn More 2 0May 12 '21

Salesforce: Importing Data

Salesforce has so much terminology it can be a bit overwhelming in the beginning. I am starting a ser...

Learn More 1 0Apr 13 '21

Salesforce: Pardot

Salesforce has so much terminology it can be a bit overwhelming in the beginning. I am starting a ser...

Learn More 2 0Apr 12 '21

Salesforce: Aura Components

Salesforce has so much terminology it can be a bit overwhelming in the beginning. I am starting a ser...

Learn More 2 0Apr 11 '21

Salesforce: Visualforce

Salesforce has so much terminology it can be a bit overwhelming in the beginning. I am starting a ser...

Learn More 1 1Apr 11 '21

Salesforce: Scratch Orgs

Salesforce has so much terminology it can be a bit overwhelming in the beginning. I am starting a ser...

Learn More 2 0Apr 11 '21

Editing your fish history

Using your terminal history can save time or help you to remember commands you have not used in a lon...

Learn More 7 0Apr 11 '21

Trash your unused node_modules folders and regain hard drive space

If you are like me and have a lot of legacy projects on your computer you should consider deleting yo...

Learn More 5 0Mar 5 '21

Deploy a Next.js site to Netlify

Next.js is from Vercel.com, but I already have a Netlify account and some familiarity with Netlify. M...

Learn More 1 0Feb 27 '21

Set file associations per project in VS Code

I am in and out of several different frameworks. When editing in VS Code sometimes I want .js files...

Learn More 4 1Feb 11 '21

How you can block medium.com from search results and why you would want to.

I just got an error on NPM install. node-pre-gyp WARN Hit error Connection closed while downloading t...

Learn More 16 11Feb 15 '20

Help setting up ESLint and Prettier in VSCode

I am trying to set up ESLint and Prettier in VSCode according to ()Wes Bos' instructions. I have tri...

Learn More 5 2Dec 15 '19