πŸ”₯ Tech Blips #23.4

In this technology newsletter: Bounded Context Canvas, Contexture, tRPC and FOSSA.

πŸ”₯ Tech Blips #23.4
"You may not need a traditional API" by tRPC
Tech Blips is a technology newsletter for CTOs, tech leads, software architects and software engineers - in short, for all technology enthusiasts!

Each month I try to summarise some techniques, tools, languages and frameworks or platforms on the software architecture, cloud and web horizon that are worth taking a look at.

TL;DR in this technology newsletter

Bounded Context Canvas

Techniques / Trial

Bounded Context Canvas Website

The Bounded Context Canvas is a collaborative tool for designing and documenting the design of a single bounded context.

If you don't know what a Bounded Context is, you should check out the DDD reference by Eric Evans and the article by Martin Fowler.

Bounded Context Canvas

The Canvas guides you through the design process of a Bounded Context by asking you to consider and select the most important elements of the design, from naming to responsibilities to the public interface and dependencies.

Filled-in version of a bounded context canvas
Webinar Bounded Context Canvas with Nick Tune
GitHub - ddd-crew/bounded-context-canvas: A structured approach to designing and documenting each of your bounded contexts
A structured approach to designing and documenting each of your bounded contexts - GitHub - ddd-crew/bounded-context-canvas: A structured approach to designing and documenting each of your bounded…
GitHub Repo of the bounded context canvas

Contexture

Tools / Assess

Contexture Website

Contexture is an application that supports the process of Bounded Context Modeling with a special tool developed with a DDD mindset.

Typically, a Bounded Context Canvas is created on physical paper using post-ITs, while digital versions are usually just a mirror image of the physical representation, for example using Miro. This means that the captured information is presented as free text on virtual post-ITs and isn't stored in a structured way. This prevents further data processing and visualization of the information.

Contexture Landing Page Slogan

This is where Contexture comes into play:

  • Contexture stores information via a bounded context canvas in a structured way, rather than just using free text on (virtual) post-ITs
  • Contexture allows explicit connections between different bounded contexts
  • Contexture supports updating and versioning of the information over time
  • Contexture allows to export and visualize the information from the application
  • Contexture and helps people to input data for a Bounded Context Canvas easier
An overview on the Bounded Contexts of the "Restaurant Experience" domain
A detailed view of the "Billing" Bounded Context with the help of the Bounded-Context-Canvas-v4

You can view the current status of the application at https://contexture.azurewebsites.net/

tRPC

Languages & Frameworks / Trial

tRPC Website

tRPC is an open-source RPC (Remote Procedure Call) framework that lets you to develop fast and efficient microservices using TypeScript or JavaScript without code generation. It is designed to simplify the development of backend services by providing a simple and intuitive API for defining remote procedures and handling requests and responses.

tRPC Landing Page slogan

As TypeScript and static typing increasingly becomes a best practice in web development, API contracts present a major pain point. We need better ways to statically type our API endpoints and share those types between our client and server (or server-to-server). tRPC is a simple library for building typesafe APIs that leverages the full power of modern TypeScript.

tRPC supports bidirectional streaming, server-side streaming, and client-side streaming, which allows developers to build real-time applications with ease.

In addition to its ease of use and flexibility, tRPC is highly performant, with low overhead and high throughput, making it an ideal choice for building scalable microservices with full-stack TypeScript.

Learn tRPC in 5 Minutes
GitHub - trpc/trpc: πŸ§™β€β™€οΈ Move Fast and Break Nothing. End-to-end typesafe APIs made easy.
πŸ§™β€β™€οΈ Move Fast and Break Nothing. End-to-end typesafe APIs made easy. - GitHub - trpc/trpc: πŸ§™β€β™€οΈ Move Fast and Break Nothing. End-to-end typesafe APIs made easy.
tRPC GitHub Repository

FOSSA

Platforms / Trial

FOSSA Website

FOSSA is a popular license compliance management platform that helps organizations manage and track their usage of open-source software components.

FOSSA Landing Page Slogan

The platform automates the process of identifying open-source dependencies, analyzing their licenses, and ensuring compliance with relevant legal obligations.

Automatic License Compliance

FOSSA offers a variety of features, including automatic license scanning, vulnerability detection, and integration with popular version control systems, making it easy to integrate with your existing software development workflow.

With FOSSA, you can keep track of all your open-source dependencies and ensure that your software is always up-to-date and compliant with licensing requirements.

Vulnerability Management
Automate License Compliance with FOSSA