Victor Hazbun

Victor Hazbun @victorhazbun

About: Founder at @BonsaiLabs

Location:
Colombia
Joined:
Jun 22, 2019

Victor Hazbun
articles - 24 total

Indexing Best Practices

Determine Our Needs Before creating any indexes, we need to have a clear understanding of...

Learn More 0 0Mar 9 '24

Best practices for DB modifications MySQL

Databases are the lifeblood of our applications, storing the crucial information that fuels their...

Learn More 0 0Mar 9 '24

SQL antipatterns: Diplomatic Immunity

You might find projects with nearly no written documentation or tests, and never used version control...

Learn More 0 0Feb 13 '24

Elasticsearch presentation

Search supported by a database Old-fashioned search was mostly based on traditional...

Learn More 27 0Jan 27 '24

Comparing React VS HTMX: Choosing the Right Frontend Approach

Introduction: Building modern web applications often requires combining a robust backend...

Learn More 6 1Jun 23 '23

Staff Engineer Interview: Navigating the Path to Technical Leadership

Introduction Becoming a staff engineer is a significant milestone in one's technical...

Learn More 8 0Jun 23 '23

The Power of Mentorship: Why Having a Mentor is Essential for Professional Growth

Introduction: In the world of software development and tech, continuous learning and...

Learn More 1 0Jun 23 '23

Mongoid query nested embed document through belongs to and embeds many

Given the following documents, I'm trying to find a log document given a token ID. class Log inc...

Learn More 2 0Apr 27 '21

Learn recursion with Tower of Hanoi game

The objective of the puzzle is to move the entire stack to another rod, obeying the following simple...

Learn More 5 0May 23 '20

Creating an Alfred workflow with Ruby

If you love Alfred like me, you will enjoy this tutorial, I will teach you how to build a custom work...

Learn More 6 0Apr 28 '20

Docker for Rails Development

Developing Ruby on Rails applications in large teams could be frustrating because team members use di...

Learn More 15 0Feb 24 '20

Best practices: Avoid race conditions 🚘💥🚗😰

Here are some scenarios and tips to combat race conditions. Understanding Race Conditions...

Learn More 64 2Feb 24 '20

Senior developer path

Pssst... Wanna become a senior developer? This is a guide to get started, but I want to tell my pers...

Learn More 6 4Feb 16 '20

Refactoring towards decorators in Rails

Decorators They wrap an object and extend its functionality without modifying the object i...

Learn More 12 1Jul 30 '19

Refactoring towards query objects in Rails

Query Objects They store complex SQL queries, data aggregation, and filtering methods....

Learn More 12 0Jul 30 '19

My PRO workspace 👨‍💻

Here I present you my desktop setup for web development, screencast recording, mentoring and blogging...

Learn More 8 2Jul 19 '19

Daily tasks with JavaScript arrays

Arrays are everywhere and we have to use them all the time. I created this article specially for you...

Learn More 92 12Jul 3 '19

Modern JavaScript beginners guide - Part 1

You are starting coding JavaScript.. How do you know if you are writing good or bad JS? This is a m...

Learn More 120 3Jul 2 '19

The biggest JavaScript OOP gotcha

Object Oriented programming is very straightforward for most OOP languages but JavaScript is a bit di...

Learn More 5 5Jun 22 '19

Best practices: Async Reverse Geocoding with Ruby and Geocoder

What's up guys? Today I will share with you how I approach reverse geocoding using the Geocoder gem....

Learn More 9 2Jun 22 '19

Simulating Classes with Closures in Ruby

Let's say you want to build a very simple counter program. The counter program can do the following:...

Learn More 6 0Jun 22 '19

Performance profiling for your Rails App with rack-mini-profiler

Whether you are a newbie or a veteran Ruby on Rails developer, you will sooner or later come across...

Learn More 14 0Jun 22 '19

Serverless Node apps on AWS Lambda

What is Serverless? Functions as services (FaaS). These consist of ephemeral containers th...

Learn More 12 2Jun 22 '19

Export Records to CSV Files with Rails

Learn how to export records into CSV files using Ruby on Rails. Here are the steps. Steps:...

Learn More 23 11Jun 22 '19