/images/avatar.png

Manage Sensitive Data with Docker Secrets

Docker Secrets is a tool for securely storing and managing sensitive data in Docker containers. It provides a mechanism to centrally manage and protect sensitive data such as database passwords, API keys, and SSH keys.

Create Locally-Managed Cloudflare Tunnel

Cloudflare Tunnel provides you with a secure way to connect your resources to Cloudflare without a publicly routable IP address. With Tunnel, you do not send traffic to an external IP — instead, a lightweight daemon in your infrastructure (cloudflared) creates outbound-only connections to Cloudflare’s global network. Cloudflare Tunnel can connect HTTP web servers, SSH servers, remote desktops, and other protocols safely to Cloudflare. This way, your origins can serve traffic through Cloudflare without being vulnerable to attacks that bypass Cloudflare.

Play with Code Llama 70B

A practical look at what Code Llama 70B was good at in its moment, how to run it locally, and what its strengths and limits look like in real coding workflows.