
About
Qazi Arsalan Shah is a talented backend engineer, currently serving as a Software Engineer Level 2 at Quixel, a subsidiary of Epic Games. He earned his degree in Computer Science from Namal University in Mianwali. With a strong foundation in computer science, Qazi Arsalan Shah specializes in backend development, contributing to the enhancement and optimization of software systems. His expertise and dedication to the field are instrumental in supporting the infrastructure and functionality of various software applications.
Qazi Arsalan Shah is a talented backend engineer, currently serving as a Software Engineer Level 2 at Quixel, a subsidiary of Epic Games. He earned his degree in Computer Science from Namal University in Mianwali. With a strong foundation in computer science, Qazi Arsalan Shah specializes in backend development, contributing to the enhancement and optimization of software systems. His expertise and dedication to the field are instrumental in supporting the infrastructure and functionality of various software applications.
Experience
Pakistan Keeptruckin is a fleet management company based in San Francisco. Projects/ Responsibilities Worked in AI Infra team to develop TestInfra pipeline. Developed end to end DB pipeline for AI TestInfra. Used Python, Pandas, Numpy, OpenCV, SQLAlchemy (ORM), PostgreSQL, K2Randd, S3 Bucket etc. Contact: Mr. Numan Sheikh -
20850 USA. (SPS) builds industry solutions leveraging AI and Cloud with Focus on Security. Projects/Responsibilities Developed fully automated reports (PDF/HTML) generation tool to convert raw CSV log files to clean PDF/HTML reports. Worked on SCEP project - Data mining. Python, Jupyter Notebook, Pandas, Numpy, HTML, Bootstrap, JS.
Education
Projects
Framework: Flask Front End : HTML, CSS, Bootstrap Backend : Python Database : SQLITE3 with ORM (SQLAlchemy) Database Schema: Three Tables, - USER - TODO - TASK - One User can only have One TODO - Each TODO has 0 - many TASKS associated Created Three Models, - User (id, username, email, password) - Todo (id, user_id[fk], backref[user]) - Task (id, title, label, priority, todo_id[fk], backref[todo]) To Use This Application, - Create Virtual Environment (Python 3.8.5) - Install the required packages/Libraries in requirement.txt file - python app.run Login Page Route : ...address/login Signup Page Route : ...address/signup Logout Page Route : ...address/logout Index Page Route : ...address/index etc.... - app.py (is the main file) - static (contains static content) - templates (contains all HTML files) - helpers (Contains few helper functions) - Developed this Project in a hurry, it Needs Refactoring :)