Skip to content
View niinpatel's full-sized avatar
πŸ’­
goofing off
πŸ’­
goofing off

Block or report niinpatel

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
niinpatel/README.md

Hii πŸ‘‹

He writes good code.

-- William Shakespeare

Makes way too many poor jokes

-- Annoyed colleague

He looks cute

-- No one ever

πŸ”₯ I've put a lot of stuff here on Github. You can check some of the pinned repos below for the open-source work which I am most proud of. A lot of my actual work is not publicly visible though.

πŸ‘¨β€πŸ’» I'm working with @Rippling, building software that helps businesses onboard/offboard employees as efficiently as possible.

🦾 I tend to hack stuff together until it just works and then I refactor it later :)

πŸ•Ά Writing readable code has huge long term benefits, takes very little effort & yet it gets overlooked all the time. I obsessively document my code whenever I can. I pick variable names that elegantly convey the code's working while taking as little mental effort as possible. Adding comments next any non-obvious code changes makes the code 10x more maintainable!

πŸ’» The DRY principle may be somewhat overrated. Creating abstractions has its costs in terms of making the code less adaptable to changes in requirements. These should be weighed against the cost of code duplication. When an abstraction no longer makes sense because of new requirements, it's better to sometimes re-introduce code duplication than trying to work around it!

πŸ“šπŸŽΌ I like listening to music & reading books! Everything from timeless classics to your latest pop which everyone hates yet is somehow popular! Stuff from cultures all over the world is something I find pretty cool! (C-pop anyone?). I'm learning to sing and would love to play an instrument as well someday.

🌐 Building online businesses is also something I'm interested in! But building software is still my first love ❀️

πŸŒ† If you can't see me anywhere, I'll be at the terrace just looking at the sunset πŸŒ…

Other Useful links

Popular repositories Loading

  1. calendarHTML-Javascript calendarHTML-Javascript Public

    Simple Calendar built with Pure JavaScript (No Libraries) http://iamnitinpatel.com/projects/calendar/

    HTML 181 112

  2. calculator-react calculator-react Public

    A simple arithmetic Calculator built with ReactJS.

    JavaScript 59 85

  3. expense-tracker expense-tracker Public

    Expense Tracker built with MERN Stack

    CSS 30 13

  4. happy-birthday-react-p5 happy-birthday-react-p5 Public template

    Wish someone Happy Birthday with React and p5.js!

    JavaScript 30 28

  5. nodejs-image-upload nodejs-image-upload Public

    NodeJS/Express web app to get image from user and upload it to the server.

    HTML 22 23

  6. addVeryLargeNumbers addVeryLargeNumbers Public

    Algorithm for adding large numbers (>53 bits). Takes in any two numbers but in the form of strings, and returns the sum of both numbers as string.

    JavaScript 7 2