Hi, I'm Abel đź‘‹

I know how difficult it is to get started in the tech industry. So, my mission is to help move forward in the right direction.

You can read my blog, view my lab, or drop me a ligne at news.abel at protonmail.com

- Latest

How to Store an Array in localStorage

How to store an array in localStorage The is a web storage object that allows us to persist data in the browser. The data, which must be of…

Code your own Bash "tree" command from scratch in JavaScript

Do you know the Linux command that generates a tree of directories and files? In Bash, we use command. If you’re just learning programming…

I've read the "BDD in action" book for you. Here's what's in side

Note: This is a WIP No, that’s not all true. I should have said, I’ve read the chapter one of the book. And, it’s that chapter that we’ll…

The Database Transaction in a Nutshell

Simply speaking, a transaction or a unit of work is a set of database operations that we want to treat as “a whole”. It has to either…

The MVC Pattern in a Nutshell

MVC stands for Model-View-Controller. It is an architectural pattern used to break up code into three logical components that serve very…

All the content in this website are licensed under the CC-BY-SA license, unless otherwise specified