Rails and Django, a comparison
Continuing where I left off last time comparing Ruby and Python, I'm going to continue this small series by talking about the comparisons between two commonly used frameworks for each of these lang...
Continuing where I left off last time comparing Ruby and Python, I'm going to continue this small series by talking about the comparisons between two commonly used frameworks for each of these lang...
Coding boot camp offers many opportunities to grow quickly as a coder and have many projects under our belt. They also give us problem-solving skills to recognize patterns when we come across langu...
Since graduating from Flatiron School, I've been in this state of "choose your adventure" mode. It's been up to me to decide what projects I want to work on, so I opted to learn a new language: Pyt...
With vanilla javascript, we would typically declare functions with the following syntax: const myFunction = function(params1, params2, etc..){ //do something here } Pretty straight forward...
JavaScript interaction with HTML is handled through events. Events happen when either the user or the browser manipulates the page in some way. We can use these events to do whatever our imaginatio...
You may have heard some whispers of Bootstrap before here or there when thinking about the visuals of the apps you're making. What's this fancy doo-dad that allegedly makes my rails app look better...
This is the first in a series of blog posts written during my time at Flatiron school. More posts will be added as time goes on! A little bit about me and why I love design Prior to joining the...