Open in app
Home
Notifications
Lists
Stories

Write
Lucie Delannay
Lucie Delannay

Home

Jun 12

what is a STEM position?

1 min read

what is a STEM position?

--

--


Jun 7

Postmortem

This weekend I tried to do a project that was supposed to use port 5000 of my web server, but no way to succeed. Unfortunately for me it was port 5000 that was already in use… so I decided to kill the current process to be able to do my…

2 min read

Postmortem
Postmortem

May 24

What is IoT?

Definition: The ‘Internet of things’ describes physical objects with sensors, processing ability, software, and other technologies that connect and exchange data with other devices and systems over the Internet or other communications networks. These devices range from everyday objects such as vacuum cleaners or telephones to more sophisticated machines in…

4 min read

What is IoT?
What is IoT?

May 8

What happens when you type https://www.google.com in your browser

This question is a classic and still widely used interview question for many types of software engineering position. It is used to assess a candidate’s general knowledge of how the web stack works on top of the internet. First of all, it is important to specify that this is a…

5 min read

What happens when you type https://www.google.com in your browser
What happens when you type https://www.google.com in your browser

Jan 10

The differences between static and dynamic libraries

What are library? In programming, a library is a collection of pre-compiled pieces of code that can be reused in a program. They contain functions that can be reused by developers. Why using libraries in general? Firstly because its functions work, they have been tested and are easy to use. If we have to reuse them it saves…

Library

3 min read

The differences between static and dynamic libraries
The differences between static and dynamic libraries

Dec 3, 2021

What’s happen when you type ls -l *c

what is the ls command? —

3 min read

What’s happen when you type ls -l *c
What’s happen when you type ls -l *c

Sep 30, 2021

The steps of compilation

What happens when you type gcc main.c? gcc is used to compile the file. A compiler has several modules: preprocessor, compiler, assembler and linker.

2 min read

The steps of compilation
The steps of compilation

The steps of compilation

What happens when you type gcc main.c?

gcc is used to compile the file. A compiler has several modules: preprocessor, compiler, assembler and linker.

--

--


Sep 28, 2021

Hard and symbolic links on Linux

Hard links A hard link points to the memory where the content of a file is stored regardless of the path to the file. It is a kind of copy. The hard link can only refer to data that exists in the same file system. It has the same inode number as…

2 min read

Hard and symbolic links on Linux
Hard and symbolic links on Linux
Lucie Delannay

Lucie Delannay

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable