alxolr

posts about software engineering craft

Blog posts, page 2

Articles 12 / 30

Quicksort algorithm implemented in Rust language, with an easy to remember partitioning function.

Quicksort algorithm implemented in Rust language, with an easy to remember partitioning function.

In this article, I've shown how you can implement a quicksort algorithm in rust language. Quicksort is a sorting algorithm which follows the divide and conquer strategy

Heap data structure implemented in rust language

Heap data structure implemented in rust language

I've implemented the Heap data structure in rust language in this challenge. The heapify procedure, generally maintains the heap structure valid.

Mysql swiss army knife queries

Mysql swiss army knife queries

I want to share my most used SQL commands. The article will be constantly updated when I find something else exciting or other people suggest adding.

How to implement Javascript Canvas libraries in React

How to implement Javascript Canvas libraries in React

For this article, we will be looking at p5 (since it is my most familiar one). However, it should be pretty similar to other libraries.

Overloaded connection pool with bad MySQL driver implementation

Overloaded connection pool with bad MySQL driver implementation

In this article, I want to share my thought process and some strategies to quickly find and pinpoint a complex problem with our application and a cookbook solution on how to properly use MySQL driver.

Team leads swim in troubled waters

Team leads swim in troubled waters

In July 2019, I was offered a Team Lead position at my current job. I was thrilled and felt insecure at the same time. I will dive into what Team Leadership means to me.

Articles 12 / 30