Usman S. ๐Ÿ‡ต๐Ÿ‡ธ (@maxprogramming1) 's Twitter Profile
Usman S. ๐Ÿ‡ต๐Ÿ‡ธ

@maxprogramming1

๐Ÿ‘จโ€๐Ÿ’ป Developer, Learner, YouTuber, React and TypeScript enthusiast ๐Ÿ’™

usmans.me/youtube

ID: 1261604921696231425

linkhttp://usmans.me calendar_today16-05-2020 10:30:36

12,12K Tweet

2,2K Takipรงi

1,1K Takip Edilen

Usman S. ๐Ÿ‡ต๐Ÿ‡ธ (@maxprogramming1) 's Twitter Profile Photo

24 hours of sleepless work resulted in this, and we're so proud of what we built ๐Ÿ˜€ Hats off to Hussain Gagan for the entire page with the map (most complex part) And thanks to Odoo for organizing the hackathon. We'd work harder to go on and win the next one ๐Ÿ’ช

Usman S. ๐Ÿ‡ต๐Ÿ‡ธ (@maxprogramming1) 's Twitter Profile Photo

Saw a post on linkedin that Node.js codemod repo needed contributors โ€” quickly went into it and fixed 2 issues. Delved into "codemod" for the first time and man this was so fun

Saw a post on linkedin that <a href="/nodejs/">Node.js</a> codemod repo needed contributors โ€” quickly went into it and fixed 2 issues.

Delved into "codemod" for the first time and man this was so fun
Usman S. ๐Ÿ‡ต๐Ÿ‡ธ (@maxprogramming1) 's Twitter Profile Photo

Here's what I thought (without cheating) Correct me if I'm wrong A is executed setTimeout's callback function pushed to call stack Promise resolve thens' pushed to call stack E is executed First then executed (C) Second then executed (D) setTimeout Callback executed (B) AECDB