Tyler VenetsanosReact RefactoringWith Stateful React, we rely on components and renders to display our lines of code. This method of coding can become quite cluttered and…Jan 21, 2022Jan 21, 2022
Tyler VenetsanosTest Driven DevelopmentTest Driven Development is a method in which the developer will create test cases that validate how the code is supposed to work. By…Dec 16, 2021Dec 16, 2021
Tyler VenetsanosUsing Docker In Your ApplicationDocker is a software that allows users to create containers (environments) to deploy applications. This allows for the user to run the…Dec 16, 2021Dec 16, 2021
Tyler VenetsanosMy First JavaScript ProjectThroughout the last week working on my first project of my journey in Flatiron, I found myself getting stuck on wanting the overall project…Dec 16, 2021Dec 16, 2021
Tyler VenetsanosAuthentication in Ruby on RailsIn Rails, we can install a gem called bcrpyt that allows for passwords to be encrypted and stored in the database. After installing this…Aug 23, 2021Aug 23, 2021
Tyler VenetsanosHTTP Requests In RubyHTTP requests in Ruby are used to pass information to the server to allow the user of the application to access the data that they are…Jul 15, 2021Jul 15, 2021
Tyler VenetsanosMy React Project ExperienceIn this last phase, I found myself a bit behind in my courses which led to a bit of a feeling of being lost at first with what was going…Jun 1, 2021Jun 1, 2021
Tyler VenetsanosHTML Basic LayoutThe most basic code for any website begins with an HTML structure that provides the content for the site. HTML allows for us to insert…Apr 5, 2021Apr 5, 2021