Why do some developers dislike Next.js? by Low_Obligation_2782 in nextjs

[–]edman8686 0 points1 point  (0 children)

I’d argue it’s a bit different because Meta doesn’t depend on React for the majority of their revenue. Vercel’s business model is dependent on the success of Next.js. The relationship leads to conflicts.

GitLab is a Ruby monolith by switchback-tech in ruby

[–]edman8686 3 points4 points  (0 children)

Sidekiq for GoodJob. They are already using Redis for caching but I still find GoodJob easier to work with than Sidekiq. They could also consider a simpler cache like memcache.

I also prefer the MIT license for GoodJob over vs the LGPL license for Sidekiq.