Skip to content
View daniel-mar's full-sized avatar
Block or Report

Block or report daniel-mar

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
daniel-mar/README.md

Hello!👋 I am Daniel Martinez Paiz, a first-generation software engineer!

Background: Python Flask JINJA2 MYSQL, C# .NET EFCORE MYSQL, MERN [MongoDB, ExpressJs, ReactJs, NodeJs], Java Spring boot, with some practice with DevOps and Testing)

Completed A.A.s in I.T. with minor in Cyber Security / Pen Testing.

Portfolio Website:

Here are a collection of personal projects that I've developed throughout my software development journey!

Python Fullstack Development

Scraping data and displaying online

https://github.com/daniel-mar/full_stack_scrape

  • Project goal: After collecting data and exporting to .csv. Add dynamic use with JavaScript modules (Papa Parse), allowing for reading of .csv file and generating the table headers and body accordingly. I would like to load the .csv with the page load, or create a dashboard to view multiple files at the same time.
  • Scraping the data and displaying the reformatted data in a dynamic table, similar to viewing with pandas as a dataframe. Allows for uploading custom .csv files and viewing your data on a website.

Recipes/Users CRUD

https://github.com/daniel-mar/python-recipes

  • Project goal: Full stack development, from ERD diagram concept to building the front end and back end.
  • HTML, CSS, Bootstrap, Jinja, MySQL. Practice concepts for modularized full stack development to prepare for MERN stack.
  • To continue this project, I may consider a login & validation.

Premiere League Scraper: Repository

https://github.com/daniel-mar/league_scraper

  • Project goal: To collect relavent data and use good practices in collecting of data accurately for data analysis use.
  • Scrapes HTML for league leaderboard statistics. Processed, cleaned and organized data for ease of use in data analysis. Recently added option for exporting data to .CSV format.

C# Full Stack

Meet Up Center

https://github.com/daniel-mar/CMeetup

  • Project goal: To create a crud application with login/registration. Reusability of views, creating your schema ahead of time and taking advangtage of EntityFrameworkCore.
  • To create your table and database as per your specifications. The website includes a dashboard to create events for others to join you.
  • Creators can edit and update or remove. While others can join them, while not allowing an overlap in date/time for events.

MusicShare App

https://github.com/daniel-mar/musicShare

  • Project goal: crud full stack app login/reg sharing music that users can like and dislike. Dynamically show on different pages based on different levels of user access to view the relationships on screen via like and dislike buttons.
  • Build this application as practice of how to possible build a blog using a relational database in C# .Net MySQL BootstrapJs

Frontend Development

Current Portfolio page applies here

REACT Portfolio Landing Page

  • Project goal: Display the understanding and growth from Vanilla HTML, CSS, JS into incorporating it all with REACT components.
  • Llanding page that leads to my different social medias.

BMI Calculator

  • Project goal: Use vanilla Javascript for DOM/html manipulation, use a known algorithm to calculate potential caloric intake for desired weight maintanence.

Weather Converter

  • Project goal: Create a website in vanilla HTML, CSS, JavaScript that has default values within a mock city, to utilize functionality of JavaScript to convert values between Fahrenheit and Celcius. Plus practice in wireframe layouts with BootstapJs.

Popular repositories

  1. daniel-mar daniel-mar Public

  2. dojo-weather dojo-weather Public

    Mock weather page, updates on temperature type selection. Alerts on city clicked

    HTML

  3. react-landing-page react-landing-page Public

    Portfolio and Socials

    JavaScript

  4. default_app default_app Public

    JavaScript

  5. steps-live steps-live Public

    MERN stack, CRUD application to store my step by step application environment setup

    JavaScript

  6. hba-java-spec hba-java-spec Public

    Collection of current unit projects and notes through self-paced education of the Java language.

    Java