Skip to content
View theboyofdream's full-sized avatar
👻
Error
👻
Error

Block or report theboyofdream

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

Abhishek Chaurasiya

JavaScript/TypeScript dev. Available for hire.

Employment

Dhwaj Platform Pvt Ltd

July 2021 - now

Title: IT Manager

Role: Developing, Maintaining + Deploying internal solutions such as CRM, Dialers, Attendance Systems.

Projects

Projects (Public-facing projects have clickable links)

  • Collections/Bookmarks
    • Collections of links which I generally use and thinks can be useful to others.
    • Tech: NextJS, Tamagui, Tailwind css, Vercel.
  • Find WeekNo
    • Wrote function which calculates week number without using for loop.
    • Tech: JavaScript
  • Telegram bot
    • Created for friend (Youtuber), which listens to messages from multiple channels -> filters them -> modifies -> send to community channel.
    • Tech: Python, Telethon library, Telegram API

Projects (Private/without links)

  • Youtube fake view
    • Using NodeJS & puppeteer, made bot that opens multiple chrome instances -> goto youtube -> search for videos from specific channel -> start viewing. Can opens upto 12 instances of chrome in windows (8GB ram) machine.
  • Wedding Form
    • Created lenthy form (upto 30 fields + docs upload) + validation + docs compression -> send user response to Google Sheet using their Apps Script and save docs to Google Drive.

Education

Keraleeya Samajam's Model College, Dombivali

July 2018 - May 2021

Title: Computer Science (Bachelor of Science)

CGPA: 7.08

Tech

Things I'm great at (>3 years industry experience)

HTML/HTML5, CSS3/CSS3, JavaScript

Things I'm good at (>2 years industry experience)

NodeJS (especially ExpressJs), React, Typescript, React Native, Mobx react, Axios, Postman, Git/Github

Things I'm good at (>1 year industry experience)

PHP (especially CodeIgnitor), Bootstrap, MySQL, AWS, GCP

Things I like a lot (Personal time, no industry applications)

Figma, Canva Pro, Python, Docker, Hugging Face, Tailwind css, XMind, MongoDB

Things I am learning

Redux Toolkit

Contact

Pinned Loading

  1. Find week number using vanillaJs. Find week number using vanillaJs.
    1
    /**
    2
     * Calculates the week number of a given date.
    3
     * @param {Date} date - The date for which to calculate the week number.
    4
     * @returns {number} - The week number of the provided date.
    5
     */
  2. telegram-bot telegram-bot Public

    Python

  3. collections collections Public

    Collection of useful links

    TypeScript

  4. CameraSync CameraSync Public

    Syncing camera stream using local storage of browser in multiple windows spread here and their.

    JavaScript