About


Hello and welcome to my website. My name is Brandon and I am based in Sugarland, TX. I am creating this site for the purpose of demostrating my skills in Html, CSS, and Javascript. the reason for why I am creating this site is to let potential employers know the skills set that I posses. By doing so I hope that I can demostrate some of my skills and leave a good impression of myself. I am interested in the field of Software Development,which includes Front-end Development and Back-end Development. At the time of creating this I am a little inexperience, I do hope that my potential employer would take my application into consideration during the hireing process. By being able to code this website, I help myself improve and better my skill for future projects. This website is my first step into becoming a better programmer.

Personal Projects


This is an example of a personal project that I am creating. By creating this website I am able to gain experience while also being able to create something I am proud of. Computer programming can branch into many fields such that there will be endless opportunity for their respected skill set.

I pulled this quote from Savielly Tartakower because in a game of wits it is the person with the most knowledge that can outwit the other. It pushes myself to strive for more knowledge as technology is expanding at an incredible rate. There is countless of new scientific research being found by people all around the globe, and one day I too hope that I can contribute towards the advancement of technology by creating something used by others.

Learning Experiences


When designing a site it is intuative that we take these UX principle into considerations.


User Experience (UX)

Useable
Does the website functions the way it is intended to? All links work the way it was created for, Is there any Design flaws?
Useful
How informative was the site for the user? Was the information presented in a clear and easy way?
Desirable
Who is this site for? Is there a targeted audiance?
Findable
How simple was it for information to be found on the site? Is the site navigatable? Are the links to other pages of the site like About, contact, etc. working?
Accessible
Is the site catered to help those with color blindness or other disabilities?
Credible
Is the site credible? Are they who they say they are and not just an unaffiliated site with the same name as the organization?

Debugging


This is my first practical attempt at coding a website and as most first timers, I made a few mistakes. The best way towards fixing errors is to know what is the error first by looking at your code, rereading code and solving it through there. Secondly the other option is to see if there are any other programmers who have made the same mistakes. More common than others, there will most likely be someone who have made a mistake very similar to yours. So my preferences is to look around through online resources and see if there are similer coders who encounter the same problems. For instance an error that I was stuck on for a while was being able to transtion with anchor tag a. I kept getting a jumpy transition when I wanted a smooth transition to another bookmark on my page and solved it by using a little javascript to create a smooth transition with all anchor tags.

Top