Alex Moline·Apr 25, 2021Google Cloud DeploymentAs one of the most used search engines and owner of applications aimed to showcase the work of others such as YouTube, it seemed…
Alex Moline·Apr 12, 2021Continuous Integration and DeliveryAs programmers, there may come a time where you may have to work with others. The workflow of partner or even group programming may seem…
Alex Moline·Mar 21, 2021C.R.U.DCreate, Read, Update, & Delete. These four elements make up the majority of everything that is on the internet and are important to lay…
Alex Moline·Mar 8, 2021Schema DesignSchema’s, the blueprint for every database, are the fundamental bases on which we dictate how to store data. Every schema is different and…
Alex Moline·Feb 14, 2021Async/AwaitAs programmers, it is necessary to always improve the way we code and how we make our code easier to be read by other programmers. The…
Alex Moline·Jan 18, 2021React PropTypesAs programmers, it is very important to have a wide arsenal of framework knowledge. Every Framework is different and some are better…
Alex Moline·Dec 6, 2020Passing Data In ReactIn React, the way data flows is a one-way path, meaning that often child components are nested within parent components. This is important…
Alex Moline·Nov 6, 2020CORS and Single Origin PolicyOn the internet, it is common to see websites or clients as they can be referred to use information or media from an unrelated website…