Welcome to my Personal Website.
This site is dedicated to my passion for software development
Full Stack Software Engineer
Welcome to my Personal Website.
This site is dedicated to my passion for software development
My Research Paper on Password Systems
Investigating a Combination of Graphical and Text Passwords for a more secure and usable experience
Please check out my
Portfolio blog. There is where I place documentation for all the demonstration projects I am currently working on.
I am a Full Stack Software Engineer with over 5 years experience. I am committed to learning new technologies, while perfecting those I already know to provide the best solution for my employer and their business.
I have extensive PHP web development experience and linux (Ubuntu) server administration. This, in conjunction with my training provides a solid foundation for a one stop, full stack solution provider.
Please find my resume below and feel free to visit the portfolio and blog sections to see highlights of my work.
As a central component of the popular LAMP Stack, MySQL is a very versatile and popular database server. It can be easily configured to handle a relatively large number of users and is used by many high profile companies including Facebook, Youtube, Alcatel and many others. See https://www.mysql.com/customers/ One drawback, however is the default LAMP …
This demo was created at the request of a company for a chat demonstration web app, suitable for desktops and mobile. This demo was inspired from https://github.com/start-angular/angular2-node-socket-io-chat-app. If you paste the URL of a YouTube video, that video plays right in the chat window. It also allows you to attach files and pictures. On mobile …
Here is the PHP Solution to an actual interview question: Create a class called Shop. It should contain two methods: buy($now, $quantity, $expiry) and sell($now, $quantity) Method buy accepts 3 parameters: now – an integer that represents the present time quantity – an integer for the amount currently being brought into the shop expiry – …