Michael CauseyHTTP Requests for RESTful APIsAs I continue to write more and more on APIs (specifically RESTful APIs), I realize I use more concepts in these posts that I don’t…Apr 12, 2021Apr 12, 2021
Michael CauseySDKs vs APIsWhile refactoring a previous project, I found that one of the organizations I used an API from previously also provides whats called an…Apr 5, 2021Apr 5, 2021
Michael CauseyJSON: ExplainedAs I continue working on personal projects, I seem to use more and more external API’s. Because of these API calls, I wanted to get into…Mar 29, 2021Mar 29, 2021
Michael CauseySQLite vs PostgreSQLTwo of the most popular relational database management systems are known as SQLite and PostgreSQL. While both serve similar functions…Mar 22, 2021Mar 22, 2021
Michael CauseyNavbar in React BootstrapThis piece will be a continuation of my React Bootstrap article from previously. Once React Bootstrap is set up within your app, there are…Mar 15, 2021Mar 15, 2021
Michael CauseyConnecting CSS to HTMLThis article came as a result of helping a friend (a new developer) troubleshoot their way through one of their early projects. The…Mar 8, 2021Mar 8, 2021
Michael CauseyUnix CommandsRecently, I found myself in a technical challenge using Bash, which is a Unix shell and command language. One of the tasks involved a…Mar 1, 2021Mar 1, 2021
Michael CauseyIframe TagsSo this came up on a recent project I was working on, I wanted to embed some videos onto a site, and the videos were already posted on…Feb 22, 2021Feb 22, 2021
Michael CauseyHow To Set Up Bootstrap ReactFor a recent project of mine, I recently had to setup a CSS Framework for my frontend, and wanted to go through a step-by-step process of…Feb 15, 2021Feb 15, 2021
Michael CauseyGit CommandsOne of the earliest things I learned while coding was centered around a system called Git. It became clear very quickly that Git skills…Feb 8, 2021Feb 8, 2021