Open in app
Home
Notifications
Lists
Stories

Write
Daniel Ortega Chaux
Daniel Ortega Chaux

Home

Jan 27

Designer language — prototype

In 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. The project splits in 3 parts: Research, Prototype and Validate Prototype In this blog we’ll do the prototype section of the project. In…

2 min read

Designer language — prototype
Designer language — prototype

Jan 14

Designer language — research | Spotify

This blog post is based on a Holberton School Full Stack Web Specialization pair project, the Spotify UX case study. The goal is to understand how designers work to solve a UX problem and writing a UX case study that explains your discoveries. The project splits in 3 parts: Research…

3 min read

Designer language — research | Spotify
Designer language — research | Spotify

Sep 29, 2021

Postmortem

Every company has their own name for their highest priority bugs. Not every software bug is as dramatic and critical, but on the other hand there are some bugs that require the developers to solve it as fast as they can, just like the apache 500 error we will talk…

Post Mortem

3 min read

Postmortem
Postmortem

Sep 9, 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 issue, but have you ever thought about what it actually happens on your device when you search something on the internet? …

DNS

4 min read

What happens when you type holbertonschool.com in your browser and press Enter?
What happens when you type holbertonschool.com in your browser and press Enter?

Aug 29, 2021

Internet of things

Have 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 see on your daily basis are connected to the Internet of Things, unless you live in the countryside in a farm. But no matter…

Io T

5 min read

Internet of things
Internet of things

Jul 5, 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…

Recursion

3 min read

Recursion…
Recursion…

May 21, 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, which can be either mutable or immutable. ID AND TYPE Here we will start by knowing the memory address of an object (which can be a method…

Python

4 min read

Python3: Mutable, Immutable… everything is object!
Python3: Mutable, Immutable… everything is object!

May 3, 2021

C Dynamic libraries

What is a library? A library is where we can keep items that we might call later for our program, which will actually save us a lot of time. There are S and dynamic libraries. Differences between Static and Dynamic libraries:

Dynamic Library

3 min read

C Dynamic libraries
C Dynamic libraries

Apr 14, 2021

What happens when you type `ls -l *.c` in the shell

This blog will be describing step by step of what exactly happens when we type ls -l *.c and hit Enter in a shell. What is a shell? Is a program in which we interact by the terminal that takes commands and gives them to the operating system to execute, basically it communicates with…

Shell

3 min read

What happens when you type `ls -l *.c` in the shell
What happens when you type `ls -l *.c` in the shell

Mar 1, 2021

C static libraries

A library is where we can keep items that we might call later for our program, which will actually save us a lot of time. But what is a static library in C? Is a compiled file which contains the symbols that the main program needs to operate, such as functions and variables.

Static Libraries In C

2 min read

C static libraries
C static libraries
Daniel Ortega Chaux

Daniel Ortega Chaux

Holberton Student #Cohort14

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable