Available for new projects

I'm Fabian
Quijosaca

$ full-stack developer

Building modern web experiences with JavaScript, TypeScript, and AWS. I write about programming concepts, frameworks, and real-world solutions for software developers.

I write about

javascript.TypeScript.AWS.algorithms.React.

Fabian Quijosaca

Projects

Interactive demos & experiments.


Blog Posts

Thoughts, tutorials & insights from the dev world.

Fixing Bluetooth in Debian 9
#debian#bluetooth#gnu

Fixing Bluetooth in Debian 9

Some time ago I bought a Lenovo Thinkpad E580 computer, then I decided to install GNU/Linux as my ope...

How to wait for 2 actions to dispatch another? - Redux Saga
#redux#sagas#react

How to wait for 2 actions to dispatch another? - Redux Saga

In some situations, you may want to dispatch an action only after 2 actions have been dispatched in r...

The shortest path - BFS
#javascript#bfs#dfs

The shortest path - BFS

In a previous blog, I talked about 2 types of search algorithms, for the tree data structure, which w...

Uploading Images to AWS S3 with Serverless
#aws#serverless#saas

Uploading Images to AWS S3 with Serverless

AWS S3 is one of the many services provided by Amazon Web Services (AWS), which allows you to store...

Plotting a binary tree in JavaScript
#three#javascript#bfs

Plotting a binary tree in JavaScript

A tree in computer science is a data structure that has a wide use in the field of computer science,...

Mandelbrot Set in JS - Zoom In
#javascript#mandelbrot#zoom

Mandelbrot Set in JS - Zoom In

In the previous blog, I explained a little bit about the theory behind the mandelbrot set, also I imp...

The Water Jug Riddle in JS
#riddle#javascript#shortestpath

The Water Jug Riddle in JS

In this entry I want to share you, how to solve the water jug riddle using Javascript, by the way a c...

Mandelbrot Set in JS
#mandelbrot#set#javascript

Mandelbrot Set in JS

In this entry I want to share with you, a little of my knowledge to show you how to plot a Mandelbrot...

Prolog: Acertijo del granjero, la cabra, el lobo y la col
#prolog#riddle#logic

Prolog: Acertijo del granjero, la cabra, el lobo y la col

En un blog anterior se resolvió, el problema de razonamiento denominado jarras de agua; con el leng...

Prolog: Acertijo jarras de agua
#prolog#jarras#agua

Prolog: Acertijo jarras de agua

Al empezar a aprender Prolog, surgen ejercicios de razonamiento como el acertijo de las jarras de agu...