home
Hexidecimal is a way of representing numbers using the base 16 instead of base 10 (decimal) which we are used to! Hexadecimal would likely…
Assembly can be defined as the text representation of machine code, where machine code is the byte-level programs that processors execute…
What is SSH?SSH, or Secure Shell, is a network protocol which allows the secure communication between computers. Usually when you hear about…
Something that came up time and time again when I was learning to code was the bash_profile. It was often suggested in tutorials and…
A couple of days ago I tweeted asking for recommendations for podcasts about tech, entrepreneurship or finance with at least 1 woman or non…
Vue is almost 4 years old, and has really shot up in popularity over the past year or so. With this growth, comes an increase in the number…
I would like to think that all of us are guilty of having used important! out of frustration when some element style just won’t behave as…
When designing shiny new web applications using React, it’s easy to forget about the accessibility of what you are developing, or even…
Accessibility is a confusingly rare topic of conversation when learning about web development and design. Many developers enter into…