Arti manputra (@artimanputra) 's Twitter Profile
Arti manputra

@artimanputra

Software Engineer @TCEConnect | Google DSC Lead'22 |💻CSE Student | MLSA | Open Source | Blogger at @terminalstack

ID: 1412685237922959360

calendar_today07-07-2021 08:11:11

176 Tweet

143 Followers

247 Following

Arti manputra (@artimanputra) 's Twitter Profile Photo

Attending #microsoftlearnstudentambassador student Summit virtually. You guys are also attending? Share your views below🙌 #MSFTStudentSummit #MSFTImagineCup #mlsa

Attending #microsoftlearnstudentambassador student Summit virtually. You guys are also attending? Share your views below🙌

#MSFTStudentSummit #MSFTImagineCup
#mlsa
GDG नागपुर (@gdgnagpur_) 's Twitter Profile Photo

The BIGGEST, BADDEST, AND BOLDEST Devfest is back in Nagpur! Discover what Devfest Nagpur 2022 can do for you. Register by scanning the QR code or clicking the link below 👇 devfestnagpur.in

The BIGGEST, BADDEST, AND BOLDEST Devfest is back in Nagpur! 

Discover what Devfest Nagpur 2022 can do for you. 

Register by scanning the QR code or clicking the link below 👇
devfestnagpur.in
Arti manputra (@artimanputra) 's Twitter Profile Photo

🤩Today I received a bag from GeeksforGeeks | Learn to Code for solving daily problems, I learned a lot of things by solving daily problems and also helps me to build consistency. Thank you for this amazing Diwali Gift🪔 #GFG #Coding #consistency #learning #LearnToCode

🤩Today I received a bag from <a href="/geeksforgeeks/">GeeksforGeeks | Learn to Code</a> for solving daily problems, I learned a lot of things by solving daily problems and also helps me to build consistency.
Thank you for this amazing Diwali Gift🪔

#GFG #Coding #consistency #learning #LearnToCode
GDG नागपुर (@gdgnagpur_) 's Twitter Profile Photo

DevFest Nagpur is just 9 days away!!! 🚀 On 5th and 6th Nov you will witness a once-in-a-lifetime event - a thread 🧵 #DevFestNgp2022 #devfest2022 #gdgnagpur #devfestnagpur2022

DevFest Nagpur is just 9 days away!!! 🚀

On 5th and 6th Nov you will witness a once-in-a-lifetime event - a thread 🧵

#DevFestNgp2022
#devfest2022
#gdgnagpur
#devfestnagpur2022
Arti manputra (@artimanputra) 's Twitter Profile Photo

🤩Attending #DevFest22 organized by GDG नागपुर .The Opening keynote given by Karthik Padmanabhan was really amazing 👏 RIDE THE TRAIN, DON'T JUMP IN FRONT OF IT The quote presented by Paresh Mayani has really motivated me for the future endeavours ✨ #dfn22 #DevFest22 #GDGNagpur

🤩Attending #DevFest22 organized by <a href="/GDGNagpur_/">GDG नागपुर</a> .The Opening keynote given by <a href="/karthik_padman/">Karthik Padmanabhan</a> was really amazing 👏

RIDE THE TRAIN,
DON'T JUMP IN FRONT OF IT
The quote presented by <a href="/pareshmayani/">Paresh Mayani</a>  has really motivated me for the future endeavours ✨

#dfn22 #DevFest22 #GDGNagpur
Arti manputra (@artimanputra) 's Twitter Profile Photo

Day 1 of 30 — #30DaysOfCode One clean insight each day. One step better than yesterday. Most devs underuse Array.reduce(), but it can simplify so much code. Small refactors like this make code cleaner and easier to test. 👉 What’s one JS method you can’t live without?

Day 1 of 30 — #30DaysOfCode
One clean insight each day. One step better than yesterday.
Most devs underuse Array.reduce(), but it can simplify so much code.
Small refactors like this make code cleaner and easier to test.
👉 What’s one JS method you can’t live without?
Arti manputra (@artimanputra) 's Twitter Profile Photo

"Today I Learned": ?? (nullish coalescing) is NOT the same as || ?? avoids unexpected overrides of valid values like 0 or "" Little things like this prevent bugs in production #JavaScript #TypeScript #30DaysOfCode #DevCommunity

"Today I Learned": ?? (nullish coalescing) is NOT the same as ||

?? avoids unexpected overrides of valid values like 0 or ""

Little things like this prevent bugs in production

#JavaScript #TypeScript #30DaysOfCode #DevCommunity
Arti manputra (@artimanputra) 's Twitter Profile Photo

A small upgrade that changed how I debug JavaScript: Use console.table() instead of console.log(). Way cleaner. Easier to scan. Perfect for arrays of objects. Simple → but helps you ship faster. #JavaScript #TypeScript #30DaysOfCode #DevCommunity

A small upgrade that changed how I debug JavaScript:
Use console.table() instead of console.log().

Way cleaner.
Easier to scan.
Perfect for arrays of objects.
Simple → but helps you ship faster.
#JavaScript #TypeScript #30DaysOfCode #DevCommunity
Arti manputra (@artimanputra) 's Twitter Profile Photo

🔥Hot take: Most bugs in JS apps aren’t caused by JavaScript… but by implicit assumptions we didn’t document. ➡️Examples: “This API always returns an array.” “This value will never be null.” “This function only gets valid input.” JavaScript is fine. Our assumptions aren’t.

Arti manputra (@artimanputra) 's Twitter Profile Photo

Here’s a tiny snippet I use all the time -deep clone without JSON hacks ⭕Benefits: ✔ handles dates ✔ handles nested objects ✔ no weird JSON issues ✔ built-in and fast This feature is still underrated. #javascript #typescript #webdevelopment #programming #coding #30DaysOfCode

Here’s a tiny snippet I use all the time -deep clone without JSON hacks
⭕Benefits:
✔ handles dates
✔ handles nested objects
✔ no weird JSON issues
✔ built-in and fast
This feature is still underrated.
#javascript #typescript #webdevelopment #programming #coding #30DaysOfCode
Arti manputra (@artimanputra) 's Twitter Profile Photo

I once spent hours debugging a “broken API”🥲… only to realize the issue was a missing await 🔴 JavaScript humbles you fast Lesson learned: If your data looks “undefined”, 80% of the time, it’s the async chain🚀Always What’s the funniest bug you’ve debugged? #JavaScript

Arti manputra (@artimanputra) 's Twitter Profile Photo

Ever wondered 🤔 why JavaScript “feels” asynchronous even though it’s 🧵🧵single-threaded? The secret is the "Event Loop". ⭕Call Stack → Web APIs → Callback Queue → Event Loop This cycle is why setTimeout(), promises, and async functions don’t block your UI. #JavaScript #Dev

Ever wondered 🤔 why JavaScript “feels” asynchronous even though it’s 🧵🧵single-threaded?
The secret is the "Event Loop".
⭕Call Stack → Web APIs → Callback Queue → Event Loop
This cycle is why setTimeout(), promises, and async functions don’t block your UI.
#JavaScript #Dev