About Me

Hello, World!
I’m a Front End Web Developer from San Francisco, California.
Download CVCheck out my GithubSkills
MERN Stack
My main expertise is working with a stack that uses Javascript at all layers: MongoDB, Express, React, Node (MERN).
Python/Django, and Ruby/Rails
Two other languages I really enjoy are Python and Ruby. I have experience with some of the web frameworks that are built with them: Django, and Rails.
Databases and API's
I can work with API’s to fetch data, as well as with backend (or cloud hosted) databases such as SQL, MongoDB, Firebase, and GraphQL to perform CRUD operations.
UX/UI and Tech Support
Tech Support experience gives me excellent insight into common problems and solutions for a better user experience.
Wordpress
Want a site where you can easily post content or update yourself? WordPress is a great option.
HTML5, CSS3
The basics of web development?
Check.
JavaScript
Express, React, Node.JS
Python
Django
Ruby
Rails
Databases
SQL, MongoDB (Mongoose), GraphQL, Firebase
Education
I learned that courage was not the absence of fear, but the triumph over it. The brave man is not he who does not feel afraid, but he who conquers that fear.
-Nelson Mandela
Portfolio
Focused, hard work is the real key to success. Keep your eyes on the goal, and just keep taking the next step towards completing it. If you aren’t sure which way to do something, do it both ways and see which works better.
John Carmack - Google IncBlog
My first post So, I recently saw a suggestion from someone I follow on Twitter that posting quick little blog posts about what you are...
Normal react code would use a class component and use this.setState to manage the state. Hooks is a way to write functional components but use...
useEffect allows you to fire side effects in functional components. It acts much like componentDidMount, but it will fire any time the component re-renders unless...