Yes
Posts by Ashish P.
I will simplify the two most mis-understood directives in react.
"πππ² π°πΉπΆπ²π»π" vs "πππ² ππ²πΏππ²πΏ"
I watched it and I love how you differentiated about Effective Engg. vs Efficient Engg.
Update your React versions agains
- Use `npm ci` for installing fresh install of dependencies, these will prevent changing of `package-lock`
- Use `npm audit` to check vulnerability in the project dependencies
- Use `pnpm` for better version tracking of your dependencies.
- Must keep track of package-lock.json or other lock files provided by your package manager.
- Do not push secrets in repo
Security Practices for secure npm publishing
- Enable 2FA
- Enable "Trusted Publisher" in npm package settings to allow third party publisher(i.e. github workflow, gitlab workflow etc)
- Use tools like snyk.io, safedep.io for scanning vulnerabilities in your project dependencies
Have been working on my side project
github.com/Ashish-simpl...
π We just shipped v0.215.0!
After 3 years and more than 1100 requests, it's finally here.
Rainbow brackets! π
Enable it with the `colorize_brackets` language setting.
Zed's most requested feature (rainbow brackets π ) has been merged into stable!
The issue had over *1,000* upvotes on GitHub and we're excited for you to try it.
zed.dev/blog/rainbow...
There is critical vulnerability in React Server Components disclosed as CVE-2025-55182 that impacts React 19 and frameworks that use it.
A fix has been published in React versions 19.0.1, 19.1.2, and 19.2.1. We recommend upgrading immediately.
react.dev/blog/2025/12...
I did ran into rooting the Android and customizing it to peak back in 2015.
The stream is back tomorrow as I dig into what I've been working on in the world of Async & Signals.
www.youtube.com/live/ori9xZh...
Very eager
π€ What if there were a conference without talks? Just hanging out with OSS maintainers & builders, seeing what theyβre working on, and learning cool stuff by actually talking to people.
π€― What if hallway track turned into the whole event!
π‘ @tannerlinsley.com is exploring it. Interested? β¬οΈ
Node excitement π
Congrats to @marcoippolito.dev on making it official: type-stripping in Node 25 is now declared to be stable π
You can run: node index.ts
The capabilities have not changed since Node 24. This is purely a maturity indicator.
No Accessibility == Bad UX
This is dope. Tree-shaking is not only limited to js files. JSON files are also tree-shaken.
I got the Hacktoberfest 2025: Supercontributor badge from Hacktoberfest @hacktoberfest @digitalocean! www.holopin.io/hacktoberfes...
sharing just got easier π
you can now invite collaborators to your HackMD notes without email addresses or usernames
fast, simple, and built for real teamwork
learn more π
buff.ly/rOaH0Oy
We're live: twitch.tv/ryansolid
A little control goes a long way.
Meet the new Site Control Centre in Zen. A single menu for the page youβre on. Take a screenshot, bookmark a site, open extensions, or check site permissions; all without digging through settings.
Now available in 1.17b
β zen-browser.app/release-note...
We've also packed in some extra refinements for a smoother experience:
- New polished and more fluid Glance animation
- Improved performance when using Split View
- Redefined Compact Mode UI when 'Multiple toolbars' activated
Want to support Zen's development? Donate here:
β zen-browser.app/donate/
NextJS Conf 2025 is here!!
www.youtube.com/live/IdIgkiD...
View Transitions are now in all browsers! They also landed in React! developer.chrome.com/blog/view-tr...
Use Intl.Segmenter api instead of split and spread for strings