👋 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 .
const coder = { name: ' Over-k ', skills: [' JS ', ' Python '], hardWorker: true , quickLearner: true , problemSolver: true , hireable: function () { return ( this. hardWorker && this. problemSolver ); } }; My Skills
My Projects
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
My Posts
3 months ago
0
0Route Components: Query, Params, and Body
2 Min Read
Introduction The distinctions between query parameters, route parameters (params), and request body...