Joshua Brigati

Hello, I’m

JOSHUA BRIGATI

FRONT-END SOFTWARE ENGINEER

Skilled at bringing designs to life with more than 4 years experience.

Constantly learning and expading my knowledge. Currently in the Web3 space.

1  const Person = () => {
2      const [name, setName] = useState('');
3      const [role, setRole] = useState('');
4      const [interests, setInterests] = useState('');
6
5      useEffect(() => {
6         setName("Joshua Brigati");
7         setRole("Front-End Software Engineer");
8         setInterest("Web3, Defi, Crypto, F1");
9      }, []);
10 }

Past Experience

I have over 4 years experience as a Software Engineer. My first job was as a Software Engineer Intern at a Blockchain company where I created multiple Full-Stack applications to help internal monitoring. Next I was a Junior Front-End Developer where I developed software for Staples associates. Currently I am a Full-Stack Software Engineer at a startup where I have been for the last 2 years.

Languages / Skills

Javascript is my main language with ReactJS being my perfered Front-End framework. I love it. My favorite stack is Javascript, ReactJS, SCSS, NodeJS (GraphQL is good too), MongoDB. A list of my frameworks and languages is: JavaScript, ReactJS, NextJS, AngularJS, Angular, GraphQL, NodeJS, HTML, CSS, SCSS, Styled-Components, Bootstrap, JQuery.

Web3

I have very much enjoyed working on Web3 projects. I recently completed an NFT project that will have greater detail in the Projects section below. I have knowledge of Solidity, web3.js, Ethers.js, HardHat, and can create a full DApp connected to deployed and local Smart Contracts.

Featured Project

SimplePlanets

I created 99 individual layers for planets consisting of planet colors, continents, clouds, icecaps, moons and more. Those layers were then compiled to create 10,000 unique images. I then created a Solidity Smart Contract that allows users to mint a random NFT and splits 10% of the fee for distribution to all NFT holders and holds another 10% for giveaways at different minting tiers. This was deployed to the Binance Smart Chain. I created a DApp for minting and info about the project. That was made with NextJS and used ethers.js to interact with my deployed smart contract.

  • Next.JS
  • Solidity
  • Javascript
  • ethers.js
  • Adobe Illustrator
SimplePlanets.com Landing Section