I am a software developer with a passion for building web applications. My goal is to continuously improve my skills and contribute to impactful projects.
- π Iβm currently working on Fermi Paradox (https://github.com/bnelsonemail/Fermi-Paradox)
- π± Iβm currently learning Next.JS, React, SQLAlchemy, intermediate/advanced Python and Flask. I plan on learning more advanced techniques used in Python to provide analytics in Data Science in the near future.
- π― Iβm looking to collaborate on open-source projects.
- π¬ Ask me about JavaScript, CSS, Python, Flask, Next.JS or anything tech-related.
- π Iβm interested in skeet shooting, going to the beach with my dogs, sailing, and fishing to name a few.
- π± Iβm currently learning Python, Postgres, SQLAlchemy, Flask, and Next.JS. I enrolled in a full stack bootcamp which started in April 2024.
- π I'm also enrolled in a mentorship program with Web Dev Incubators (https://codenoobs.io/)
- ποΈ Iβm looking to collaborate on programming projects for now. I want to learn through experience.
- π« How to reach me by email: (brice.web.development@gmail.com) or (bnelsonemail@icloud.com)
- π Pronouns: I don't use pronouns
- β‘ Fun fact: I have lived in extremes. I have lived as far south as West Palm Beach and as far north as Minot ND. I experienced a wind chill of -78 with a temp of -35 in ND and have been through several Major Hurricanes.
Here are some of my recent projects:
[Mad Lib Magic] (https://github.com/bnelsonemail/Mad-Lib-Magic)
A web application using Python and Flask to allow the user to choose words in a form and then provide a random short story using the user's chosen words. This application has been hosted and can be seen at the following location: https://mad-lib-magic-bnelson.replit.app/ This application is currently being enhanced in development.
- Tech Stack: HTML, Tailwind Python, & Flask.
- Features: Start Screen, capture of data from form submission and applied to the program, random generation of stories which implement in the data submitted.
- Enhancements in Development: Links on start screen to allow the user to choose the theme. Individualized forms for each theme. Added many stories to be randomized for each theme. Flask is incorporating a vast number of files for the incoporation of the enhancements.
[Cognitive Quest] (https://github.com/bnelsonemail/Cognitive-Quest)
A web application to play a Memory Game. This application was inspired by my dogs. My chocolate lab had to be euthanized just as I started working on this application.
- Encountered Bugs: To prevent the card from flipping after it was a match. The following turn would allow the user to click on a matched card and it would flip back, which also lost a turn in the process. Even though JavaScript was disabling the cards, it did not hold. This was resolved by placing matched cards in another class and disabling the class in CSS.
- Tech Stack: HTML, CSS, JavaScript
- Features: The game has a start screen to begin the game. The game provides a counter of remaining moves and a score, along with a restart.