Open in app
Home
Notifications
Lists
Stories

Write
Yared Torres
Yared Torres

Home

Mar 23

Portfolio Project: EscenApp

EscenApp EscenApp was designed to be a platform for local artists to create a database of their events in order to help centralize location and information for users who engage with the local artistic scene. Our team members are Kevin Ramos, Sergio Vera, and myself. This project is created for artists…

6 min read

Portfolio Project: EscenApp
Portfolio Project: EscenApp

Mar 23

STEM for dummies: Full Stack Web Developer

What is STEM? Stem stands for science, technology, engineering and math. It’s a term to encompass. A STEM job is a job that refers to any one of these fields. Science jobs consist of its many branches such as biology, chemistry, medical science, physics, computer science, psychology and social sciences. Those jobs can…

3 min read

STEM for dummies: Full Stack Web Developer
STEM for dummies: Full Stack Web Developer

Feb 22

A hitchhickers guide to post ‘mortenism’

This is a story about how I got lost my job in 5 hours. A story in 2 images.

3 min read

A hitchhickers guide to post ‘mortenism’
A hitchhickers guide to post ‘mortenism’

Jan 24

Under the hood of the internet browsing

Lets get under the hood In this day and age, most people, or anyone reading this, is somewhat familiar with a web browser, an application that allows a user to “surf” the web. But, what is really going on behind it all? It it just magic? I’m sure for many it seems to be at…

Internet

6 min read

Under the hood of the internet browsing
Under the hood of the internet browsing

Jan 3

IoT in a nutshell — The internet is all around you

What is IoT? IoT. I’m sure you’ve heard of it, but you’re probably not aware of it. Even as you are unaware of it, it is quite literally everywhere. In your home, in your workplace, in your favorite recreational spaces. It’s present during your commutes, while you drive, while you cook, even while…

Io T

7 min read

IoT in a nutshell — The internet is all around you
IoT in a nutshell — The internet is all around you

Jul 8, 2021

Recursion and you

Recursion is a tricky subject to new programmers. It is a concept I struggled to understand during my introduction to the programming world. As a mathematician friend explained to me, its similar to that of a “dream within a dream”. …

Recursion

4 min read

Recursion and you
Recursion and you

May 26, 2021

What is an object?

Object oriented programming is one of the most popular programming paradigms of the modern day with languages like C++, Javascript, and Python. It focuses mainly on classes and objects. Let’s focus on object. What is id and type? Simply put, id and type are built-in Python functions that return the identifier and type of an…

2 min read

What is an object?
What is an object?

May 4, 2021

Dynamic Libaries and you: a short story.

What is a dynamic library? A dynamic library is a way of combining functions into a shared library in a manner that they are not included within a programs executable and are instead only accessed while it is executed. This allows programs to be shrunken down due to the amount of storage that can be…

1 min read

Dynamic Libaries and you: a short story.
Dynamic Libaries and you: a short story.

Apr 15, 2021

Shellton : a shell story

What happens when you type “ls -l *.c” in a shell? Basics of shell So our shell goes through a few process in order to run. Shell takes inputs from standard input, parses them, and then passes them to the kernel to be executed. The prompt First we create an infinite loop in order to…

1 min read

Shellton : a shell story
Shellton : a shell story

Mar 4, 2021

A C libraries tl;dr

Why use a library? Simply put, every time your program calls upon a function, that function code is compiled with your executable every time that function is called, but if you were to use a library, the compiler would only need to call on that library once near the end of compilation. …

1 min read

A C libraries tl;dr
A C libraries tl;dr
Yared Torres

Yared Torres

Programming student from PR

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable