My Portfolio

Showcasing my projects and abilities.

My name is Maleke Thomas

Hello, my name is Maleke Thomas. I'm a Software Engineer based in Brooklyn, NY.
I currently work at Zero Grocery. I'm experienced in Java, Python, JavaScript, PHP, and Go.
I love applying my programming skills to solve problems, automate tasks, or simply making apps
that do something cool. I'm also an artist that dabbles in portraits and character design.

Bed Check Web App

This project was built for use in a shelter setting. The users who login are staff members (Security Guards/Security Supervisors/Managers) and the clients are residents of the shelter. Allows for clients to sign for their bed and eliminates the need for pen and paper signatures. Try it by logging in with email: test@test.com and pw: test@#123 (Security Supervisor) or email: test2@test.com pw: test2@#123 (Security Guard).

groupgifter

This project is a Laravel app that allows users to pick through some products that are obtained from an api. The users can set up groups and add other users to these groups. When viewing other group members you can see their most picked categories and view suggested products for them.

A* Algorithm Visualizer

This project is a visualizer for the A Star Algorithm. The A Star Algorithm is a path finding algorithm which finds the shortest path between two nodes using the path weight between connecting nodes and a heuristic, the distance from each of those connected nodes to the end node.