ryangibbons.hashnode.devPro's and Con's of Using a Template or Starter KitTo Template or Not To Template, That is the Question. When you are starting out in web development, either for personal pleasure, a career transition, to freelance and make a little extra money, or another reason, you have a choice to make(actually m...May 22, 2022·3 min read
ryangibbons.hashnode.devClosers RefactorBackstory I made a click speed testing web app that updates a scatterplot with points and a regression line on the page. Here is the GitHub for this app where you can read more about some challenges I faced while making it as well as take a look at ...May 7, 2022·5 min read
ryangibbons.hashnode.devHow I Made this Border Around Some Text in HTML and CSSWhat I wanted So I am making a website for a client and she LOVES sunflowers, basically the only request she had for the site was to include sunflowers. When making the design I decided to add a sunflower border around the text in her "About Me" sect...Mar 25, 2022·2 min read
ryangibbons.hashnode.devHamburger MenuMaking a Responsive Nav Bar Legos Leon Noel describes learning to code as putting Legos together. He said don't worry about developing a deep understanding when you are first learning. Rather, play around with code. Look up how to do something, copy ...Mar 11, 2022·4 min read
ryangibbons.hashnode.devMaking an Exponent Calculator in JavaScriptTLDR: Here's a thing I made. https://codepen.io/ryangibbons/pen/eYeMzWy The Task Hello, welcome to my blog. Thank you for joining me here. So I read this chapter from https://javascript.info/ last week and one of the tasks at the end of that chapter ...Feb 26, 2022·4 min read