Skip to content
View BradleyMatera's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report BradleyMatera

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

๐Ÿ‘‹ Hello, I'm Bradley Matera! wave

Welcome to my corner of GitHub! I'm a passionate web developer and tech enthusiast, dedicated to crafting user-centered applications and driving technology solutions that empower users. Currently immersed in Full Sail University's Web Development program, I'm continually exploring new tech, sharpening my skills, and building projects that showcase my love for responsive, accessible, and thoughtful web solutions.


๐Ÿš€ About Me

Profile

  • ๐ŸŽ“ Student at Full Sail University (Bachelor's in Web Development, Aug 2023 - Oct 2026)
  • ๐Ÿ‘จโ€๐Ÿ’ป Independent Developer โ€” creating, showcasing, and educating through personal projects
  • ๐Ÿ‘€ Interests: Web accessibility, responsive design, user-focused application development, and UX design
  • ๐ŸŒ Mission: To champion empathy in technology and create solutions that respect and prioritize the user experience
  • ๐Ÿ˜„ Pronouns: He/Him
  • โšก Fun fact: Former Healthcare Specialist in the Army and a dedicated volunteer at a kitten rescue in Mason County!

๐Ÿ“œ Transcript Highlights

Institution: Full Sail University
Degree Program: Bachelor of Science in Web Development
Start Date: August 2023
Expected Graduation Date: October 2026
GPA: 3.8

Key Courses & Skills

  • Web Development Fundamentals: HTML, CSS, JavaScript, responsive design principles.
  • Advanced JavaScript: Focus on ES6+, asynchronous programming, and modern frameworks like React.
  • Database Management: SQL, database normalization, and database design in both MySQL and MongoDB.
  • Backend Development: Node.js, Express.js, REST API design and implementation.
  • Version Control: Git and GitHub for collaborative projects and source code management.
  • UI/UX Design Principles: Emphasis on accessibility, user-centered design, and intuitive navigation.

Course Projects & Practicals

  • Interactive Web Applications: Created dynamic web applications, integrating APIs, and implementing interactive front-end elements.
  • Database-Driven Applications: Built full-stack applications with database integration, ensuring data persistence and efficient querying.
  • Automated Testing: Gained experience in Jest for unit testing and Mocha/Chai for test-driven development on various projects.

This academic background has provided a strong foundation in front-end and back-end web development, and it directly supports the skills I bring to my current GitHub projects.


๐ŸŒฑ Currently Learning

I'm actively expanding my skills in:

  • JavaScript frameworks: React.js, Vue.js, and Angular.js
  • Advanced CSS techniques for responsive and accessible design
  • Database abstraction with Sequelize and MySQL
  • Server-side technologies using Express.js and Node.js
  • Docker for containerization and smoother deployments

๐Ÿ’ผ Professional Skills

Languages

HTML5 CSS3 JavaScript SQL

Frameworks & Libraries

React Vue.js Node.js

Development Tools

Git VS Code Docker

Methodologies

Agile, MVC, OOP, Server-Side Rendering, REST APIs


๐ŸŒŸ Featured Projects

๐Ÿ–ฅ๏ธ BasicServerSetup

A foundational server setup for back-end projects, showcasing server configurations and initial API setups. Server Setup Repo

๐ŸŽฎ Interactive Pokedex

An engaging Pokedex app powered by the Pokรฉmon API, with interactive visuals and dynamic data handling to provide an immersive user experience. Pokedex Demo Pokedex Repo

๐Ÿ’ผ Professional Portfolio Website

A personal portfolio website showcasing my skills, projects, and professional experience, built with responsive design principles. Portfolio Site Demo Portfolio Repo

๐Ÿงช CheeseMath-Jest-Tests

A project demonstrating testing proficiency with Jest, focused on cheese-related calculations and logical functions. CheeseMath Repo

๐ŸŒ RESTful Routes Using ExpressJS

A REST API project using ExpressJS, showcasing route handling and CRUD operations for a backend application. RESTful Routes Repo

๐Ÿš€ Docker Multilang Project

A Docker-based project designed to explore and manage multiple programming languages within a containerized environment. Docker Project Repo


๐ŸŽฌ Showcase

My GitHub Stats
Top Langs


๐Ÿ’ฌ Let's Connect

Let's discuss ideas, collaborate on projects, or just chat about the world of tech!


๐Ÿ“š Fun Facts & More!

  • ๐Ÿพ Animal Advocate: Proud volunteer at Mason County Kitten Rescue, supporting animal welfare and rehabilitation efforts.
  • ๐Ÿช– Veteran: Served as a Healthcare Specialist in the U.S. Army, where I developed a deep sense of discipline and teamwork.
  • ๐ŸŽฅ Content Creator: I love sharing my journey through YouTube tutorials and project demos.

โš™๏ธ Fun with Code Blocks

// Example of a quick API call using Fetch
async function getData() {
  const response = await fetch('https://api.example.com/data');
  const data = await response.json();
  console.log(data);
}

getData();

Or maybe youโ€™d prefer a little interactive ASCII art?

    ๐Ÿš€
  ๐ŸŒŒ Star Tracker ๐ŸŒŒ
       ๐Ÿš€

๐ŸŽ‰ Dynamic GitHub Contributions

Thank you for visiting my profile! ๐ŸŒŸ Feel free to explore my projects, follow along, and connect as I continue my journey in web development. Whether youโ€™re here to collaborate, learn, or just explore, I hope you enjoy what you find!


This should display the content in one giant code block with Markdown syntax retained.

Pinned Loading

  1. BasicServerSetup BasicServerSetup Public

    TechTalkBackEndTesting

    HTML 1

  2. Interactive-Pokedex Interactive-Pokedex Public

    interactive-pokedex

    JavaScript 1

  3. Professional-Portfolio-Website Professional-Portfolio-Website Public

    JavaScript 1

  4. CheeseMath-Jest-Tests CheeseMath-Jest-Tests Public

    JavaScript 1

  5. docker_multilang_project docker_multilang_project Public

    Java

  6. RESTfulRoutesUsingExpressJS RESTfulRoutesUsingExpressJS Public

    JavaScript