Open in app
Home
Notifications
Lists
Stories

Write
Zitouniahmed
Zitouniahmed

Home

Pinned

difference between a hard link and a symbolic link

difference between a hard link and a symbolic link A hard link is a directory entry that points to an inode, while a soft link or symbolic link is a directory entry that points to an inode that provides the name of another directory entry

1 min read

difference between a hard link and a symbolic link

A hard link is a directory entry that points to an inode, while a soft link or symbolic link is a directory entry that points to an inode that provides the name of another directory entry

--

--


Feb 4

UX Designer research

We’ll start by defining UX, which stands for “user experience.” When we say “user experience,” we’re referring to how people interact with a product. For example, when we want to turn on a light in our room, we interact with a light switch. …

4 min read

UX Designer research
UX Designer research

Nov 11, 2021

Dreamline calculator

What is Dreamline ? Dreamline is a technique for achieving one’s personal dreams based on writing them down and performing time and cost calculation. In this project I worked with Bassem Ben Yahya and Amine Mazgou, each one has his roles and his tasks where I worked on the front…

2 min read

Dreamline calculator
Dreamline calculator

Oct 10, 2021

Augmented Reality & Virtual Reality in STEM

Augmented Reality & Virtual Reality in STEM What is STEM ? STEM is not just a subject at school it’s a way of thinking and doing, and an important skill set that could serve your generation working together to solve some of the world’s greatest challenges. STEM stands for science…

9 min read

Augmented Reality & Virtual Reality in STEM
Augmented Reality & Virtual Reality in STEM

Sep 2, 2021

What happens when you enter https://holbertonschool.com on your browser

If you are in any technical profession, I am sure someone at some point has asked you this question. …

5 min read

What happens when you enter https://holbertonschool.com on your browser
What happens when you enter https://holbertonschool.com on your browser

Aug 25, 2021

Internet of Things

What is the Internet of Things? The Internet of Things, or IoT, refers to the billions of physical devices around the world that are now connected to the internet, all collecting and sharing data. Thanks to the arrival of super-cheap computer chips and the ubiquity of wireless networks, it’s possible…

3 min read

Internet of Things
Internet of Things

Jun 30, 2021

Recursion

What is Recursion? The process in which a function calls itself directly or indirectly is called recursion and the corresponding function is called as recursive function. Using recursive algorithm, certain problems can be solved quite easily What is base condition in recursion? In the recursive program, the solution to the…

2 min read

Recursion
Recursion

May 25, 2021

Python : Everything is an object

Introduction Python utilizes the Object Oriented Programming (OOP) approach to writing programs. Procedure Oriented Programming utilizes functions while OOP uses objects. In OOP, you write classes that represent real-world things and situations. You can think of a class as a blueprint for creating objects. Thus, you create objects based on classes…

4 min read

Python : Everything is an object
Python : Everything is an object

May 3, 2021

Static and Dynamic Libraries

What are static and dynamic libraries and how do they works. When a C program is compiled, the compiler generates object code. After generating the object code, the compiler also invokes linker. One of the main tasks for linker is to make code of library functions (eg printf(), scanf(), sqrt()…

4 min read

Static and Dynamic Libraries
Static and Dynamic Libraries

Mar 4, 2021

C static libraries

Why use libraries in C? Libraries in C are not unlike public libraries in cities, towns, or neighborhoods. A public library provides access to a multitude of information in various media forms to the public for access and use. …

3 min read

C static libraries
C static libraries
Zitouniahmed

Zitouniahmed

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable