Bookmarks
Paulβs notes on how JSON-LD works
We all know what JSON-LD is: JSON with a @context field tacked on top, right? Thatβs pretty much all it is. Except sometimes you see an @id field, which, sure, that makes sense. And sometimes the @context field is multiple URLs, which seems odd β because how do they mix? Well, no worries.
Understanding ActivityPub
In this blog post, Iβm using ActivityPub.Academy (see the announcement post) to explore the ActivityPub protocol.
OpenAPI Typescript Codegen
Node.js library that generates Typescript clients based on the OpenAPI specification. There's no named parameter in JavaScript or TypeScript, because of that, we offer the flag --useOptions to generate code in two different styles.
Dependency injection in Node.js with TypeDI
Dependency injection is an essential concept in object-oriented programming. It is a way to decouple the creation of objects from their usage. In this article, we will learn what dependency injection is and how we can use it in Node.js applications using the TypeDI library.
Dependency injection with Node.js, Express.js and TypeScript
Web frameworks like Spring and ASP.NET Core have dependency injection solutions built in. Unfortunately, thatβs not the case for most Node.js web frameworks, including Express.js.
Temporal "Hello World!" app in TypeScript
This tutorial is a work in progress. Some sections may be incomplete, out of date, or missing. We're working to update it.
How to Use Object Destructuring in JavaScript
The object destructuring is a useful JavaScript feature to extract properties from objects and bind them to variables.
Beta Support for CRDs in the Terraform Provider for Kubernetes
The kubernetes_manifest resource can be used to create any Kubernetes API resource, including custom resource definitions. See the provider documentation page for more information on the additional attributes available for this resource.
CI/CD using Tekton, Argo CD and Knative Serverless Applications
This page is generated using information from: https://github.com/digitalocean/container-blueprints/blob/master/DOKS-CI-CD/README.md. This blueprint will show you how to implement a CI/CD solution using free and popular open source implementations that run on Kubernetes clusters natively.