Abdel
Toggle navigation
Home
Projects
CV
Certificates
Contact
Hire me
Certificates
Web
AI
Python
SQL
Others
Web
Frontend Development
To earn this certificate, I've learned some of the most relevant Frontend Web technologies, starting with HTML, CSS, and JS, and then libraries like React & React Router, and things like making extensions, using Firebase, responsive design...
WordPress
To earn this certificate, I've learned the most important things about WordPress themes development and configuration, and deployment of WordPress-based pages.
JQuery
I've learned the basics of JQuery, things like his syntax, dynamic DOM manipulation, AJAX, and more.
HTML
To earn this certificate, I've learned HTML in a bit deeper level than usual, emphasizing in which labels to use, and SEO-related things.
React
I learned the key React concepts I'm asked about in interviews - the Virtual DOM, JSX, props, state, context, refs, effects, and the component lifecycle.
AI
AI Engineer
I completed the AI Engineer Path: a practical, JavaScript-powered track where I built generative-AI apps and learned OpenAI, Hugging Face, embeddings/vector databases, AI agents, and the Assistants API.
RAG
I implemented Retrieval-augmented Generation end-to-end by chunking documents, generating embeddings, storing them in a vector DB (Supabase), retrieving via similarity search, and combining results with OpenAI for chat responses.
AI Agents
I learned to build LLM agents using ReAct prompting, function/tool calling, loop logic, and OpenAI function calls, then wired them to UIs to perform multi-step tasks.
Data Classification w/ IBM Granite
I explored data analysis and classification with IBM Granite—covering basic data preprocessing, training simple models, and evaluating results in a beginner-friendly workflow.
Chatbot Building
I built a functional chatbot using IBM tools—designing conversational flows, implementing core bot logic, and deploying it on accessible platforms without advanced coding.
OpenAI Assistants API
I built a movie chatbot with OpenAI's Assistants API, using Assistants, Threads, Messages, and Runs with built-in retrieval to access domain knowledge.
DALL-E & GPT Vision
I used DALL-E to generate and edit images via the OpenAI API, and integrated GPT-4 with Vision to analyze images and answer questions—gaining hands-on multimodal experience.
AI APP Deployment with Cloudflare
I deployed AI apps on Cloudflare—using Workers for API requests, integrating services like OpenAI/Polygon, handling CORS/preflight, setting up an AI Gateway (logs, caching, rate-limits), and shipping on Pages with a custom domain.
Open Source AI Models
I worked with open-source LLMs using HuggingFace.js and Transformers.js, ran models in the browser and locally with Ollama, implemented text-to-speech and image transforms, and learned to find free models on the Hub.
AI Engineering
I explored modern AI engineering concepts and workflows.
AI Concepts
I explored the fundamentals of AI—key applications, model types, and ethical considerations—through interactive resources and guided labs to see how AI powers real-world industries.
Python
Python
To earn this certificate, I've learned the basics of Python, the language structure and syntax, along with some libraries for Data Analysis, the use of Jupyter Notebooks, and the basics of Flask.
SQL
SQL
To earn this cerficiate, I've learned to query in SQL, filtering and selecting data in some datasets, with basic and some advanced commands.
Others
Programming Logic
Certificate about Programming Logic and how to approach problems and solve them by programming.