Skip to content
View Harshmakadia's full-sized avatar
πŸ›°οΈ
Working on a secret mission!
πŸ›°οΈ
Working on a secret mission!
Block or Report

Block or report Harshmakadia

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

Hi there πŸ‘‹

  • πŸ”­ I’m currently working on Secert Mission πŸš€
  • πŸ“« How to reach me: https://harshmakadia.me/
  • ⚑ Fun fact: One man's constant is another man's variable
  • πŸ˜„ Pronouns: he / him

Blogs πŸ“•

πŸ‘‰πŸ» https://harshmakadia.me/blogs

Join the Newsletter πŸ“¬

πŸ‘‰πŸ» https://techthatmatters.beehiiv.com/

No code tools πŸ”₯

πŸ‘‰πŸ» https://harshmakadia.ml/nocode

πŸ‘‰πŸ» https://wall.shoutout.so/MakadiaHarsh (100 Days of No Code Challenge)


Featured Blog Posts 🌟

Follow @makadiaharsh

Welcome buddy πŸ‘‹πŸ»! You're visitor No.

Pinned

  1. react-context-vs-redux react-context-vs-redux Public

    Alternative for redux, use of react context API

    JavaScript 8 2

  2. reactjs-tag-component reactjs-tag-component Public

    Ready to use tag component using npm package

    JavaScript 6 1

  3. medium-migrate medium-migrate Public

    Migrate Medium blogs to the personal site with a page speed score of 100 πŸš€

    JavaScript 3

  4. react-docker react-docker Public

    Deploy react app using Docker and GCP

    JavaScript 6 15

  5. Mastering JS console like a Pro [ Li... Mastering JS console like a Pro [ Link to Article - https://medium.com/javascript-in-plain-english/mastering-js-console-log-like-a-pro-1c634e6393f9 ]
    1
    // time and time end
    2
    console.time("This");
    3
    let total = 0;
    4
    for (let j = 0; j < 10000; j++) {
    5
      total += j
  6. use-lorem-ipsum use-lorem-ipsum Public

    custom use hook

    JavaScript