Different Test Scopes in Rust

Get started with testing in Rust, including a look at Cargo, cfg macros, and defining features. Read all

Designing and Querying JSON in Databend

Various platforms share JSON data through open interfaces. This post dives deeply into the JSON data type in Databend. Read all

Apache APISIX Loves Rust! (And Me, Too)

Apache APISIX offers developers a way to write plugins in several other languages. In this post, I'd like to highlight how to write such a plugin with Rust. Read all

CockroachDB Multi-Region Abstractions for MongoDB Developers With FerretDB

This is yet another part of an interesting experiment with FerretDB and CockroachDB. This time, we're going to expand on the previous articles by looking at the multi-region capabilities in CockroachDB. Read all

The Maze of Python Dependency Management

In this post, I'd like to shed some light on dependency management in Python. Python dependency management is a whole different world. Read all

The Database CI/CD Best Practice With GitHub

Database change is a tricky part of the development process. Can we treat databases the same way we treat code by making it part of the CI/CD cycle? Read all

CockroachDB TIL: Volume 8

In this "Today I learned" post, learn how to generate workload data for CockroachDB for offline use, decode hex data into human-readable form, and more. Read all

How To Use Supertokens’ Pre-Built UI With Vuejs

Building your own auth service can be tedious, complex, and time-consuming. To save time, developers often resort to using third-party auth services for auth. This post will guide you on how to add authentication to a VueJS app with SuperTokens. Read all

Parsing JavaScript with JavaScript

Read all

Make Your Integration Seamless By Using Ballerina Client Connectors

Learn how to use the Ballerina OpenAPI tool to generate the ballerina client connector. Read all

A Brief History of JavaScript

JavaScript is one of the most important languages today. Let's take a look at how JavaScript has evolved in its short history and where it is headed next. Read all

How to Use MQTT in Python (Paho)

This article introduces how to use the paho-mqtt client and implement connection, subscribe, messaging, and other functions between the MQTT client and MQTT broker in the Python project. Read all

Increasing Cloud-Native Sustainability With Observability

Learn about the unintended environmental impact and cost of the proliferation of cloud services, frameworks, and "throw an other service at it" development. Read all

 

 

 

 

Top