Sandie NuñezHow to Change or Add new columns/or new table namesFollow the steps below to change or add new columns or table names in VS code in your terminal.Aug 2, 2021Aug 2, 2021
Sandie NuñezUnderstanding the Flow of Active Record ValidationsOn the client-side, it’s important to understand the flow of how validation errors show up on the user interface for clients viewing the…Jul 26, 2021Jul 26, 2021
Sandie NuñezJavaScript Data types BibleData types are values that don’t have properties. Below are the latest ECMAScript standard JS data types.Jul 17, 2021Jul 17, 2021
Sandie NuñezActions and Action Creators in Redux — State ManagementIn order to be a pro at front-end development using React, a state management framework called Redux is essential helping you manage…Jul 11, 2021Jul 11, 2021
Sandie NuñezWhat is recursion? (JS Series)Recursion is a function that calls itself. The function that it calls is named a recursive function. So, what if it ends up in an infinite…Jul 4, 2021Jul 4, 2021
Sandie NuñezError: Failed to push on GitHubEver wonder what to do when you are caught in the middle of a failed command in your terminal when pushing your code onto Github? Some ways…Jun 28, 2021Jun 28, 2021
Sandie NuñezAuthentication & AuthorizationThe best form of security in the digital age is to use an authentication authorization feature for your login/logout functionality. In this…Jun 23, 2021Jun 23, 2021
Sandie NuñezLooking to hack your way into Software Engineering? Consider an apprenticeship!The day after you graduate from a Coding Bootcamp and start looking for a job in the software engineering industry, it is exciting and…Jun 14, 2021Jun 14, 2021
Sandie NuñezWhat is REST?Rest stands for (REpresentational State Transfer). REST is an architectural design pattern. People use REST principles in Rails apps to…Jun 7, 2021Jun 7, 2021
Sandie NuñezHow do HTTP Verbs work?The Browser → sends HTTP request → to webserversMay 30, 2021May 30, 2021