JFJerry Fitznerinblogs.jerryfitzner.dev·Feb 28, 2023 · 6 min readQuality AssuranceBackground It was a little over a year ago when I embarked on my journey to become a software developer. I knew I wanted to work in this field and I desired to start somewhere so I could grow my skills while in school. Through hard work, and God's di...00
JFJerry Fitznerinblogs.jerryfitzner.dev·Feb 26, 2023 · 13 min readRedux and ReactIntro Recently, I completed my build of a full-stack application using React on the front end and rails on the backend. This application had the most components out of all of my projects....21 (and counting). In my past applications, I used React sta...00
JFJerry Fitznerinblogs.jerryfitzner.dev·Jan 7, 2023 · 5 min readFrontEnd vs BackEnd ValidationsIntroduction It's official, I have completed another application using REACT as the frontend framework, and Rails on the backend. Inside Rails, I used ActiveRecord as my ORM framework. My project "has many" (no pun intended) forms throughout. A form ...00
JFJerry Fitznerinblogs.jerryfitzner.dev·Nov 4, 2022 · 5 min readSeeding Data using the Faker GemIntroduction Up to this point, I have desired to have an automated process to "seed" a database with user information. Many times in my early stages of programming, I desired to create applications where users would input information. This informatio...00
JFJerry Fitznerinblogs.jerryfitzner.dev·Aug 8, 2022 · 5 min readThe useEffect Hook in REACTIntroduction Approximately two months ago, I began using REACT to further my software developing skills. It was the core of my phase 2 curriculum at Flatiron school, and quickly I discovered some incredible benefits to using REACT. However, this blog...00