Adam Chernitsky·Apr 13, 2020React 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…
Adam Chernitsky·Apr 13, 2020React 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…
Adam Chernitsky·Mar 30, 2020Rails 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…
Adam Chernitsky·Mar 27, 2020Rails 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…
Adam Chernitsky·Mar 22, 2020Rails 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…
InLevel Up CodingbyAdam Chernitsky·Mar 15, 2020Rails 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…
Adam Chernitsky·Mar 2, 2020Building 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…
Adam Chernitsky·Jan 29, 2020Building 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…
Adam Chernitsky·Jan 21, 2020Optimistic renderingWhen building web applications the most important thing to consider is user experience. If you designed a web app that allowed someone to…
Adam Chernitsky·Jan 21, 2020Fetch 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…