JavaScript Promises.JavaScript Promises are a way to handle asynchronous code execution in a more organized and manageable manner. They provide a way to handle…Jan 20, 2023Jan 20, 2023
ES6 BasicsES6, also known as ECMAScript 6 or ECMAScript 2015, is the latest version of the JavaScript programming language. It introduced many new…Jan 18, 2023Jan 18, 2023
Mutable, Immutable... Everything is object in python.In Python, everything is an object. This means that every value in Python, whether it be a string, integer, or function, is an instance of…Jan 18, 2023Jan 18, 2023
Recursion.In the programming languages, there's a method to solve problems called Recursion, and it consists on a Function that calls itself to turn…Jan 15, 2023Jan 15, 2023
What happens when you type https://www.google.com in your browser and press Enter.When someone recommends a new web page and you look for it in your browser, many things happen in those few seconds that it takes to load…Jan 23, 2022Jan 23, 2022
In the terminal there are commands depending on the desired utility, you can change directory with…In this case we will talk about ls (list) is a command to list files and directories, great we can already list what we have in our current…Aug 25, 2021Aug 25, 2021
End of Skaehub Boot Camp.Two weeks we set the ball rolling on a two weeks voyage into the World of Software Development with python, I must say that excitement was…Jul 2, 2021Jul 2, 2021