HN user

zestprod

2 karma

https://lemondev.xyz

Posts1
Comments4
View on HN

It is quite strange that just by making things collapsible they get way less addictive.

I have also noticed that disabling Javascript on search engines makes me very productive. (autocompletion often makes me search things I didnt intended on searching)

Kudos to the author, that was a good article!

I recently figured out a way to resize images without a backend.

This was particularly useful when trying to cut down on costs(through not using APIs) by resizing images on the frontend since most browsers support this.

Also, it doesn't require a node package that could have vulnerabilities. Just pure and simple browsers APIs. It also supports png, jpeg, gif, avif, and webp(all image formats that are supported by a browser).

idk thought this was cool to share...