Adam ChernitskyReact Controlled Forms pt.2In pt.1 of this blog I set up a frontend in React. In this blog I will be discussing setting up our backend and linking it to our frontend…Apr 13, 2020Apr 13, 2020
Adam ChernitskyReact Controlled Forms pt.1In this two part blog I will be discussing Controlled forms in React. “Controlled form” means that the inputs from the form get their…Apr 13, 2020Apr 13, 2020
Adam ChernitskyRails Auth Part 3In my last blog (add link here) we talked about building a login method and testing it in Postman. In this blog we are going to discuss…Mar 30, 2020Mar 30, 2020
Adam ChernitskyRails Auth Part 2In my last blog I started to build user controllers and models. In this blog I will show you how to implement your login method so…Mar 27, 2020Mar 27, 2020
Adam ChernitskyRails Auth Pt. 1In this blog I’m going to show you how to build the beginning of an app with Auth in it. First things first, we’re going to have to make a…Mar 22, 2020Mar 22, 2020
Adam ChernitskyinLevel Up CodingRails One to Many Backend with CRUDIn my last blog I wrote about how to build the start to a basic Rails backend. In this blog I’m going to show examples of CRUD methods and…Mar 15, 2020Mar 15, 2020
Adam ChernitskyBuilding A Basic Node BackendFor this blog I will be covering how to make a basic node backend with Knex and Express. Node is a javascript backend framework, and one…Mar 2, 2020Mar 2, 2020
Adam ChernitskyBuilding a Rails BackendIn this blog post I am going to be demonstrating how to build a basic backend using Ruby on Rails. Rails is an easy language to learn…Jan 29, 2020Jan 29, 2020
Adam ChernitskyOptimistic renderingWhen building web applications the most important thing to consider is user experience. If you designed a web app that allowed someone to…Jan 21, 2020Jan 21, 2020
Adam ChernitskyFetch Calls and Persisting DataIf you read my last blog post on optimistic rendering then you know once you’ve appended something to the page optimistically it will not…Jan 21, 2020Jan 21, 2020