Forward-thinking Computer/Software Engineer with background working productively in dynamic environments. Fluent in Python, PHP (Laravel) and JavaScript programming languages used to develop software within Web and Mobile App Development. Experience in Software Design, Engineering, Networking, Database Management and Data Structures and Algorithm. Proud team player focused on achieving project objectives with speed and accuracy.
· Implemented a binary search algorithm using python which proves that binary search is faster than naïve search.
https://github.com/Brymo07/python_projects/tree/main/Binary_Search
· A random quote machine created using ReactJS, JavaScript, and the Quotable API. The application generates a new quote each time the "New Quote" button is clicked and allows users to tweet the quote using a pre-filled tweet message. https://codepen.io/Brymo07/pen/gOjVpzz
· This is a JavaScript calculator with HTML and CSS for styling. It uses DOM manipulation to get the HTML elements and add event listeners to the buttons. The calculator stores the values of the first and second operands, the operator, and the last clicked button to determine how to handle user input. It uses the eval() function to evaluate the mathematical expression entered by the user. https://codepen.io/Brymo07/pen/PoBMRJg