Skip to content
View devesh-anand's full-sized avatar
:octocat:
Code, sleep. Repeat the streak.
:octocat:
Code, sleep. Repeat the streak.

Highlights

  • Pro

Organizations

@EddieHubCommunity
Block or Report

Block or report devesh-anand

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

Hi there 👋


I am Devesh, and some of my friend call me dev (no pun intended).

  • 🌱 Currently learning advanced concepts of software development.
  • 📫 Contact me here: contact or mail me contactdeveshanand@gmail.com
  • ⚡ Fun fact: Apart from programming, I like to read interesting and mind stimulating stuff and am a big anime fan.

Devesh's GitHub stats

twitter email linkedIn dev.to medium



Did you know that I also write a blog?
Well, just in case you want to read, here's the link: Devesh Anand

Pinned

  1. Some typescript coding practices Some typescript coding practices
    1
    - Never use `any`.
    2
    - In case there's no alternative, use `unknown` ([more about `unknown`](https://github.com/Microsoft/TypeScript/pull/24439)).
    3
    - Use ReadOnly arrays to ensure there's no scope for mutation (unless mutation is needed).
    4
    ```
    5
    const numbers: ReadonlyArray<number> = [1, 2, 3];
  2. genshin-api genshin-api Public

    An unofficial API for game genshin-impact

    JavaScript 5 2

  3. quotes-BE quotes-BE Public

    Web server to handle backend logic for for my personal stuff and data.

    Go 2

  4. hackernews hackernews Public

    A better version of news.ycombinator.com

    JavaScript 4 1