Software Engineer Motivated to Change the World With Coding
Here are a few of my latest work.
Web
Built a blog application using Flask and Flask Blueprint in Python. Anyone can view a post on the blog however, a user needs to be signed in to be able to post an article. The homepage of the blog shows posts made by users with the latest posts at the top and the most viewed posts on the right
View Site
Web
Built a student management REST-API using python Flask and Flask-smorest that enables users to add students, courses and grade the students as well. Both administrators and students can use this application onces logged in
View API
Web
In today’s world, it’s important to keep things as short as possible, and this applies to more concepts than you may realize. From music, speeches, to wedding receptions. Cixors is a simple tool which makes URLs as short as possible. Cixors is a URL shortener RESTFul-API which was built using python Flask and Flask-RestX for backend and ReactJS for frontend
View Site View API
Web
A technical write up on how to build a blog application using Flask and Flask Blueprint in Python.
View Article