Open in app
Home
Notifications
Lists
Stories

Write
Steven Cruz
Steven Cruz

Home

Feb 1, 2021

Ux Case Study

First I will explain a little what UX (User eXperience) is, it is what a person perceives when interacting with a product or service. We achieve a good UX by focusing on designing useful, usable and desirable products, which influences the user to feel satisfied, happy and delighted. knowing that…

Ux Case Study

5 min read

Ux Case Study
Ux Case Study

Jun 25, 2020

Construction of the RapScore project

Purpose of the project This project proposes a credit system based on the workforce, implementing technology and performance. The main objective is to facilitate quick access to loans for workers based on their performance. We have two main participants. Investors and workers. …

Holberton School

6 min read

Construction of the RapScore project
Construction of the RapScore project

Apr 27, 2020

Recursion Diagram

Recursion can be hard to grasp, so we’re going to look at a recursive function and try to understand what’s going on. float _pow_recursion(float x, float y) { if (y == 0) return (1); if (y < 0)…

Recursion

2 min read

Recursion Diagram
Recursion Diagram

Mar 9, 2020

What is IoT?

This article aims to be an introduction to IoT which means by its acronym “Internet of Things” is intended for all those people who despite having heard about it do not have a clear idea of what it is. It is a concept that refers to a digital interconnection of…

Io T

7 min read

What is IoT?
What is IoT?

Jan 26, 2020

What is machine learning?

When we talk about Machine Learning we can be confused by the definition, in this post we will take the definition to the real world, with everyday examples to be able to deepen the topic so that we can easily understand. As usual we all have a series of different…

Machine Learning

9 min read

What is machine learning?
What is machine learning?

Jan 16, 2020

EVERYTHING IS OBJECT

Introduction — Python is an interpreted programming language, this means that it does not need to be compiled as it translates as necessary; typically, instruction by instruction and normally does not save the result of such translation. …

Pyhon

4 min read

EVERYTHING IS OBJECT
EVERYTHING IS OBJECT

Dec 17, 2019

Why using libraries in general

Why using libraries in general Bookstores are a simple and versatile way to modularize and reuse code. How do they work This document deals with the process of creating dynamic libraries. The use of dynamic objects means leaving the link of these objects pending in the application assembly. …

Programming

4 min read

Why using libraries in general
Why using libraries in general

Nov 26, 2019

What happens when you type ls -l in the shell?

First of all we must know that it is a shell, in informatics the shell is a command command interpreter. It is the program that gives the user an interface to access the system services, in this case we will use the command line interface (CLI). We access the shell…

Terminal

4 min read


Oct 15, 2019

STATIC LIBRARIES IN C

Why use libraries? As we create a program, we can see that many functions are repeated in a large part of it, we can have functions that perform complex jobs and thus save us the time to write the code again or copy and paste it. How they work: As we mentioned to reuse the…

Programming

4 min read

STATIC LIBRARIES IN C
STATIC LIBRARIES IN C

Sep 19, 2019

compile in gcc for C

gcc is an integrated compiler of the GNU (GNU Compiler Collection) project, it is capable of receiving a source program and generating a binary executable program in the language of the machine where it is to run. Syntax. gcc [option | archive ] …

Programming

2 min read

compile in gcc for C
compile in gcc for C
Steven Cruz

Steven Cruz

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable