Skip to content
View overdrivemachines's full-sized avatar

Organizations

@csci598 @cins465-fall12 @ideafablabs @csuwebdev @OttoDIY @zero-to-mastery @CloudCoinConsortium
Block or Report

Block or report overdrivemachines

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
overdrivemachines/README.md

Hi 👋 My name is Dipen Chauhan

Software Engineer

Software engineer with a strong passion for creating innovative solutions and exploring the endless possibilities of code. I thrive on the challenge of turning complex problems into elegant, user-friendly applications that make a positive impact on people's lives.

  • 🌍  I'm based in Chico, CA
  • 🎓 Graduated with a BS in Computer Science from CSU Chico
  • 🖥️  See my portfolio at dipenchauhan.com
  • ✉️  You can contact me at [email protected]
  • 🚀  I'm currently working on Invoice Buddy
  • 🧠  I'm learning Next.js and Machine Learning
  • 🤝  I'm open to collaborating on interesting projects that are challenging and furthers my knowledge
  • ⚡  I have interests in genetics, defense, aviation and astrophysics.

Skills

  • Front-end:
    JavaScript React HTML5 CSS3 JQuery Sass Bootstrap

  • Back-end:
    Ruby Ruby on Rails Python NodeJS Express GraphQL C C++

  • Databases:
    PostgreSQL MongoDB

  • DevOps:
    Docker Kubernetes AWS

  • Testing: Minitest, RSpec, Jest, Mocha, Cypress

Socials

Pinned

  1. List of Packages I installed on my S... List of Packages I installed on my Sublime Text 4
    1
    List of Packages:
    2
    
    
    3
    - Sass
    4
    - Bracket Highlighter
    5
    - JavaScript & NodeJS Snippets
  2. Set up new Ubuntu Computer Set up new Ubuntu Computer
    1
    # Setup Ubuntu 22.04 for Ruby on Rails
    2
    
    
    3
    ## Upgrade Ubuntu
    4
    ```sh
    5
    sudo apt-get update && sudo apt-get upgrade -y