Rohit Gupta (@whyrohitwhy) 's Twitter Profile
Rohit Gupta

@whyrohitwhy

Building @alpinedotinc | Product engineer | typescript | topmate.io/rohitt_gupta

ID: 1382512535509688322

linkhttps://github.com/rohitt-gupta calendar_today15-04-2021 01:55:27

5,5K Tweet

4,4K Takipçi

964 Takip Edilen

Rohit Gupta (@whyrohitwhy) 's Twitter Profile Photo

Lost my ear buds charging case. It was Nothing ‘s ear (2) I bought 2 years ago. It’s sad because the buds are still working seamlessly but now i had to buy a new buds :(

Rohit Gupta (@whyrohitwhy) 's Twitter Profile Photo

Is there any paid version of GeeksforGeeks where I can read blogs without advertisements? I love the content, but I'm not a fan of the platform experience.

Sehaj Bindra (@sehaj_bindraa) 's Twitter Profile Photo

BCA LABS (bcalabs.org) has crossed 200k+ views & 67k active users. Here’s what we’ve learned building a student-focused platform and how you can use these insights 🧵

BCA LABS (bcalabs.org) has crossed 200k+ views & 67k active users. Here’s what we’ve learned building a student-focused platform and how you can use these insights 🧵
Rohit Gupta (@whyrohitwhy) 's Twitter Profile Photo

Use Data Transfer Objects (DTOs) to pass data between layers, especially from the Business Logic Layer to the Application Layer and vice-versa. medium.com/p/layers-in-so…

Rohit Gupta (@whyrohitwhy) 's Twitter Profile Photo

While designing a database for the removeUser feature, which one would you prefer?? - 1st: Use removalTime as nullable When removalTime !== null, then we get the time of removal. CAVEAT: I don't like the name with "time" in it. - 2nd: use removalTime.nullable(), alongside

While designing a database for the removeUser feature, which one would you prefer??

- 1st:
Use removalTime as nullable
When removalTime !== null, then we get the time of removal.
CAVEAT: I don't like the name with "time" in it.

- 2nd:
use removalTime.nullable(), alongside