Kaitou

Kaitou

6 posts
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