Designer language — prototypeIn this blog we will show the design process to solve the solution of the last blog in which we did the part of research about the user.Jan 27, 2022Jan 27, 2022
Designer language — research | SpotifyThis blog post is based on a Holberton School Full Stack Web Specialization pair project, the Spotify UX case study. The goal is to…Jan 14, 2022Jan 14, 2022
PostmortemEvery company has their own name for their highest priority bugs. Not every software bug is as dramatic and critical, but on the other hand…Sep 29, 2021Sep 29, 2021
What happens when you type holbertonschool.com in your browser and press Enter?We have all been using technological devices most of our lives and mostly nowadays with the remote working or classes due to the covid…Sep 9, 2021Sep 9, 2021
Internet of thingsHave you ever thought about how every cool think around you works? Well, I can be sure that all or most of those interesting objects you…Aug 29, 2021Aug 29, 2021
Recursion…Recursion is the process in which a function calls itself. It is a method used by programmers where the solution depends on solutions to…Jul 5, 2021Jul 5, 2021
Python3: Mutable, Immutable… everything is object!Do you know everything in python is an object? In this article you will learn about id and type along with the different types of objects…May 21, 2021May 21, 2021
What happens when you type `ls -l *.c` in the shellThis blog will be describing step by step of what exactly happens when we type ls -l *.c and hit Enter in a shell.Apr 14, 2021Apr 14, 2021
C static librariesA library is where we can keep items that we might call later for our program, which will actually save us a lot of time.Mar 1, 2021Mar 1, 2021