Kaitou

Kaitou

9 posts
Caddy: The Modern Web Server That Makes HTTPS Easy
devops
members

Caddy: The Modern Web Server That Makes HTTPS Easy

What is Caddy? Caddy is a powerful, enterprise-ready, open-source web server with automatic HTTPS written in Go. Unlike traditional web servers like Apache or Nginx, Caddy is designed with simplicity
Kaitou
Kaitou
Building Distributed Applications with Dapr
back-end
members

Building Distributed Applications with Dapr

What is Dapr? Dapr (Distributed Application Runtime) is an open-source, portable runtime that simplifies building resilient, stateless, and stateful microservices. Think of it as a toolkit that handl
Kaitou
Kaitou
Create an simple Live Webcast with Nginx RTMP
devops
members

Create an simple Live Webcast with Nginx RTMP

Introduction This blog demonstrates how to build a live streaming server using Nginx with RTMP module and Docker. Here are some things we should know: Accept live video streams from sources like OBS
Kaitou
Kaitou
devops
members

Discovering zx: A Good Choice to Replace Bash Scripts

What is zx? zx is a tool from Google that lets you write shell scripts using JavaScript (or TypeScript). If you’ve ever struggled with Bash’s quirks or wished you could use modern programming features
Kaitou
Kaitou
What is zx? zx is a tool from Google that lets you write shell scripts using JavaScript (or TypeScript). If you’ve ever struggled with Bash’s quirks or wished…
React + OpenAPI: The Easiest Way to Handle APIs
front-end
members

React + OpenAPI: The Easiest Way to Handle APIs

OpenAPI and React – A match made in developer heaven! Introduction Let’s face it—writing code to interact with APIs can be tedious and error-prone. Without using tools, you’re stuck doing a lot of ma
Kaitou
Kaitou
Managing Your Node.js App with systemctl
devops
members

Managing Your Node.js App with systemctl

1. What is systemctl? Think of systemctl as your app’s personal assistant. It’s a command-line tool that works with systemd, the service manager found in most modern Linux distributions. With systemct
Kaitou
Kaitou
Querying Multiple Data Sources with Trino
members

Querying Multiple Data Sources with Trino

.main { display: flex; align-items: center; justify-content: center; } .content { width: 1200px; text-align: left; } Querying Mult
Kaitou
Kaitou
RedisSearch! An option worth considering for a search engine
members

RedisSearch! An option worth considering for a search engine

RediSearch is a source-available Redis module that enables querying, secondary indexing, and full-text search for Redis
Kaitou
Kaitou
Flask for beginner
members

Flask for beginner

Flask? Flask is a web framework. It is a Python module that help you develop web applications easily. It is having a small and easy-to-extend core: it's a micro-framework that doesn’t include an ORM
Kaitou
Kaitou