KSKevin Staffordinkevinjstafford.hashnode.dev·Nov 13, 2023 · 3 min readPass the Flask:Having just completed the basic introduction to Python in the Flatiron school curriculum, I'm excited to get into Flask to understand how the framework can aid my back-end development. Lets talk a little bit about what Flask is, why engineers are usi...00
KSKevin Staffordinkevinjstafford.hashnode.dev·Nov 6, 2023 · 3 min readPython: Built-in FunctionsPython comes, out of the box with a number of VERY helpful tools known as built-in functions. Here we will discuss some of the functions I found the most helpful and/or used the most as I got started learning the language. isinstance() First up is on...00
KSKevin Staffordinkevinjstafford.hashnode.dev·Oct 23, 2023 · 3 min readOpen for businessIn the current iteration of The Internet, there exists a fantastic cultural movement referred to as Open Source. Open Source is the concept or practice of making an application's or software's code accessible to be inspected, studied, modified, or di...00
KSKevin Staffordinkevinjstafford.hashnode.dev·Oct 16, 2023 · 4 min readReact Props: A Beginner's GuideWhen learning React.js one of the very first concepts you are likely to learn about is props. But what are props? What does it mean to pass down props? How do you use props? And if you say props one more time, the word is going to cease sounding like...00
KSKevin Staffordinkevinjstafford.hashnode.dev·Oct 1, 2023 · 3 min readFETCH - Using GET to receive data from a serverFetch, it's not just a fun game to tire out your pupper (or your 3-year-old daughter) at the park. Fetch is instrumental in building an interactive web application, by allowing you to retrieve, update, delete, and store information in a database or d...00