Using modules in JavaScript
Do you want to write cleaner JavaScript? Jump into this article to learn how modules in JavaScript can make your code better.
Do you want to write cleaner JavaScript? Jump into this article to learn how modules in JavaScript can make your code better.
There are lots of ways to sort data. Insertion sort is particularly interesting because it sorts the data in place and is pretty easy to understand. While most of us just use the #sort method, interviewers still love to ask questions about sorting algorithms and related topics like Big-O notation. In this post, you'll learn not only how insertion sort works but also how to implement it yourself in Ruby.
We've expanded our service offering with a new EU Honeybadger region, allowing our European customers and those serving European markets to host their Honeybadger data outside the U.S. to meet EU data residency requirements.
Learn how to use spatial data in Django to build location-aware applications with the PostGIS extension and PostgreSQL.
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.