You will find information about
programming.javascript.AWS.mandelbrot.algorithms.
Projects
Blogs
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
In some situations, you may want to dispatch an action only after 2 actions have been dispatched in r...
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 S3 is one of the many services provided by Amazon Web Services (AWS), which allows you to store...
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
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
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
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
En un blog anterior se resolvió, el problema de razonamiento denominado jarras de agua; con el leng...
Prolog: Acertijo jarras de agua
Al empezar a aprender Prolog, surgen ejercicios de razonamiento como el acertijo de las jarras de agu...