+ As a dedicated computer science graduate, I am eager to grow and contribute in a role where I can solve
+ problems, adapt quickly, and deliver results. With strong technical skills in programming and a commitment to
+ continuous improvement, I aim to develop my expertise and make a meaningful impact.
+
Managed crowd control at train platforms, ensuring the safety and orderly movement of people.
+
Makkah,Saudi Arabia Call Center Agent Part-time
+
Provided assistance to pilgrims during peak seasons, ensuring smooth operations and addressing inquiries.
+
+
+
Skills
+
+
+
Technical Skills:
+
+
Languages
+
+
Java
+
Python
+
SQL
+
HTML
+
CSS
+
JavaScript
+
+
+
tools
+
+
Oracle Apex
+
Pytorch
+
github
+
git
+
CLI
+
+
+
+
+
Soft Skills
+
+
Hard worker
+
Strong Under pressuer
+
Quick learner
+
Effective communicator
+
Adaptabke
+
+
+
+
+
+
Projects
+
+
Food Recognition and Calorie Estimation App
+
+
Developed an application that identifies food items from images and provides calorie counts.
+
Role: Team Leader, Data Collector, and Backend Developer
+
+
Restaurant Review Analysis Program
+
Collected and filtered reviews to analyze customer sentiments for a restaurant.
+
+
+
Certificates
+
+
+
Web Development Using Python (In Progress)
+
+
+
+
+
Languages
+
+
+
Arabic
+
English(STEP score:82)
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Learning/training/templates/training/article_ai.html b/Learning/training/templates/training/article_ai.html
new file mode 100644
index 0000000..517f085
--- /dev/null
+++ b/Learning/training/templates/training/article_ai.html
@@ -0,0 +1,103 @@
+{% load static %}
+
+
+
+
+
+
+ Article AI
+
+
+
+
+
Exploring Artificial Intelligence
+
+
+
+
+
+
+
+
+
+
The Rise of Artificial Intelligence
+
Explore the rapid growth and impact of AI in today`s world.
+
+
+
Introduction to Artificial Intelligence
+
+ Artificial Intelligence (AI) is a revolutionary field in computer science,
+ centered around the goal of creating machines and software that mimic human intelligence.
+ From understanding natural language to making complex decisions and recognizing patterns,
+ AI aims to enable machines to perform tasks that, until recently, were thought to be exclusively human capabilities.
+ AI has moved beyond the realm of science fiction to become a powerful driver of modern technology, shaping industries,
+ impacting everyday life, and raising important ethical questions.
+
+
+
+
+
Applications of AI
+
+ AI is present in a variety of industries, including healthcare,
+ finance, automotive, and entertainment. It helps diagnose diseases,
+ provides personalized financial advice, powers self-driving cars,
+ and recommends content on streaming platforms.
+ One of the most impactful applications of AI is in healthcare,
+ where it aids in diagnosing diseases, predicting patient outcomes,
+ and personalizing treatment plans. AI algorithms can analyze medical images—such as X-rays,
+ MRIs, and CT scans—to detect abnormalities like tumors or fractures, often with high accuracy.
+ Additionally, AI-powered tools support healthcare professionals by identifying patterns and making diagnostic processes more efficient,
+ improving both the speed and accuracy of patient care. This application of AI not only assists in early disease detection but also contributes to more targeted and effective treatment strategies,
+ enhancing overall patient outcomes.
+
+
+
Impact on Jobs and Society
+
+ AIs growing presence across industries is transforming the workforce and society in significant ways. In the job market, AI-powered automation is reshaping roles by performing repetitive or data-intensive tasks, especially in manufacturing, customer service, and logistics. This change can increase productivity and reduce human error but also raises concerns about job displacement, as certain tasks once performed by humans are now automated.
+ While automation might replace some jobs, AI also creates new roles in fields like AI development, data science, and machine maintenance. However, this shift requires workers to gain new skills, pushing organizations and governments to prioritize reskilling and upskilling programs.
+ In society, AI influences areas such as privacy, ethics, and equality. As algorithms process large amounts of personal data, concerns over privacy and data security grow, prompting the need for stronger regulations to protect individuals. Additionally, the potential for algorithmic bias impacts fairness in areas like hiring, law enforcement, and lending.
+ As AI technology advances, addressing these societal and ethical challenges is crucial to ensuring AI is used responsibly and benefits everyone.
+
+
The Future of AI
+
+ The future of AI promises transformative advancements across industries, with efforts toward creating General AI capable of human-like understanding across domains.
+ In healthcare, AI could revolutionize early disease detection, personalized medicine, and surgical assistance, while in education,
+ it may provide adaptive, personalized learning experiences. Environmental applications might include climate monitoring and resource optimization.
+ As AI grows, ethical concerns—such as privacy, bias, and job displacement—will require stronger regulations and transparency to ensure these technologies benefit society responsibly.
+ The future of AI holds both incredible potential and complex challenges that could reshape daily life and global problem-solving.
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Learning/training/templates/training/css.html b/Learning/training/templates/training/css.html
new file mode 100644
index 0000000..cc620e7
--- /dev/null
+++ b/Learning/training/templates/training/css.html
@@ -0,0 +1,87 @@
+{% load static %}
+
+
+
+
+
+ CSS INTRODUCTION
+
+
+
+
Ali khalid
+
+
+
Css Introduction
+
+
+
+
This is the Second practice it's about CSS and how we can style our html page:
+
+
+
Content
+
Chapter
+
+
+
+
Basic Syntax and Selectors
+
1
+
+
+
Colors and BackGrounds
+
2
+
+
+
Text Styling
+
3
+
+
+
Unit of Measurements & Position
+
4
+
+
+
Box model
+
5
+
+
+
Layout Basics
+
6
+
+
+
Flex box
+
7
+
+
+
+
This is the content that we will take for this Css Introduction it's alot but now we will try to learn how blocks work
+
+
+
This Div will have a Back Ground image
+
it will have a flex display so all the content will be inline until it gets a new one
+
+
one
+
two
+
three
+
four
+
five
+
six
+
+
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Aut sunt, assumenda eligendi corporis pariatur mollitia aliquam fugit sapiente quisquam est cupiditate nihil deleniti exercitationem. Vero eaque praesentium odio voluptatibus debitis.
+
Lorem ipsum dolor sit amet consectetur adipisicing elit. Accusantium nam unde placeat cupiditate molestias reprehenderit. Quia, adipisci asperiores. Molestiae provident doloremque architecto exercitationem et fugiat.
+
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Impedit cumque vero laborum optio quae. Minima ullam cupiditate at dignissimos velit facere et repellendus sint accusamus?
+
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Quae libero placeat repellat porro fugiat velit quam earum! Autem quidem ducimus error inventore asperiores, consequuntur impedit!
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Learning/training/templates/training/htmlIntroduction.html b/Learning/training/templates/training/htmlIntroduction.html
new file mode 100644
index 0000000..1da49a0
--- /dev/null
+++ b/Learning/training/templates/training/htmlIntroduction.html
@@ -0,0 +1,108 @@
+{% load static %}
+
+
+
+
+
+ HTML INTRODUCTION
+
+
+
+
+
+
Hello html
+
This is not the first time using Html but the proplem is that i didn't practice it soI forgot everything!
+
+ To access a good site to learn HTML press the image
+
+
+
+
+
Table of content to master HTML:
+
+
Introduction to HTML:
+
+
What is HTML?
+
History of HTML
+
Importance of HTML in Web Development
+
+
+
Basic HTML Structure:
+
+
the <'html'> element
+
the <'head'> section
+
+
<'title'> tag
+
meta tags
+
linking css and javascript
+
+
+
the body section
+
+
+
+
this nested list to show that i understod nested lists
+
+
Lab requirements
+
+
+
Content
+
Focuses on
+
+
+
+
+
HTML Introduction
+
Mastering Html
+
+
+
CSS Introduction
+
Mastering Css
+
+
+
Ai Article
+
Applying Html and CSS skills
+
+
+
CV
+
Apply all skills to make a cv
+
+
+
+
+
To get the newst news for full-stack development
+
+
+
+
+
\ No newline at end of file
diff --git a/Learning/training/templates/training/index.html b/Learning/training/templates/training/index.html
new file mode 100644
index 0000000..1378e65
--- /dev/null
+++ b/Learning/training/templates/training/index.html
@@ -0,0 +1,26 @@
+{% load static %}
+
+
+
+
+
+ Home
+
+
+
+
+
+
This is the home page welcome all
+
+
+
\ No newline at end of file
diff --git a/Learning/training/tests.py b/Learning/training/tests.py
new file mode 100644
index 0000000..7ce503c
--- /dev/null
+++ b/Learning/training/tests.py
@@ -0,0 +1,3 @@
+from django.test import TestCase
+
+# Create your tests here.
diff --git a/Learning/training/urls.py b/Learning/training/urls.py
new file mode 100644
index 0000000..a21a7cd
--- /dev/null
+++ b/Learning/training/urls.py
@@ -0,0 +1,12 @@
+from django.urls import path
+from . import views
+
+app_name='training'
+
+urlpatterns=[
+ path("",views.home_view,name='home_view'),
+ path("html/introduction/",views.html_view,name='html_view'),
+ path("css/introduction/",views.css_view,name='css_view'),
+ path("article/ai/",views.article_view,name='article_view'),
+ path("careers/cv/",views.cv_view,name='cv_view'),
+]
diff --git a/Learning/training/views.py b/Learning/training/views.py
new file mode 100644
index 0000000..5c0b755
--- /dev/null
+++ b/Learning/training/views.py
@@ -0,0 +1,23 @@
+from django.shortcuts import render
+from django.http import HttpRequest
+
+# Create your views here.
+
+def home_view(request:HttpRequest):
+ return render(request,'training/index.html')
+
+def html_view(request:HttpRequest):
+
+ return render(request,'training/htmlIntroduction.html')
+
+def css_view(request:HttpRequest):
+
+ return render(request,'training/css.html')
+
+def article_view(request:HttpRequest):
+
+ return render(request,'training/article_ai.html')
+
+def cv_view(request:HttpRequest):
+
+ return render(request,'training/CV.html')
\ No newline at end of file