Mikel BishopMusings of a Bootcamp Grad — 6 Month MarkWhen researching coding bootcamps and deciding which one(s) to apply to, there is a lot of information. You hear about the job placement…Mar 19, 2022Mar 19, 2022
Mikel BishopMake Your Github Profile UniqueAs a new bootcamp graduate, I have been trying to find different ways to let others know who I am and what I am about. I just discovered a…Mar 12, 2022Mar 12, 2022
Mikel BishopEmbedding maps into HTMLI have been holding off on embedding maps into web page projects. Yet another task that I thought was going to be daunting and time…Mar 3, 2022Mar 3, 2022
Mikel BishopImages and CSSLast week, I spent some time learning and working with images in HTML. This week, I am looking at styling images with CSS rather than…Feb 22, 2022Feb 22, 2022
Mikel BishopImages and HTMLThe first time or two through adding images in an HTML document was a bit intimidating. I didn’t use images in any of my school projects…Feb 15, 2022Feb 15, 2022
Mikel BishopStyling HTML lists with CSSLast week, we looked at HTML lists and some examples of ordered, unordered, and description lists. After doing some work with HTML lists, I…Feb 8, 2022Feb 8, 2022
Mikel BishopCreating Lists Using HTMLWhen creating lists in HTML, we often see ordered and unordered lists. I recently have learned about description lists in HTML. Here is a…Feb 1, 2022Feb 1, 2022
Mikel BishopJavaScript Arrays-Breaking Down Adding & Removing ElementsDoes it ever get confusing which method to use when trying to add or remove an element to/from arrays in JavaScript? With tons of practice…Jan 28, 2022Jan 28, 2022
Mikel BishopVariables in JavaScriptWhen declaring variables in JavaScript, we have a few options. Let’s look at options and some information for each of them.Jan 21, 2022Jan 21, 2022
Mikel BishopRails Generators CheatsheetOne of the really cool bonuses of using Ruby on Rails rather than fully writing out everything is Ruby is the ability to use generators…Jan 13, 2022Jan 13, 2022