Skip to content
View DerekBelloni's full-sized avatar

Block or report DerekBelloni

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
DerekBelloni/README.md

Hi there 👋

My name's Derek Belloni. I started coding during the Covid-19 pandemic as a way to pass the time and before I knew it I was enrolling at Boise Code Works in their full stack engineering program. The joy that comes from facing and overcoming whatever coding challenges come my way is extremely gratifying and I am excited to program as a full time career.

Fast forward to nearly two years later, I am employed as a web dev and genuinely love it (most of the time). Funny how much I thought I knew when I first filled this read me out....

Pinned Loading

  1. go-sitemap-builder go-sitemap-builder Public

    Takes a url from the command line, retrieves html, parses the links and creates a site map

    Go 1

  2. aave-solidity-flashloan aave-solidity-flashloan Public

    Solidity smart contract that executes a flash loan using aave's liquidity pools

    JavaScript

  3. c-networking-contact-book c-networking-contact-book Public

    A simple app that allows the user to add, edit, remove and list contacts from a .txt file through command line arguments. Also implementing a network connection through sockets to allow the user to…

    C

  4. go-socket-server go-socket-server Public

    An educational app for learning how to create a socket server in GO

    Go