Sergio Santamaria Nora Portfolio

Latest Projects or Case Studies:

  • Reddit-Sergio Reddit Client ==> LINK TO APP
    • For the Front End:
      • – React: Quick, Modern and Reliable Javascript Framework for building User Interfaces.
      • – Redux: Used to manage and centralize all state and complex data within a React Application. Redux hold the “truth” of the Application.
    • For the Back End:
      • – Initially, the Back end was not suppose to be a part of this project, but Reddit API changed its policy and now an authentication token is needed for fetching results. I had to create credentials for my App. You can do the same for free and it’s not a tedious process. https://www.reddit.com/r/reddit.com/wiki/api/
      • – The Back-End is simple yet effective, built with only one Route in mind, which is the /api/reddit-token needed to extract your authentication token. This token is then used by the Front End to inject the Authentication credentials on the headers of the Request.
      • – For the Back-End I used Express.js, a Javascript library used for routing, middleware and back-end in general.
  • Open-Weather-API Weather App ==> LINK TO APP
    • Made with React, use of OpenWeatherAPI to fetch weather data
    • Deployed to Netlify
  • Boss Machine Back-End ==> LINK TO APP
    • Front-End provided by CodeCademy
    • Made Back-End with Node.js and Express.js in order to create GET, POST, PUT, DELETE.
    • DB auto seeds when building environment.
    • Deployment provided a few headaches, deployed to Render as App is mostly Back-End with React Front-End.