Hasan's Avatar

Hasan

@iamlizu

Tech lead @Agency Handy | Member @Express.js https://github.com/IamLizu

79
Followers
27
Following
45
Posts
04.11.2024
Joined
Posts Following

Latest posts by Hasan @iamlizu

Whew! I have been a little away. Is it too late to share Cloudflare memes?

25.11.2025 17:27 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Using Edge Transformation to achieve Server-Side Rendering in Multi-Tenant SaaS Skip the bloated SSR overhead while ensuring custom tenant metadata delivered straight from the edge.

In a React application with multi-tenant environment, it is such a hassle to render per tenant index.

I’d rather avoid that while I can. Edge Transformation is no silver-bullet but definitely a good solution for many cases.

Share your thoughts please.

blog.smmahmudulhasan.com.bd/using-edge-t...

06.05.2025 19:49 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Why did the @nodejs.org project emit a CVE for all EOL releases? Because we don’t have the resources to evaluate every single past release to know what is vulnerable.

24.01.2025 20:51 πŸ‘ 81 πŸ” 19 πŸ’¬ 2 πŸ“Œ 4

I’d love if GitHub gave me pro account for 10 years for free πŸ€”

23.01.2025 09:14 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Anyone else feels like GitHub's notification panel missing features like date, state (open, closed) sorting and many more?

@github.com my dream notification panel can be a dream for a lot of developers, specially if they work on repositories that gets large number of issues and prs.

15.01.2025 19:52 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

qs v6.14.0 is here and I am excited to tell you about "throwOnLimitExceeded".

Here’s what it does:
- nothing by default (set to false)
- But if you turn it on (true), it will throw an error if the number of parameters goes over the limit (default is 1000).

#opensource #softwaredevelopment #web

15.01.2025 06:07 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Projects | OpenJS Foundation The OpenJS Foundation hosts some of the most important projects in the JavaScript ecosystem. As a neutral non-profit organization, our goal is to provide a home where projects can build and support a...

@openjs.bsky.social πŸ’™ @expressjs.bsky.social

We are a website official Impact project now.

openjsf.org/projects

10.01.2025 21:44 πŸ‘ 5 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0
Preview
Malicious npm Campaign Targets Ethereum Developers with Fake... A malicious npm campaign is targeting Ethereum developers by impersonating Hardhat plugins and the Nomic Foundation, stealing sensitive data like priv...

A malicious npm campaign is targeting #Ethereum developers by impersonating #Hardhat plugins and the Nomic Foundation. Socket researchers have identified 20 malicious packages that exfiltrate sensitive data like private keys and mnemonics. socket.dev/blog/malicio... #JavaScript

02.01.2025 22:37 πŸ‘ 4 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0

I don’t have Amazon Prime, primarily after they put a ban on my Amazon account for no reason.

I am saying β€œno reason” being aware of the basic usage and rules. Perhaps it was a technical issue on their end.

Tried communicating with them but their emails were useless.

01.01.2025 08:00 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
refactor: remove node's path to be able to use in client by daniil4udo Β· Pull Request #66 Β· jshttp/content-disposition

Just started 2025 by reviewing a PR github.com/jshttp/conte...

#happynewyear #opensource

31.12.2024 20:15 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Hey @github.com , whenever I open the app (iOS), all unread notifications automatically get marked as read.

This has been making my life difficult. Could you please look into it? Or perhaps my settings are misconfigured in a way I don’t understand?

18.12.2024 13:33 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
A certain tea estate in Sreemangal, Sylhet, Bangladesh πŸ‡§πŸ‡© 

copyright: S M Mahmudul Hasan.

A certain tea estate in Sreemangal, Sylhet, Bangladesh πŸ‡§πŸ‡© copyright: S M Mahmudul Hasan.

Went for a stroll in a certain tea estate in Sreemangal, Sylhet, Bangladesh.

It is one of the largest tea leaves producing areas in the country.

Connection with nature always feels so good.

Please provide credit if used anywhere.

#sreemangal #bangladesh #teaestate #nature

13.12.2024 20:56 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

πŸ‘‹

Last 2 weeks were so unorganised, a lot happened, got sick.

Trying to get back to everything now.

08.12.2024 11:05 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Nice, I need to try this as well!

19.11.2024 03:54 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Oh you are fine my friend πŸ˜…

I write English for last 10 years and I still write garbage sometimes πŸ˜…

18.11.2024 01:26 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Ah, I see. Please let me know what you find.

18.11.2024 01:25 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Look for the β€œengines” property in package.json of that package.

18.11.2024 01:01 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
[New]: `parse`: add `throwOnLimitExceeded` option by IamLizu Β· Pull Request #517 Β· ljharb/qs As discussed in expressjs/express#5878 about adding an option to enable throwing error when parameter limit exceeded, I have, added throwOnLimitExceeded which is false by default. added test cas...

Similar to the strictDepth option for depth, this PR allows users to configure an option to throw an error if a parameter or array exceeds its limit when throwOnLimitExceeded is enabled.

Thanks to @jordan.har.band for helping me get it landed.

#opensource #nodejs

github.com/ljharb/qs/pu...

18.11.2024 00:42 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I had purchased X premium to try out Grok. Cancelled the subscription right away.

However, if Grok ever becomes as good as ChatGPT, it would be worth to use Grok.

17.11.2024 11:57 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Excited for this year’s Advent of Code.

#adventofcode2024

17.11.2024 05:19 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Yes, please.

16.11.2024 18:03 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Oh!

16.11.2024 15:27 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Ah, perhaps I am seeing something wrong or there’s cache issue

16.11.2024 15:26 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Unfortunately no, I even tried unfollowing and following you back.

16.11.2024 15:25 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

You need to subscribe, after that you can select the ones you want.

16.11.2024 14:30 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

I didn’t πŸ˜…

16.11.2024 07:05 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Bro says, β€œI don’t want noodles”

15.11.2024 14:46 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
15.11.2024 14:45 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

That’s truly inspiring.

I hope I can do the same.

15.11.2024 13:44 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I feel the same. The community should be welcoming.

We don’t want to ruin it like StackOverflow lol.

That said, thank you for being helpful πŸ™Œ

15.11.2024 13:38 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0