Thursday, January 12, 2023

Cloud Architecture Patterns

Cloud design patterns - Azure Architecture Center | Microsoft Learn

These design patterns are useful for building reliable, scalable, secure applications in the cloud.

Each pattern describes the problem that the pattern addresses, considerations for applying the pattern, and an example based on Microsoft Azure. Most patterns include code samples or snippets that show how to implement the pattern on Azure. However, most patterns are relevant to any distributed system, whether hosted on Azure or other cloud platforms.

Download Cloud Design Patterns – Book Download from Official Microsoft Download Center



Go web server: Fiber

 gofiber/fiber: ⚡️ Express inspired web framework written in Go @GitHub

Fiber is an Express inspired web framework built on top of Fasthttp, the fastest HTTP engine for Go. Designed to ease things up for fast development with zero memory allocation and performance in mind.


and one more...

Pushup - page-oriented web framework for Go

A server-side, page-oriented web framework for the Go programming language.