Skip to content
View ethan-rodriguez's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report ethan-rodriguez

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ethan-rodriguez/README.md

:octocat: Welcome to my GitHub

I’m a recent graduate of Flatiron School’s Software Engineering program. I have an extensive professional background in Retail and Loss Prevention Management where I’ve successfully managed 60+ million-dollar businesses and have led teams of over 200 people. I’ve also served in military as a US Marine where I was trained in avionics and electronics theory. My experiences in retail operations exposed me to many of the issues companies face as they struggle to keep up with the pace of technology. Those experiences drive my passion for developing applications that help businesses effectively run their day-to-day operations.

Projects:


🎥  Movie Collector: Demo | Front-end Repository | Back-end Repository

An application designed for users who like to collect physical copies of movies. Each user has secure login, full CRUD capability and favorites

GitHub top language

GitHub top language

📣  Spectacular Blogging App: Demo | Repository

A simple blogging application with a secure login. Each user can view all posts. Each user has full CRUD of their own posts, Users cannot delete or edit other user's posts.

GitHub top language

📒  Inventory Management App: Demo | Repository

An application tha mimics software a retail employee would carry on their hand-held device so that they can enter UPC information and find information on items that are in stock. They can order more product and view incoming orders. This app uses a mock backend utilizing a db.json file.

GitHub top language

💡  Inspirational Quote Generator: Demo | Repository

My first ever project using only JavaScript, HTML, CSS and an external API. Users can generate random quotes, add them to a list and delete quoates from list.

GitHub top language


GitHub commit activity

⭐️ TECHNICAL SPECIALTIES:

  • Full Stack Development
  • JavaScript-based web applications
  • Javascript frameworks and libraries, such as React
  • Ruby and Ruby frameworks such as Rails and Rack
  • Object-Oriented programming
  • Development of the Back-End Web APIs
  • SQL and Object Relational Mappers
  • HTML/CSS

⭐️ OTHER AREAS OF SPECIALTY:

  • Management & Leadership
  • Collaboration and Teamwork
  • Problem Solving / Collaborative Problem Solving
  • Adaptability to changing environments
  • Public Speaking
  • Self Development and Development of others

📌 I am currently seeking a position as a Software Engineer, Associate Software Engineer, Junior Software Engineer, Full-Stack Web Developer, Frontend or Backend.

Pinned Loading

  1. movie-collector-application movie-collector-application Public

    An application for users who like to collect physical copies of movies. Each user has their own secure login and full CRUD for movies. Users can also favorite a movie.

    JavaScript

  2. blog-application blog-application Public

    A simple blogging application that uses password authentication. Each user has full CRUD over their own posts and cannot edit other users posts.

    Ruby

  3. movie-collector-api movie-collector-api Public

    The backend for the movie-collector-application. This API uses secure password authentication, session cookies, model serialization and validations.

    Ruby

  4. inventory-management-application inventory-management-application Public

    An application that allows the user to enter a barcode (from their inventory) and pull up information on that item. They can also submit orders and review orders. Fetch requests are made to a mock …

    JavaScript

  5. inspirational-quote-generator inspirational-quote-generator Public

    My first vanilla JavaScript project. A inspirational quote generator that allows users to fetch random quotes form an external API. Users can add favorite quotes to a list and delete them.

    JavaScript