Skip to content
View jwilferd10's full-sized avatar
โฉ
Udemy Studying & Zap and Drive works
โฉ
Udemy Studying & Zap and Drive works
Block or Report

Block or report jwilferd10

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

๐Ÿ‘‹ Hey there, I'm Jonathan.

๐Ÿ’ญ About Me:

"The impediment to action advances action. What stands in the way becomes the way." - Marcus Aurelius

I'm an avid gamer with a relentless drive to improve my creative prowess. It was this passion for gaming and technology that set me on a course into the world of programming.

In 2020, I took a significant step forward by enrolling in UCLA's Coding Bootcamp. By 2021, I proudly finished the cohort specialized and armed with a solid foundation in Full Stack development.

Since then, I've remained unwavering in my commitment to self-improvement, continuously enhancing my skills through:

  • Udemy Courses
  • Self-Study (Personal Projects, freeCodeCamp, etc)
  • Seizing Freelancing Opportunities.

Currently I've created over a dozen projects, I strive for Open Source. Check out my repositories!

๐ŸŽฎ Gaming as a Foundation:

My gaming experiences have cultivated a distinct perspective on problem-solving; it's similar to tackling intricate puzzles in games like Portal. I'm confident that persistence yields the desired outcomes. This skill has integrated into my programming practices, for which I'm immensely grateful.

๐Ÿ“ˆ I've got two ambitions:

  1. Software Developer: I aspire to be a professional software developer. The goal is to work for a forward-thinking company, working towards a more interactive and dynamic digital environment.

  2. Game Developer: I aspire to craft captivating video games that people can immerse themselves in and enjoy.

๐Ÿงฐ Languages and Tech:

JavaScript jQuery Express.js NodeJS React HTML5

CSS3 Bootstrap Bulma

Heroku Insomnia NPM MongoDB MySQL SQLite

๐Ÿ“ Currently Learning:

AWS C++ Python

๐Ÿ“š GitHub Statistics

jwilferd10's Streak Stat jwilferd10's GitHub Stats jwilferd10's most used language

Pinned

  1. PortfolioForge PortfolioForge Public

    A portfolio generator for developers and professionals, powered by Inquirer. Easily showcase your skills, highlight your projects, and get a ready-to-use web profile or a developer-friendly baseline.

    CSS 5 1

  2. ReadMeGenius ReadMeGenius Public

    ReadMeGenius is a markdown generator that streamlines the creation process and assists in producing effective and professional-grade documentation, or a baseline for developers to work off of. ๐Ÿš€

    JavaScript 3 15

  3. Adventure-Alchemist Adventure-Alchemist Public

    Adventure scenario generator app for DnD campaigns. Uses algorithms and user preferences to create unique scenarios based on dungeon theme, size, and difficulty. App is mobile friendly!

    JavaScript

  4. Let's Talk REGEX Let's Talk REGEX
    1
    # Introducing REGEX
    2
    
    
    3
    Regular Expression (Regex) is a sequence of characters that defines specific search patterns. When included in code or search algorithms, regular expressions can be used to find certain patterns of characters within a string, or to find and replace a character or sequence of characters within a string. They are also frequently used to validate input. Regular Expressions can also be used from the command line and in text editors in the process of finding text within a file. 
    4
    
    
    5
    Before we dive in, here are some things to note about Regular Expressions:
  5. ForecastFinder ForecastFinder Public

    A Weather Dashboard app utilizing OpenWeather API for current and five-day conditions. Previous searches are added to a list for quick retrieval of weather data. App is mobile friendly!

    JavaScript

  6. Lineup Lineup Public

    A productivity app that allows users to enter and edit tasks on a To-Do list and delete an entry when necessary. Also featured within this app is a fun front-end design. App is mobile friendly!

    HTML