Skip to content
View ergomancer's full-sized avatar
💭
just learning one command at a time
💭
just learning one command at a time

Block or report ergomancer

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
ergomancer/README.md

Welcome To My Profile


I am a physics graduate from India. After graduating I decided to become a software developer. I believe coding and physics are not very different. Pure logic and abstraction take up tangible forms in programs and physics is just the art of unraveling the code of the massive codebase that is the universe, one line at a time. Fascinating to think that we, ourselves, are part of that program. Isn't it like some fascinating AI that understands its own code, keeps learning and keeps getting better.


What I have learned


  • Languages
    • Java
    • Python
    • C
    • HTML/CSS
    • JavaScript
    • PostgreSQL
  • Web Technologies
    • React
    • Prisma
    • Webpack
    • Node
  • Others
    • LaTeX
    • Arduino
    • Linux

Support Me


buymeacoffee ko-fi

Pinned Loading

  1. calculator calculator Public

    This is a simple calculator, made using HTML, CSS and JS. This is made in accordance with The Odin Project curriculum.

    JavaScript

  2. akashkhetan akashkhetan Public

    My porfolio site

    JavaScript

  3. A script to fetch Purchasing Power P... A script to fetch Purchasing Power Parity (PPP) data from the World Bank API.
    1
    /*
    2
    v1.0.x
    3
    NPM Package: npm install countrypppdata
    4
    */
    5
    
                  
  4. component-library-react component-library-react Public

    A library of ready to use components for React

    JavaScript

  5. binary-search-tree binary-search-tree Public

    This is a simple implementation of a balanced binary search tree with the constraint on the input dataset of being non-repetitive. This is done in accordance with The Odin Project curriculum.

    JavaScript

  6. etch-a-sketch etch-a-sketch Public

    This is a project made in accordance with The Odin Project curriculum. It's just a fun thing that lets you sketch things on a customizable grid, implemented using HTLM, CSS and JS.

    JavaScript