What's that Pokemon?
Uses AJAX get requests retrieve the first 151 pokemon from the Pokemon API and traverses the JSON object to obtain data for each.
https://kismet-inc.github.io/pokedex_api/ View Code on GitHub
I am organized and adaptive. I am a leader, a manager, a teammate, a developer. I am passionate and detail-orientated with a track record of success in overcoming adversity. Due to my self-discipline and determination I learn fast, completing a bootcamp certification with highest honors in only four months. I am eager to learn new technologies and work with others who do the same.
Before I entered tech, my career was centered around the desires of pet lovers. Although my specialty lies in the pet industry, I am open to, and an excellent fit for a wide variety of other opportunities in many different industries that are seeking someone who can work hard and solve problems.
Projects I have created myself or as part of a team.
Roles Include [ Front-end Engineering | Project Manager | Lead Developer | Full Stack Web Developer | Game Developer ]
Uses AJAX get requests retrieve the first 151 pokemon from the Pokemon API and traverses the JSON object to obtain data for each.
https://kismet-inc.github.io/pokedex_api/ View Code on GitHubDeveloped in Python and Django to create a social media web application where users can share, comment, and connect through pictures of their pets.
http://www.pets-connect.com View Code on GitHubAlgorithms I have solved from websites like leetcode, codewars, interview cake, and coderbyte. Each is enhanced with simple a user interface so you can input your data and run the code. Enjoy!
Write a function that takes in a string of one or more words, and returns the same string, but with all five or more letter words reversed
Sheldon, Leonard, Penny, Rajesh and Howard are in the queue for a "Double Cola" drink vending machine.
Define a function that takes in two non-negative integers a and b and returns the last decimal digit of ab. Note that a and b may be very large!
Given two integers m and n, find all integers between m and n whose sum of squared divisors is itself a square
Write an algorithm that takes an array and moves all of the zeros to the end, preserving the order of the other elements.
This time we want to write calculations using functions and get the results. seven(times(five())); // must return 35