1-Developed web applications using Django following the MTV (Model-Template-View) pattern.
2-Built and maintained microservices using the Flask framework.
3-Designed and managed database schemas using PostgreSQL and MySQL.
4-Integrated third-party APIs and services into web applications.
5-Implemented user authentication and authorization with Django's built-in tools.
6-Optimized application performance and scalability.
7-Collaborated with front-end developers to ensure seamless integration of UI components.
8-Designed web interfaces using HTML, CSS, and JavaScript.
9-Created prototypes and wireframes using Figma.
10-Creating testing systems in development mode to align with deployment mode, aiming to explore features and enhance reliability and capability
Artificial Intelligence (Machine learning):
1 -Use Django's ORM (Object-Relational Mapping) to fetch data from your SQL database. Define models in Django that correspond to your database tables.
2- Clean and preprocess the data fetched from SQL as required by your machine learning model. This may involve handling missing values, encoding categorical variables, scaling numerical features, etc.
3- Create a Django view that fetches data, trains the machine learning model, and renders results in a template.