OCI DevOps–Build Pipelines and Code Repositories for CI
This article introduces Build Pipelines and Code Repositories in OCI DevOps (released on October 26th 2021) – complementing the Artifact Registry and Deployment Pipelines that were first launched in...
View ArticleCleaning Out a Compartment on Oracle Cloud using Terraform provider
The situation: a Compartment on OCI should be removed. Or at least all its resources should be purged. Or at least most of the resources should be removed. The challenge: there is no “purge...
View ArticleOCI DevOps Build Pipeline for Functions
Oracle Cloud Infrastructure offers the Functions service, a FaaS offering with serverless functions, based on container images built with the Project Fn FDK. In a previous article, I introduced the OCI...
View ArticleVS Code Extension–GistPad–for quick gist creation, editing and consumption
Gists are the code snippets that you want to retain and share – with yourself and with others. Gists can be embedded in websites, blog articles and articles on Medium. Although used for snippets, all...
View ArticleDid I really just commit and push a file with a password in it?–Remove all...
Surely I would never be so stupid as to commit a file that contains sensitive information – say my Oracle Cloud account’s private key. And even if I did, I would not push that change to a public git...
View ArticleUpdate Go on Linux
It turned out to be a fairly small deal. For reference sake a brief write up of updating the Go runtime on my Ubuntu environment. Current version: go version Find latest releases of Go at...
View ArticleGitHub Copilot reduces writing Java boilerplate to two simple comments
GitHub Copilot helped me write a Java application to process a CSV file. Not a hard task – though one that in Java always feels much harder than in Python or Node. This time round – because of Copilot...
View ArticlePlatys – generate a customized container powered Data Platform environment
Platys is a tool created by Guido Schmutz, architect and data specialist at Accenture and frequent teacher at various universities. In order to be able to quickly create an environment to investigate a...
View ArticleMeesterschap Onthuld: Wat Topchefs en Coders Gemeen Hebben!
Op het eerste gezicht lijkt het alsof koken en softwareontwikkeling twee totaal verschillende werelden zijn. Maar laten we eens dieper graven en ontdekken of er toch verrassende overeenkomsten...
View ArticleBuilding a high-performance API using GPT-4
Can the power of GPT-4 be leveraged to build a high-performance API? In this article we will instruct GPT-4 to build a high-performance API in GoLang using Protocol Buffers & gRPC. Table of...
View Article