👋 Hello!

Khalid Ait Miloud,I am 21 years old. I am from a small village near Imintanout. I am a student at Racine in Marrakech, Morocco. I am interested in dev, web security and Open Source technologies.

For more check the About page or Terminal .

name: ' Over-k ',
skills: [' JS ', ' Python '],
hardWorker: true ,
quickLearner: true ,
problemSolver: true ,
hireable: function () {
return (
this. hardWorker &&
this. problemSolver
);
}
};

My Skills

My Projects

A minimal portfolio.
Astro
The repository is organized into subfolders, each containing code snippets related to a specific programming language or framework.
Python
In this repo, you will find some tutorials or baby steps already made in school (Racine), and you can take them as references for studying.
Java
This repository contains a Python script that allows you to search for a student in a JSON file by their fullname,Birthday,Address,CIN,CEN,Phone and Email.
Python
SMD : social media network.
JavaScript
write table in file text use python
Python

My Posts

Introduction The distinctions between query parameters, route parameters (params), and request body...

3 months ago

0

0

Route Components: Query, Params, and Body

2 Min Read

Introduction The distinctions between query parameters, route parameters (params), and request body...