Hello my name is Juan E Renteria and I am currently located in the Bay Area. I am a Coding Dojo bootcamp graduate looking for my first developer role. I enjoy learning new technologies and solving problems. I currently code everyday to better my skills whether it is creating projects or solving coding questions on leetcode. On my free time I like to watch podcasts and play video games. Feel free to hang around and check out some of my projects.
This app uses a authorized API token from nasa allowing to fetch data about important space news. Data is received in json format but presented clearly for a better user experience
App was created using Python. Users can login and regiseter. After logging in users will be greeted with their custom user name and are able to upload pictures and post them on their timeline.
With the help of BeautifulSoup4 I was able to parse HTML elements and print the the current price of an object in the terminal.
Selenium allowed me to scrape the internet and go into amazon and purchase any product within a matter of seconds. Selenium is very helpful because it looks for certain HTML elements is faster at navigating pages than humans!
Using python, I was able to code a game where the user inputs range between two numbers then has to guess which number the game is thinking of. The game stores and later returns the total number of tries it took the user to guess the correct number.
REACT built app to keep track of your to do list. Reusing REACT components is what makes REACT special because you dont have to rebiult something from scratch, you can just reuse your code thats the beauty of JavaScript!
Music Room was built with a REACT front end and Python backend. Users are allowed to connect their spotify account using Spotify API, connect their playlists, and listen together!
This Python app was created to test your typing skills. Using your terminal the game reads random sentences from an external .txt file and you have to type as fast as you can. At the end your WPM is diplayed in your terminal.
Django app based off of Amazon. The app allows you to select items to purchase. The user is allowed to set the quanity of purchase to up to 10 times. After adding the items the site will give you the total for the purchase and total transaction history.
Implemented a restful API to allow user to execute CRUD commands while adding their favorite tv shows growing up. Users are asked to input the name, network that the show was on, date of release, and some basic information on what the show is about.
This Tic Tac Toe app was created using python. You play against the computer and try to win. The computer is programmed to always go for the edges first but it will pick random spots on the board if the corner spots are not taken.
Groups allows users to register and log in to create and join groups based off of their interests. When a users comes across the site and they see a club that shares the same interests as them he can join and become a member of the group. All members of the group are diplayed on the homepage.
Website gives users the option to buy a hoodie or t-shirt. I integrated stripe API to allow easy check out for customers. After users select the item that they want to buy the app makes a call and redirects the user to the Stripe servers. That way Stripe handles all the payments and I don't have to worry about handling user credit card information for a safe checkout experience.
Created python app that makes it easier for users to come up with passwords. Now that people are getting their accounts taken everyday, why not generate a secure password? This app generates a random string with lower case, upper case letters, and random numbers from 0 to 5.
Coded application integrated with Twilio API that allows company to send text messages to clients. With this you are able to send clients reminders or important information about your company events.
Created a blog site where users can log in and register. All user data is stored in django db.sqlite. Users can share whatever is on their mind with the world and other users are able to respond to those posts with comments. Come visit us and tell us what you think!
Coded and deployed a landing page for a local tree company looking to expand its business! Page was deployed using AWS. Client is now able to show their clients what they are capable of to satisfy their needs.