Advertisement Β· 728 Γ— 90

Posts by Ashish P.

Yes

2 months ago 1 0 0 0
Post image

I will simplify the two most mis-understood directives in react.

"π˜‚π˜€π—² π—°π—Ήπ—Άπ—²π—»π˜" vs "π˜‚π˜€π—² π˜€π—²π—Ώπ˜ƒπ—²π—Ώ"

3 months ago 1 0 0 0
Preview
An Introduction To Immer in React Introduction When we deal with updating any nested or too deep property within an object...

An introduction to Immer in React

dev.to/ashishsimple...

3 months ago 1 0 0 0
Preview
Rethinking How we write JSX in React - Part 1 Note:- This is an attempt of mine to make JSX more readable and maintanable. We all have always been...

Just wrote a blog on dev.to about JSX rethinking in React

dev.to/ashishsimple...

3 months ago 1 0 0 0

I watched it and I love how you differentiated about Effective Engg. vs Efficient Engg.

4 months ago 1 0 1 0

Update your React versions agains

4 months ago 1 0 0 0

- Use `npm ci` for installing fresh install of dependencies, these will prevent changing of `package-lock`

4 months ago 1 0 0 0
Advertisement

- Use `npm audit` to check vulnerability in the project dependencies

4 months ago 1 0 0 0

- 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.

4 months ago 2 0 0 0

- Do not push secrets in repo

4 months ago 1 0 0 0
Post image Post image

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

4 months ago 1 0 4 0
Post image

Have been working on my side project

github.com/Ashish-simpl...

4 months ago 1 0 0 0
Post image

πŸš€ 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.

4 months ago 137 10 4 1
Preview
Zed Has Rainbow Brackets From the Zed Blog: A whole new world of color comes to Zed.

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...

4 months ago 126 12 4 4
Preview
Critical Security Vulnerability in React Server Components – React The library for web and native user interfaces

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...

4 months ago 142 91 7 16

I did ran into rooting the Android and customizing it to peak back in 2015.

4 months ago 0 0 0 0
Advertisement
Preview
Designing Async-First Signals YouTube video by Ryan Carniato

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...

5 months ago 34 3 3 0

Very eager

5 months ago 0 0 0 0
Web Forge Conf - A new kind of web developer conference A community funded, not for profit event built for creators and the developers who use their work. Less stage. More story. All signal.

πŸ€” 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? ⬇️

5 months ago 121 20 15 8

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.

5 months ago 166 28 1 7
Post image

No Accessibility == Bad UX

5 months ago 1 0 0 0

This is dope. Tree-shaking is not only limited to js files. JSON files are also tree-shaken.

5 months ago 2 0 0 0
Preview
I got the Hacktoberfest 2025: Supercontributor badge from Hacktoberfest @hacktoberfest @digitalocean! @ashishsimplecoder has earned the Hacktoberfest 2025: Supercontributor badge from Hacktoberfest.

I got the Hacktoberfest 2025: Supercontributor badge from Hacktoberfest @hacktoberfest @digitalocean! www.holopin.io/hacktoberfes...

5 months ago 1 0 0 0
Preview
Shareable Links: A closer look at the newest update on HackMD - HackMD Explore HackMD's latest update, Shareable Links. Now you can generate a secure, customizable link to invite anyone directly. Set permissions like read-only or full-edit access, add an expiration…

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

5 months ago 1 1 0 0

We're live: twitch.tv/ryansolid

5 months ago 9 1 0 0
Advertisement
Video

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...

5 months ago 84 8 4 1
Donate - Zen We are a small team of developers working hard to bring you the best browsing experience. If you like what we do, please consider supporting us.

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/

5 months ago 27 2 0 0

NextJS Conf 2025 is here!!

www.youtube.com/live/IdIgkiD...

5 months ago 2 0 0 0
Video

View Transitions are now in all browsers! They also landed in React! developer.chrome.com/blog/view-tr...

6 months ago 163 27 5 1

Use Intl.Segmenter api instead of split and spread for strings

5 months ago 1 0 0 0