Open in app

Sign in

Write

Sign in

jassem ben ali
jassem ben ali

1 Follower

Home

About

Mar 28, 2022

build an app using flutter and Firebase

nearby allow users to have easy, functional access to information, products, services and processes that they need in real-time and are optimized for hands on interaction. we used three main tools for this project :

6 min read

build an app using flutter and Firebase
build an app using flutter and Firebase

6 min read


Jan 19, 2022

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

Every day you open up your browser and navigate to your favorite websites whether it be social media, news, or e-commerce sites. You go to this page by typing in a URL or clicking on a link to the page. Have you ever thought about what happens behind the scenes…

7 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?

7 min read


Jan 2, 2022

Internet of things

1. Introduction: What is internet of things (IoT)? The internet of things, or IoT, is a system of interrelated computing devices, mechanical and digital machines, objects, animals or people that are provided with unique identifiers (UIDs) and the ability to transfer data over a network without requiring human-to-human or human-to-computer interaction.

9 min read

Internet of things
Internet of things

9 min read


Nov 2, 2021

Recursion “A Picture is Worth 1,500 Words”

What is Recursion? Recursion means “defining a problem in terms of itself”. This can be a very powerful tool in writing algorithms. Recursion comes directly from Mathematics, where there are many examples of expressions written in terms of themselves. For example, the Fibonacci sequence is defined as: F(i) = F(i-1)…

4 min read

Recursion “A Picture is Worth 1,500 Words”
Recursion “A Picture is Worth 1,500 Words”

4 min read


Oct 5, 2021

How object and class attributes work

What’s a class attribute: Class attributes are variables of a class that are shared between all of its instances. They differ from instance attributes in that instance attributes are owned by one specific instance of the class only, and ​are not shared between instances. This is highlighted in the illustration below. Instance attribute: An instance attribute…

2 min read

How object and class attributes work
How object and class attributes work

2 min read


Oct 5, 2021

Everything is an Object in Python

Introduction: Python is a general-purpose, versatile, and powerful programming language. It’s a great first language because it’s concise and easy to read. Whatever you want to do, Python can do it. From web development to machine learning to data science, Python is the language for you. In Python, object-oriented Programming (OOPs)…

3 min read

Everything is an Object in Python
Everything is an Object in Python

3 min read


Sep 20, 2021

Static Libraries vs. Dynamic Libraries

In programming, a library is a collection of pre-compiled pieces of code that can be reused in a program. Libraries simplify life for programmers, in that they provide reusable functions, routines, classes, data structures and so on which they can be reused in the programs. Static Libraries : A Static library or statically-linked…

3 min read

Static Libraries vs. Dynamic Libraries
Static Libraries vs. Dynamic Libraries

3 min read


Aug 16, 2021

What happens when we types in ls -l*.c in the shell terminal?

First of all, we need to know what is a shell, a shell is the command interpreter between the user and the computer, when you write a command on the terminal, the shell translates the message to the computer and then the command is executed. So what happens when you…

3 min read

What happens when we types in ls -l*.c in the shell terminal?
What happens when we types in ls -l*.c in the shell terminal?

3 min read


Aug 5, 2021

How integers are stored in memory?

Integers are whole numbers which will be stored in computer using 4 bytes (32 bit) of memory. Example: 65 Binary equivalent of 65 is (1000001) . The MSB (most significant bit) bit is used to indicate whether the number is positive or negative. For positive numbers MSB will be 0. For…

2 min read

How integers are stored in memory?
How integers are stored in memory?

2 min read


Jul 11, 2021

All you need to know about C Static libraries

What is a library? Library in C is a collection of header files, exposed for use by other programs. The library therefore consists of an interface expressed in a .h file (named the "header") and an implementation expressed in a .c file. This .c file might be precompiled or otherwise inaccessible, or it might…

4 min read

All you need to know about C Static libraries
All you need to know about C Static libraries

4 min read

jassem ben ali

jassem ben ali

1 Follower

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams