Open in app
Home
Notifications
Lists
Stories

Write
Melisa Rojas
Melisa Rojas

Home

Nov 4, 2021

Risk Profile Evaluation System

Building a web application from scratch in 4 weeks

1 min read

Risk Profile Evaluation System

Building a web application from scratch in 4 weeks

--

--


Oct 18, 2021

What you need to know about a STEM position as a Machine Learning Developer

Top reasons of interest to easily understand everything about the STEM position as a Machine Learning Developer When it comes to STEM, it’s not just about coding and lab coats. …

10 min read

What you need to know about a STEM position as a Machine Learning Developer
What you need to know about a STEM position as a Machine Learning Developer

Sep 13, 2021

What happens when you type a URL in your browser and press Enter?

It’s something you probably do every day, several times a day. Type the URL of a website in your browser, press Enter and the website will load on your screen. All text and images are displayed exactly where they are supposed to, and there may be some input forms where…

8 min read

What happens when you type a URL in your browser and press Enter?
What happens when you type a URL in your browser and press Enter?

Jul 10, 2021

What is Recursion?

Everything a programmer should know about recursion — In this blog I will explain the concept of recursion and show some examples in C. Recursion, by definition, is “when a thing is defined in terms of itself.” In this case we refer to mathematical or programmatic functions. With respect to a programming function, recursion occurs when a function…

5 min read

What is Recursion?
What is Recursion?

May 28, 2021

Mutable vs Immutable Objects in Python

Everything is an object in Python, but what does that mean? Introduction Python is an amazing language. Due to its simplicity, many people choose it as their first programming language. Experienced programmers also use Python all the time, thanks to its wide community, abundance of packages, and clear syntax. But there…

7 min read

Mutable vs Immutable Objects in Python
Mutable vs Immutable Objects in Python

May 4, 2021

Static and Dynamic Libraries in C

In my previous blog, we discussed the different use cases regarding a static library. In this blog, we will talk about the differences between static and dynamic libraries, how they work, why they are used, how they are created and used, their advantages and disadvantages. What’s a Library ? A library is a collection…

6 min read

Static and Dynamic Libraries in C
Static and Dynamic Libraries in C

Apr 15, 2021

What happens when you type ls -l * .c and hit enter in your shell?

If we ask ourselves what actually happens when we write ls -l * .c we will be surprised to learn that these are relatively simple commands, but we will appreciate how little work is required to acquire the desired output. To understand it better, we will describe step by step: …

5 min read

What happens when you type ls -l * .c and hit enter in your shell?
What happens when you type ls -l * .c and hit enter in your shell?

Mar 8, 2021

Static Libraries in C

All you need to know A library is a collection of code routines (functions, classes, variables, and so on) that can be called upon when building our program, so instead of writing it ourselves, we can go and get it from something that has already been written and optimized. That…

4 min read

Static Libraries in C
Static Libraries in C
Melisa Rojas

Melisa Rojas

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable