Skilled in Python and postgreSQL with comprehensive knowledge of data structures, algorithms, neural networks, and computer vision. Experienced in maintaining network security and ensuring server reliability in high-demand environments. Looking for opportunities to leverage my background in software engineering and machine learning to drive impactful solutions.
About SQL:
Project name: Academia SQL Manager
URL: https://github.com/MitsubishiA7M/Academia-SQL-Manager
About: This project develops a university course management database, handling student enrollments, course information, and program data. It features SQL views, functions, and constraints to rank students by course performance, enforce prerequisites, and maintain integrity through foreign keys and validation checks for consistent data management.
About Python and algorithm:
Project name: Labyrinth Solver
URL: https://github.com/MitsubishiA7M/Labyrinth-Solver
About: This repository contains a Python program designed to analyze and display features of labyrinths. The labyrinth is represented by a specific encoding of its elements, stored in a text file, and processed to extract various features.
About C:
Project name: pagerank(As collaborator)
URL: https://github.com/Convergent-Fzx/pagerank
About: This project is an implementation of graph data structures and algorithms, including the PageRank algorithm and Dijkstra's shortest path algorithm. The main part of the project is a C program for managing graphs, allowing the creation of graphs, adding vertices and edges, and computing and displaying the results of graph algorithms like PageRank and shortest paths.