OSOlaoluwa Salamiinclouddatablog.hashnode.dev·Apr 11, 2022 · 4 min readHow to Deploy Self-Hosted Ghost on GCP Compute Engine on Free tierThere were many good options out there that require little or no technical know-how to spin up, but as a Cloud engineer, I got more pumped deploying Self-host Ghost on a GCP Compute VM. I'll be taking you through the process I followed to be able...00
OSOlaoluwa Salamiinclouddatablog.hashnode.dev·Jul 25, 2021 · 1 min readHow to Upgrade a Yarn Package to the latest versionWe all have been there at one point, trying to upgrade a yarn package but don't know-how. I'm writing this article because I found myself in that position, and would be using this as a reference in the near future. Let's get started Let's use upgrad...00
OSOlaoluwa Salamiinclouddatablog.hashnode.dev·Jul 22, 2021 · 2 min readSecuring GraphQL with Auth0Unlike Rest API, which has multiple endpoints, it is a bit more tricky to secure GraphQL, as it is one endpoint where all the queries and mutations are made. Locking down the single endpoint on GraphQL, might not be the best option, but with Auth0, ...01C
OSOlaoluwa Salamiinclouddatablog.hashnode.dev·Jul 20, 2021 · 2 min readMust have VSCode Extensions for 2021As developers, we spend long hours on our machines, shuffling between different applications. VSCode is one of the most popular code editors. With VSCode extensions, we can add features, themes, languages, and more to enhance our development workflo...02CR