Farai Bvuma

Farai Bvuma @faraib

About: A front-end software engineer based in São Paulo.

Location:
São Paulo, Brazil
Joined:
Apr 18, 2023

Farai Bvuma
articles - 16 total

GitHub Issue Importer

Did you know that GitHub does not offer a way to import multiple issues at once? I came across this...

Learn More 1 0May 30

GitHub Issue Importer

Did you know that GitHub does not offer a way to import multiple issues at once? I came across this...

Learn More 0 0Mar 30

Data Structures and Algorithms: Dijkstra's Algorithm

Introduction Dijkstra's Algorithm is a greedy algorithm that is used to find the shortest...

Learn More 3 0Sep 20 '24

Data Structures and Algorithms: Graphs

Introduction A graph is a data structure with a number of vertices(nodes) and...

Learn More 1 0Sep 5 '24

Data Structures and Algorithms: Breadth First Search

Introduction In a breadth first search, we traverse a tree one level at a time, visiting...

Learn More 1 0May 22 '24

Data Structures and Algorithms: Depth First Search

Introduction In Depth First Search(DFS), we use an algorithm to traverse data structures...

Learn More 1 0May 3 '24

Data Structures and Algorithms: Trees

Trees are a hierarchical data structure represented by nodes. Each node will have a value and...

Learn More 2 0Apr 26 '24

Data Structures and Algorithms: Quick Sort

The quick sort is a divide and conquer algorithm. This algorithm can be used to quickly order any...

Learn More 0 0Mar 13 '24

Data Structures and Algorithms: Recursion

Introduction Recursion is a programming technique where a function calls itself repeatedly...

Learn More 0 0Feb 2 '24

Data Structures and Algorithms: Stacks

Introduction Stacks are the next data structure that we are going to discuss. A stack is a...

Learn More 0 0Jan 12 '24

Data Structures and Algorithms: Queues

Introduction Building on our knowledge of linked lists, we can now discuss queues. A...

Learn More 2 0Dec 15 '23

Data Structures and Algorithms: Linked List Methods in JavaScript

Introduction In the previous post in this series, I gave an introduction to linked lists...

Learn More 1 0Dec 8 '23

Data Structures and Algorithms: Linked Lists

A linked list is a data structure that consists of a chain of nodes, where each node contains some...

Learn More 1 0Nov 22 '23

Demystifying Basic CSS Selectors

Introduction Have you ever struggled with the basic selectors in Cascading Style...

Learn More 1 0Jul 18 '23

Basic CRUD with Prisma, Fastify and Node

Introduction This is a simple guide meant to demonstrate how you can perform CRUD...

Learn More 11 0May 30 '23

How to setup a local endpoint with express and Node.js

Introduction This guide is for anyone who has ever wanted to setup a local endpoint for...

Learn More 1 0Apr 19 '23