Shivan

A showcase of my projects and how to get in touch with me.

Hi, I'm Shivan

I'm an aspiring software developer and I have a passion for building web & web3 apps ⚒️. I am learning web3 and want to work in web3. These are all my projects that i have built from scratch and you can see the code for them as well 💡. You can go to my linkedin to see my certificates and you can go to my Github to see all my projects ☕.

dex

This is my Coin Exchange build with HTML, CSS, JavaScript and React. Used Git and NPM. This is my React Project.

First Line of Code | 1/2022 - Present

Web Development ☞ HTML, CSS, JS, SOL

This time i started learning HTML, CSS and JS. This is the time where i started learning the basics of web development. I build a few portfolio projects and earned a few certificates including a Javascript certificate. During this time, i also started learning the basics of Solidity and smart contracts and actually build some smart contracts.

User Interface / UX ☞ React, Bootstrap, Tailwind

This is the time where i needed styling in my projects. I learned Bootstrap quickly by building a cars website. After that, i saw that Bootstrap was good, but i needed more control over my styles, so this is where i started learning Tailwind by building a Lofi Player. I also started learning React, for more styles and React is used in a professional emviroment, and learing React will help me get into internships.

Terminal Shells ☞ Powershell, Bash

I use the terminal a lot to install packages with npm and yarn (which i will cover soon). The terminal that i used to use was Powershell, but then i switched over to Bash because it is easier to use and better for version control (which i will cover soon) and it is used in the professional development enviroment.

Package Managers ☞ NPM, Yarn

I write most of my commands with npm / npx. I use it for my tailwind apps and my react apps. I also sometimes use yarn for some of my apps, but most of the time i use npm package manager because it is more popular than yarn and a lot of frameworks use npm.

Version Control ☞ Git, Github, Wish

I use Github pages to host my projects and use Git to manage my code and to add commits and to keep my code up to date. I use Wish application to run Git and to make commits on Git. I use Github to host the code on my portfolio.

IDE's ☞ VSCode, Remix IDE

The IDE that i mostly use to code all my websites and web apps is VSCode. I use VSCode to code my React apps and all my websites. I use VSCode because you can customize your VSCode so much and make your IDE look good. I also use Remix IDE to code my smart contracts. This is where i build all my smart contracts to send ETH (test) from one wallet to another.