Python ListsLists in Python are comparable to arrays in Javascript. Honestly, the word “list” makes more sense than “array”, for what it is. This is…Aug 2, 2021Aug 2, 2021
Python FilesI have to admit, the concept of handling files with a programming language is a little hard for me to wrap my head around. I don’t know…Jul 27, 2021Jul 27, 2021
Creating and cloning a new Github repo with VSCodeEvery time I want to start a new project, I have the same thought: “uh-oh, how do I set up a new Github repo?” And off to Google I go…Jul 18, 2021Jul 18, 2021
Manipulating Strings in PythonHere is a quick and easy guide to some basic string manipulation in Python. Python has plenty of built-in functions that allow you to…Jul 12, 2021Jul 12, 2021
Python LoopsLet’s talk about loops in Python! Loops will help you simplify your code significantly. For example, if you want to send the same email to…Jul 5, 2021Jul 5, 2021
Flash messages with React/ReduxA flash message seems like it should be one of the simpler things when it comes to coding. In my earlier projects with Ruby on Rails and…Jun 27, 2021Jun 27, 2021
users_as_many_thingsFor my Rails project with the Flatiron School, I created a web app called DanceApp. DanceApp is meant to be a place for dancers to find and…May 12, 2021May 12, 2021
“This” and implicit binding in JavaScriptAfter learning JavaScript for the first time, I really thought I had mastered the concept of the “this” keyword. While I was studying for…May 12, 2021May 12, 2021
The Redux Data FlowIf you are learning how to work with Redux, and you find yourself desperately confused about what does what and where things go: you are…Mar 28, 2021Mar 28, 2021
Fun and Frustration with JSI was excited to learn Javascript, but it ended up being much more complicated and confusing to me than I thought it would be. In this…Mar 28, 2021Mar 28, 2021