Abhijeet Singh (@cse_as) 's Twitter Profile
Abhijeet Singh

@cse_as

Computer Scientist @adobe | Rep @mozillareps | ex @razorpay

Tweets on
#reactjs / #opensource / #javascript

github.com/cseas

ID: 837356396979052544

linkhttps://www.linkedin.com/in/thatniceman calendar_today02-03-2017 17:38:17

2,2K Tweet

515 Followers

503 Following

Razorpay Tech (@razorpaytech) 's Twitter Profile Photo

It’s #OpenSourceFriday time! Today we are featuring another Razor of #OpenSource 🚀 Abhijeet Singh 1) Abhijeet is a Mozilla Rep and Organiser for Mozilla Karnataka as well as he led the GNU/Linux Users Group in his college. community.mozilla.org/en/groups/mozi…

Mark Erikson (@acemarke) 's Twitter Profile Photo

Finally published the extensive post I've been promising about my experience modernizing the Redux packages to support ESM properly, with details and resources. It's _not_ a comprehensive "how-to" guide. But, hopefully the info here is useful anyway: blog.isquaredsoftware.com/2023/08/esm-mo…

Abhijeet Singh (@cse_as) 's Twitter Profile Photo

Google docs pro tip 📄 Inline code within backticks can be automatically formatted. To enable this, go to: Tools > Preferences > Automatically Detect Markdown

Abhijeet Singh (@cse_as) 's Twitter Profile Photo

Today I learned that if you just add ".png" at the end of your GitHub profile link, it becomes a link to your profile photo. Example: github.com/cseas.png

Abhijeet Singh (@cse_as) 's Twitter Profile Photo

Did you know what happens if both "async" and "defer" attributes are specified on a script? "async" will take precedence and "defer" will have no effect. Both the examples below execute exactly the same way. #javascript

Did you know what happens if both "async" and "defer" attributes are specified on a script? 

"async" will take precedence and "defer" will have no effect.

Both the examples below execute exactly the same way.

#javascript
Wes Bos (@wesbos) 's Twitter Profile Photo

You should be using JavaScript sets more often Now in all browsers and Node - these 7 new set methods are key for when trying to compare two arrays or sets of data.

You should be using JavaScript sets more often

Now in all browsers and Node - these 7 new set methods are key for when trying to compare two arrays or sets of data.
Abhijeet Singh (@cse_as) 's Twitter Profile Photo

I’m thrilled to share that I’ve joined Adobe as a Computer Scientist! 🚀 I’ll be working with the incredibly talented Adobe Express team, helping Adobe’s mission to empower everyone to imagine & bring any digital experience to life. #NewBeginnings #AdobeLife #DigitalInnovation

I’m thrilled to share that I’ve joined <a href="/Adobe/">Adobe</a> as a Computer Scientist! 🚀

I’ll be working with the incredibly talented <a href="/AdobeExpress/">Adobe Express</a> team, helping Adobe’s mission to empower everyone to imagine &amp; bring any digital experience to life.

#NewBeginnings #AdobeLife #DigitalInnovation
Abhijeet Singh (@cse_as) 's Twitter Profile Photo

Looks like styled-components has officially entered "maintenance mode" and is no longer recommended for new projects: opencollective.com/styled-compone… What are y'all using for styling in new React projects? #reactjs #javascript

Abhijeet Singh (@cse_as) 's Twitter Profile Photo

TIL "ts-node" isn't regularly maintained anymore. The new tool recommend to execute TypeScript files is "tsx". tsx.is #javascript #typescript #nodejs

Abhijeet Singh (@cse_as) 's Twitter Profile Photo

TIL arrays are more CPU cache friendly compared to linked lists due to spatial locality. Arrays are stored in contiguous memory, allowing better CPU cache performance, while in linked list, nodes aren't necessarily next to each other. #datastructures #devcommunity

Abhijeet Singh (@cse_as) 's Twitter Profile Photo

Just finished the Generative AI for Software Development specialization by Laurence Moroney 🇺🇸🇮🇪 🏴󠁧󠁢󠁷󠁬󠁳󠁿. Explored how GenAI is transforming software workflows—from coding to design patterns. Super insightful and hands-on. coursera.org/share/ce82268a… #GenerativeAI #AItools #WebDev #LLMs #devcommunity

Just finished the Generative AI for Software Development specialization by <a href="/lmoroney/">Laurence Moroney 🇺🇸🇮🇪 🏴󠁧󠁢󠁷󠁬󠁳󠁿</a>.

Explored how GenAI is transforming software workflows—from coding to design patterns. Super insightful and hands-on.
 coursera.org/share/ce82268a…

#GenerativeAI #AItools #WebDev #LLMs #devcommunity
Boshen (@boshen_c) 's Twitter Profile Photo

Good news from ESLint! The 10 years old parallel linting issue is finally resolved. Issue: github.com/eslint/eslint/… PR: github.com/eslint/eslint/…

Abhijeet Singh (@cse_as) 's Twitter Profile Photo

TIL: It's rather difficult to get Slack to close all its processes on Windows. Even the Task Manager has a difficult time killing all Slack processes. ✅ Solution: Hit "Ctrl + Q" while Slack is open and it'll close without a trace.