Comparing Go vs Ruby
Ruby is great, but it's not the best choice for every backend challenge. Dig into this article for a Go vs Ruby comparison that might convince you to learn Go!
Ruby is great, but it's not the best choice for every backend challenge. Dig into this article for a Go vs Ruby comparison that might convince you to learn Go!
Passwordless Django authentication is a good alternative to typical authentication. Dive with us into 3 authentication methods: email, OAuth, and magic links.
The tech industry struggles with gender disparity, and as companies scale back or cancel their diversity initiatives, community leadership is essential now more than ever. Let’s explore why diversity and inclusion matter, the challenges that women face, and how communities are driving change.
Choosing the right Laravel authentication package can be overwhelming. Dig into this article to learn some of the most popular options and when to use them.
Rails' 7+ released the ability to utilize multiple threads out of the box which can drastically improve the performance of your application. Read this article to learn how Rails async queries work and when to use them.
Phoenix gives you a great headstart by leveraging the built-in telemetry of the BEAM, your OS and your Elixir code out of the box - learn how it saves you time and gets you up and running fast.
Logging is a valuable tool for performance, monitoring, and debugging. Jump into this article to learn best practices for practical Python logging.
Can't decide which React component library to use? Jump into this article, where we evaluate ten of the most popular React component libraries.
From deploying to production, running tests, or using a dev environment, containers are handy. Jump in to learn how to build a Laravel Docker container.
Honeybadger recently migrated our background job processing from Sidekiq to Karafka. Dig in to see what we learned.