PentaHexagon Profile Banner
Durgesh Profile
Durgesh

@PentaHexagon

Followers
1K
Following
1K
Media
96
Statuses
2K

๐ŸŒ Web Dev | Sharing insights on software careers, and web development. Passionate about empowering others!

Bengaluru, India
Joined May 2012
Don't wanna be here? Send us removal request.
@PentaHexagon
Durgesh
1 year
๐Ÿงต 1/8: REST vs GraphQL in Frontend System Design?. Itโ€™s a common discussion point in system design interviews. Letโ€™s break down how to approach this comparison, and understand when to choose one over the other! ๐Ÿš€. #SystemDesign #Frontend #InterviewPrep.
1
0
2
@PentaHexagon
Durgesh
2 months
I received my advance settlement in tge same bank account during Covid and now getting this weird reason to reject claims.
0
0
0
@PentaHexagon
Durgesh
7 months
This Bangalore auto driver has no chill on Valentineโ€™s day. If anyone is offended I can give auto number to find him and sue him.
Tweet media one
1
0
1
@PentaHexagon
Durgesh
10 months
So, I read an interview story from a so-called "top" company where engineers with 5-6 years of experience, parading as "Staff Engineers," were interviewing legit Managers, Principals, and real Staff Engineers. They asked stuff like, "What is BOM in JavaScript?"โ€”a term hardly.
1
0
3
@PentaHexagon
Durgesh
11 months
Good morning! ๐ŸŒ… A new week brings fresh opportunities to grow and learn. Letโ€™s tackle our goals with energy and optimism! ๐Ÿ’ช #MondayMotivation #NewWeekNewGoals
Tweet media one
0
0
0
@PentaHexagon
Durgesh
11 months
How is it going guys? Already waiting for weekend ๐Ÿ˜…
Tweet media one
2
0
4
@PentaHexagon
Durgesh
11 months
8/8 ๐Ÿš€ In summary:.* Use localStorage for persistent data across sessions. * Use sessionStorage for data you want to expire when the session ends. Understand when to use each for an optimized user experience! ๐Ÿ’ก #WebDevelopment #CodingTips.
0
0
0
@PentaHexagon
Durgesh
11 months
7/8 ๐Ÿ”ง Common Uses:.* localStorage: Remember user settings, theme preferences, or saved app states across sessions. * sessionStorage: Store data like temporary form inputs, session-specific info (e.g., login state).
1
0
0
@PentaHexagon
Durgesh
11 months
6/8 ๐Ÿ“ Size Limits: Both localStorage and sessionStorage allow up to ~5MB of data per origin, though this can vary slightly by browser. Donโ€™t store huge chunks of data! #PerformanceMatters.
1
0
0
@PentaHexagon
Durgesh
11 months
5/8 ๐Ÿ” Security considerations: While both are accessible through JavaScript, neither should be used to store sensitive info (e.g., passwords) as data is stored in plain text. #FrontendSecurity.
1
0
0
@PentaHexagon
Durgesh
11 months
4/8 โœจ Key Differences:. localStorage: Persistent data, available across all tabs and windows for the same origin. sessionStorage: Data limited to the current tab/window and expires when itโ€™s closed. #WebStorage.
1
0
0
@PentaHexagon
Durgesh
11 months
3/8 ๐Ÿ•’ sessionStorage is more temporary. It only keeps data for the duration of the page session. Once the user closes the tab or window, the data is gone. Great for session-specific data! #sessionStorage.
1
0
0
@PentaHexagon
Durgesh
11 months
2/8 ๐Ÿ”‘ localStorage persists data even after the browser or tab is closed. Data stays until you explicitly delete it or the user clears their cache. Perfect for long-term storage! #JavaScript #localStorage.
1
0
0
@PentaHexagon
Durgesh
11 months
๐Ÿงต #JavaScript Thread: Understanding localStorage vs sessionStorage โฌ‡๏ธ. 1/8 Both localStorage and sessionStorage are part of the Web Storage API, allowing developers to store key-value data in the browser. But when to use which? Letโ€™s break it down! ๐Ÿ‘‡ #WebDev #Frontend.
2
0
3
@PentaHexagon
Durgesh
1 year
What would you call a person like him?
Tweet media one
Tweet media two
1
0
0
@PentaHexagon
Durgesh
1 year
Debugging: where the real learning happens! ๐Ÿ› Spent hours chasing a bug, only to realize it was a missing semicolon. Cheers to all the devs who know this struggle! What's your most memorable debugging moment?.
0
0
1
@PentaHexagon
Durgesh
1 year
A young CA succumbed to the work pressure โ€œ4 months into joiningโ€. According to her mother, โ€œShe began experiencing anxiety, sleeplessness, and stress soon after joining, but continued to push herself, believing hard work and perseverance were the path to success.". And. Not a.
2
0
3
@PentaHexagon
Durgesh
1 year
Getting a new software update be like: โ€˜Improved performance and minor bug fixesโ€™โ€ฆ Translation: Good luck! ๐Ÿ˜…๐Ÿ’ป . Ready for iOS update ๐Ÿ˜‰????. #DevHumor #SoftwareLife #iOS.
0
0
2
@PentaHexagon
Durgesh
1 year
Unfollowed 37 profiles who played follow-unfollow game with me. Donโ€™t have place for such people on my timeline.
2
0
6
@PentaHexagon
Durgesh
1 year
Did you know ?? (Nullish Coalescing) is the perfect sidekick for Optional Chaining (?.)? ๐Ÿฆธโ€โ™‚๏ธ It ensures you handle null or undefined values gracefully. No more messy fallbacks! ๐Ÿ™Œ #JavaScript #CleanCode #WebDev.
0
0
2
@PentaHexagon
Durgesh
1 year
Did you know about Optional Chaining (?.) in JavaScript? ๐ŸŽฏ It lets you safely access deeply nested properties without throwing errors. No more Cannot read property of undefined! Great for cleaner, safer code. ๐Ÿš€ #JavaScript #ES6 #CleanCode.
0
0
2