Productivity is always key, we all know but as developers with tight deadlines and packed schedules, finding the right tools to boost productivity ...
For further actions, you may consider blocking this person and/or reporting abuse
prettier is bad software, it autoremoves parenthesis in math contexts where readability and documenting programmer's intent are mission critical. The only way to prevent prettier from doing this is to uninstall. Very arrogant and poorly designed.
prettier.io/docs/en/ignore.html
Easier to just uninstall prettier and only use eslint than to write 5000 lines of
// prettier-ignore
github.com/prettier/prettier/issue...If you can’t properly configure tools like prettier doesn’t mean it is bad, dude. There is a new alternative to all tools like prettier, eslint, stylelint is biome. Check it out
not actually. you can manually change the settings just need to add teh configuration as you needed
There isn't a tool that fit every use case, prettier is good for common cases, if you have something very unusual it's different.
Instead of using moment, even the moment team calls out to use a library like luxon instead
Dayjs is way less in terms of size, same functionality
Instead of moment-timezon (rather than moment.js in general sumitaec108.medium.com/stop-using-...) is better @dayjs/tz. Instead of prettier/eslint is biome biomejs.dev/. Check it out
Would check it out!!
Hmm..... Its good. Also see my npm package: npmjs.com/package/xytro.js
Looks great!
Sir can you please help me to grow my package please sir
I use axios, cons: idk, pro: I like it.
Heard good things about it!
Good but why 10 only? the list should goes on.
I will go with Deno ;) ;) one runtime include all.
There will be a Part 2 of this :)
Great list!
I created a lightweight scaffolding package so that I don't have to clone/copy-paste commonly used boilerplates all the time. It has 1.1k+ downloads now:
scaffold-master npm
You can use
process.loadEnvFile()
instead ofdotenv
.You may prefer spacetime while working with datetime and timezone because its smart APIs.
Alternatives:
bun run --hot main.ts
pnpm run -r dev
Check out
wireit
package, also those tools likecommitizen
and@semantic-release
.Also
wait-on
helper.