My Time at Operation SparkMy journey in a coding bootcamp is almost over and for my final blog I thought it would be nice to reflect. Back in June of 2020 I…Mar 21, 2021Mar 21, 2021
Apples swift languageApple, the biggest tech company in the world. The company has an increible net worth of 352 billion dollars and the powerful and intuitive…Mar 15, 2021Mar 15, 2021
The world of AIWith the world consistently evolving and technology getting better there is no exception when it comes to Artificial intelligence. As a…Mar 7, 2021Mar 7, 2021
The Fun of DeploymentSoftware deployment often means the process of running an application on a server or a device. In software, deployment steps include…Mar 1, 2021Mar 1, 2021
Await for the AsyncSince becoming a full stack engineer, the async function has yet to make an appearance in my code. The importance of the function is huge…Feb 22, 2021Feb 22, 2021
The powerful language of PythonPython is a very popular coding language used by developers. It was ranked number one in 2020 by Northeastern College. Python is used for…Jan 11, 2021Jan 11, 2021
NoSQL DatabaseIn my previous article, I covered SQL databases. In this article, I’ll be going over NoSQL databases. When choosing a data base, the main…Jan 4, 2021Jan 4, 2021
SQL DatabaseIn software development, a very important section is databases. There are two types of way to communicate with databases which are SQL and…Dec 21, 2020Dec 21, 2020
JavaScript and DebuggingHey there new debuggers, here in this blog I will go through some debugging steps that has helped me become a better developer! Sometimes…Dec 13, 2020Dec 13, 2020
Understanding RecursionThe basics of recursion is a function that calls itself until it doesn’t. Sounds simple and easy but it can get quite tricky. Recursion is…Nov 16, 2020Nov 16, 2020