Fullstack Engineer
1y 2mos
Fold, Apr 24' - Present
@Psuranas
Prateek Surana
@Psuranas
FullStack Engineer currently building Fold who loves creating awesome stuff and writing about the things he learns along the way, usually about JavaScript, React, and TypeScript.
FullStack Engineer currently building Fold who loves creating awesome stuff and writing about the things he learns along the way, usually about JavaScript, React, and TypeScript.
Fullstack Engineer, Fold
Bangalore, India
4
projects
4
1
prize
1
35
hackathons
35
10
Hackathons org.
10
1 year 2 months
Apr 24' - Present
Contributing to all things related to iOS, Android and web.
1y 2mos
Fold, Apr 24' - Present
4y 11mos
Devfolio, Aug 22' - Dec 23'
S
C
H
A smart water system for every household to reuse the waste water from purifiers along with a smart gardening system based on IoT.
1,270
contributions in the last year
Jun
S
M
T
W
T
F
S
May
348
stars earned
88
repositories
183
followers
A Twitter clone built in both Next.js and Remix to compare the differences between the two frameworks
TypeScript
92Stars
10Forks
:heavy_check_mark: OTP Input Component for React
TypeScript
687Stars
427Forks
A twitter bot that tweets random frames every hour from the Netflix show Arcane
TypeScript
4Stars
0Forks
A weekly newsletter with insightful tips, tools, resources & more on React and JavaScript. Made with NextJS && TailwindCSS. Curated by @gupta-ji6 && @prateek3255.
TypeScript
26Stars
7Forks
prateeksurana.me
After spending five years as a JavaScript developer building both frontend and backend systems, I spent the last year transitioning to Go for server-side code. During that time I couldn't help but notice the differences between syntax, fundamentals, practices, and runtime environments between the languages and the effects they had on actual runtime performance and developer productivity. Go has also recently captured the JavaScript community's attention when Microsoft announced their official TypeScript ...
prateeksurana.me
When it comes to building web applications, React has been at the forefront for a while now, and its adoption continues to grow. Among the most common approaches to building web applications with React, Next.js stands out as one of the most preferred options. Next.js has also been in the limelight since last year when they released their biggest update to the framework ever with the app router. This introduces a new routing architecture that uses nested layouts and is closely integrated with React Server...
prateeksurana.me
React is a powerful UI library that provides developers with a great developer experience (DX) through its declarative approach to building user interfaces. This approach abstracts away the complexity of manipulating DOM nodes, making it easier to build UIs. However, there are times when you need to access the DOM nodes managed by React, such as when you need to focus a node or measure its size. Unfortunately, there is no built-in way to do this with React. This is where refs come in. The useRef API prov...