R. Cory StineThere’s A Method To My Method: RESTful API MethodsAs I mentioned in last week’s post, I’ve been spending a lot of time working with APIs lately, integrating them into a variety of different…May 27, 2022May 27, 2022
R. Cory StineConnecting Frontend to Backend: Rails Rack CORSRecently, I’ve been building an application that requires me to connect a React frontend to a Rails backend. The backend was pulling in…May 20, 2022May 20, 2022
R. Cory StineMeanwhile: While Loops in JavaScriptRecently, I’ve been exploring topics that I learned early in my JavaScript education, but that have faded to some degree or another because…May 9, 2022May 9, 2022
R. Cory StineRelearning the for LoopOne of the strange things that happens as you expand your coding toolset is that you often learn some of the more challenging concepts…May 6, 2022May 6, 2022
R. Cory StineRebuilding LoreScroll: Building A Simple APIThe first major task in my attempt to build a better, more efficient and React-based version of my favorite project LoreScroll was to set…Apr 29, 2022Apr 29, 2022
R. Cory StineRebuilding LoreScroll: A Guide to Rails GeneratorsOne of my favorite early coding projects was a Ruby On Rails application called LoreScroll that was designed to help storytellers organize…Apr 22, 2022Apr 22, 2022
R. Cory StineReact Router V6: Changes and ReflectionsAbout a week into developing my final project for Flatiron School — BoardGameShelf — I started stubbing out some routes using the node…Apr 15, 2022Apr 15, 2022
R. Cory StineGetting to Know Hooks in React: useContext()Over the course of the last few weeks, I’ve examined React Hooks and how they help us to make our code simpler and more efficient:Apr 7, 2022Apr 7, 2022
R. Cory StineGetting to Know Hooks in React: useEffect()Last week, I started my exploration of React Hooks with the most prominent option of the bunch: useState(). This hook allows us to…Apr 1, 2022Apr 1, 2022
R. Cory StineGetting to Know Hooks in React: useState()Just as I was wrapping up the final lines of code in my very last project for Flatiron School, excited to graduate and begin my job search…Mar 25, 2022Mar 25, 2022