2002kushalgohil Profile Banner
Kushal Gohil Profile
Kushal Gohil

@2002kushalgohil

Followers
46
Following
180
Media
10
Statuses
29

Frontend Lead @ Bridged Media

India
Joined May 2021
Don't wanna be here? Send us removal request.
@2002kushalgohil
Kushal Gohil
1 month
703 visitors in one day for the website: Qweeksite Do join the waitlist: https://t.co/EPKyy0hT41 #SaaS #product #Software
Tweet media one
1
0
4
@2002kushalgohil
Kushal Gohil
1 month
Your user does not care about the fancy animations on your website or dashboard. The more experience you gain, the more you realise that UX is more important than just a fancy UI. Add micro-interactions if necessary, and add animations or transitions if needed. #uiux #frontend
2
0
4
@2002kushalgohil
Kushal Gohil
1 month
Something exciting is coming… 'Qweek Site' - build stunning personal websites in minutes. Currently in development in collaboration with Ketan Agwan and Mehak Narang. Join the waitlist: https://t.co/EPKyy0hT41 #saas hashtag#project hashtag#softwaredevelopment hashtag#webdev
Tweet media one
1
0
3
@2002kushalgohil
Kushal Gohil
6 months
I’ll be working on 2-3 personal projects, including a Chrome plugin, SaaS, and developer tools, under the name RUDISN. Stay tuned! RUDISN Website: https://t.co/Td9dzP7nJU #saas #website #chromeplugin
Tweet card summary image
rudisn.com
Creating efficient, frontend-focused developer tools with minimal backend overhead. Powering seamless dev experiences through lightweight web utilities.
0
0
3
@2002kushalgohil
Kushal Gohil
9 months
I have been using https://t.co/fWlgnwogcU for a few days and created a complete User Authentication and onboarding UI and logic in less than half an hour. If you are good at prompting, then any tool will help you increase your productivity #AI #website #webdev #software
Tweet card summary image
bolt.new
Prompt, run, edit & publish apps
1
1
8
@2002kushalgohil
Kushal Gohil
10 months
Finally Purchased ThreeJS course from the @bruno_simon One of the finest course on ThreeJS #threejs #webdev #software
Tweet media one
0
0
8
@2002kushalgohil
Kushal Gohil
1 year
Update 4: Budget Tracker I've completed the initial version of the Landing Page (Penny Wise) using Figma. I'm currently seeking a content writer and UI/UX designer who is interested in contributing to the UI as an open-source contributor. #webdesign #nextjs #webdevelopment #saas
Tweet media one
Tweet media two
3
0
14
@2002kushalgohil
Kushal Gohil
1 year
Update 3: Budget Tracker 1. Converted "The Complete JavaScript" project into TypeScript. 2. Added a license. 3. Introduced the first version of documentation to the project. 4. Completed all APIs #nextjs #nodejs #api #webdevelopment #project
1
0
5
@2002kushalgohil
Kushal Gohil
1 year
Update 2: Budget Tracker Finished User Related APIs, updated DTO and Implemented JWT authentication 1. Register 2. Login 3. Refresh Token 4. Forgot Password 5. Reset Password 6. Get User ( Authenticated ) 7. Update User ( Authenticated ) #nextjs #nodejs #webdevelopment #project
0
0
4
@2002kushalgohil
Kushal Gohil
1 year
Update 1: Budget Tracker We've planned to keep the project's code open-source so that anyone can learn and contribute: https://t.co/pNtiI9hogr Tech Stack: Frontend: Next JS, Shadcn UI Backend and DB: Next JS, Mongoose, MongoDB Deployment: Vercel #nextJS
0
0
4
@2002kushalgohil
Kushal Gohil
2 years
I am starting a new personal project in Next JS i.e. Expense Tracker and will be providing updates regarding the project through LinkedIn and Twitter posts. #nextjs #nodejs #shadcn #webdevelopment
0
0
3
@2002kushalgohil
Kushal Gohil
2 years
Had a chance to dive into Next.js and Google Sheets as a backend, and gotta say, it was one of my top gigs yet. Using Google Sheets as our backend was a total game-changer, especially when keeping things simple on the backend. #nextjs #webdevelopment #programming
1
0
4
@2002kushalgohil
Kushal Gohil
3 years
A: Hello B: Hey! C: undefined D: ReferenceError E: TypeError What's the output of the following JavaScript code? let c = { greeting: 'Hey!' }; let d; d = c; c.greeting = 'Hello'; console.log(d.greeting);
Tweet media one
2
0
7
@2002kushalgohil
Kushal Gohil
3 years
A: mouse.bird.size is not valid B: mouse[bird.size] is not valid C: mouse[bird["size"]] is not valid D: All of them are valid Guess the output of the following JavaScript code #javascript #webdevelopment #programming
Tweet media one
1
2
8
@2002kushalgohil
Kushal Gohil
3 years
+true; !'Lydia'; Guess the output of the following JavaScript code #javascript #webdevelopment #programming
Tweet media one
1
1
6
@2002kushalgohil
Kushal Gohil
3 years
Tweet media one
0
1
4
@2002kushalgohil
Kushal Gohil
3 years
for (var i = 0; i < 3; i++) { setTimeout(() => console.log(i), 1); } for (let i = 0; i < 3; i++) { setTimeout(() => console.log(i), 1); } Guess the output. #javascript #webdevelopment #programming
Tweet media one
2
3
10
@2002kushalgohil
Kushal Gohil
3 years
function sayHi() { console.log(name); console.log(age); var name = 'Lydia'; let age = 21; } sayHi(); Guess the output. #javascript #webdevelopment #programming
Tweet media one
0
1
5
@2002kushalgohil
Kushal Gohil
4 years
Want to hear a JavaScript joke? I'll callback later.
0
0
3
@2002kushalgohil
Kushal Gohil
4 years
Sometimes when I'm writing JavaScript I want to throw up my hands and say "this is bullshit!" but I can never remember what "this" refers to. #javascript
0
1
4