Byte Ebi's Logo

Byte Ebi 🍤

A Bit everyday A Byte every week

Deploy Your Own Openclaw AI Assistant for Free

Spin up your own AI assistant on GitHub Codespaces at zero cost

Ray

No GPU? Don’t feel like paying for a server?
This guide shows you how to deploy Openclaw on GitHub Codespaces using free resources, so you can start running your own AI assistant in minutes.

Triggering Airflow DAG from Another

Use operator to easily trigger downstream DAGs in Airflow

Ray

When building dependencies between DAGs, you don’t always have to rely on RESTful APIs.
Airflow also provides a built-in Operator for this purpose.

Understanding Amazon RDS Connection Limits

Calculate the maximum number of connections for Amazon RDS across different instance types

Ray

Have you ever run into database connection limits, or felt unsure about which RDS instance type to choose when planning your system architecture?
This article walks you through how Amazon RDS calculates its maximum connections and provides a comparison across different instance types to help you make better decisions.

Manage Python Versions with Pyenv

End the mess of switching Python versions.

Ray

Pyenv is a tool for managing different Python versions.
Whether you’re upgrading a project to a newer Python release or switching between projects with different requirements, pyenv makes the process simple and hassle-free.

[Pytest 101] 04 Mock Class

An introduction to two approaches for testing class instantiation when using the Factory Pattern, with practical examples using pytest-mock.

Ray

Introducing the factory pattern in your code can significantly improve its structure—but it also makes unit testing a bit trickier.
We’ll walk through two different mocking strategies, compare their pros and cons, and help you write more robust tests!

[Pytest 101] 03 Mock SQL Query

Free your unit tests from database dependencies using mocks.

Ray

With mock objects, we can simulate database operations without actually connecting to a real database.
This means we don’t need to prepare a dedicated test database or worry about cleaning it up after tests.

Recent Posts

Categories

Tags