shlogg · Early preview
Ajeet Singh Raina @ajeetsraina

Developer Advocate at Docker, ex-Docker Captain, Docker Community Leader, Arm Ambassador

Do You Need A GPU To Run Ollama Locally?

Ollama can run without a GPU, but expect long loading times & slow inference. A decent CPU with 16GB+ RAM will get you started. GPUs make a huge difference, especially for matrix-heavy tasks like LLM inference.

Docker Bake: Simplifying Docker Builds With Node.js Applications

Docker Bake is a powerful build tool for Docker images, extending Buildx with HCL or JSON configs for variable substitution, target inheritance & multi-platform builds.

KubeArchInspect: Check Kubernetes Images For Arm64 Support

KubeArchInspect checks Kubernetes cluster images for arm64 support. Run `./kubearchinspect images` to generate a report with symbols indicating compatibility: ✅ (supported), 🆙 (update includes support), ❌ (not supported).

Docker Desktop CLI: Streamline Dev Experience With Automation

Docker Desktop CLI introduced in v4.37 enables automation & streamlines dev experience with key features like engine management, restart, status checks & module updates.

MCP Standardizes LLM Integration With Data Sources And Tools

MCP standardizes how apps provide context to LLMs, enabling seamless integration with data sources & tools. This guide sets up PostgreSQL locally on a MacBook, configures it with Claude Desktop for efficient data querying & management.

Deploying Open WebUI With Docker Compose In 9 Steps

Deploy & customize Open WebUI with Docker Compose: clone repo, examine compose file, start services, verify, access UI, download models, configure settings & permissions. Ideal for AI-powered solutions!

Configuring XRDP On Jetson Nano For Seamless Remote Access

Set up XRDP on Jetson Nano, install Microsoft Remote Desktop on MacBook, and connect to 192.168.1.100 IP address for seamless remote desktop experience.

Docker Extensions: Extend Docker Desktop Functionality

Docker Extensions lets developers seamlessly connect their favorite tools to app dev & deployment workflows, adding debugging, testing, security & networking functionalities with one-click installation.

Testcontainers Resources For 2024 And Beyond

Testcontainers provides lightweight instances of databases & services for testing. Explore resources, modules, and integrations for various languages and frameworks.

Streamlining Development With Testcontainers At Devoxx Belgium 2024

Devoxx Belgium 2024: Streamline dev & testing with Testcontainers at Docker Booth ! Live demos, Q&A, swag & more! Don't miss out on cutting-edge content, global community & actionable takeaways!

Mastering GitHub CLI For Efficient Development

Simplify GitHub tasks with the CLI: authenticate, list & checkout pull requests directly from your terminal with `gh auth login`, `gh pr list`, and `gh pr checkout <pr-number>` commands. Streamline your workflow today!

Getting Started With Testcontainers For Node.js Integration Testing

Get started with Testcontainers for Node.js: simplify integration testing with lightweight, disposable containers. Learn how to set up and use Testcontainers in a basic example.

Install And Manage Multiple Node.js Versions With Nvm On Mac

Install nvm on Mac with Homebrew: `brew install nvm`, then add to shell profile: `source $(brew --prefix nvm)/nvm.sh`. Use specific Node.js version: `nvm ls-remote`, `nvm install <version>`, `nvm use <version>`.

Docker Compose Setup For Local AI Model Access

Run powerful AI models locally & remotely with Docker Compose, Ollama, Ollama UI & Cloudflare. Securely access models from anywhere with a web browser.

Migrating From Create React App To Vite For Faster Development

Migrate from Create React App to Vite for faster development & optimized production builds with instant server start & hot module replacement.

Docker Build Checks: Validate Your Dockerfile With Ease

Docker Build Checks: Validate your Dockerfile without executing the build. Run `docker build --check` to identify potential issues early in development.

Reset WordPress Password Via PhpMyAdmin In 8 Steps

Forgot your WordPress password? Reset it via PhpMyAdmin! Log in to PhpMyAdmin, select database, edit wp_users table, delete old password, enter new one, use MD5 function & Go! Easy & quick way to regain access.

How To Run Redis On Windows 10 With WSL2 In 6 Easy Steps

Run Redis on Windows 10 with WSL2: Enable WSL2, install Ubuntu from Microsoft Store, install & configure Redis, restart server, verify installation & stop server when done.

Docker Desktop 4.30.0 Brings Enhanced Security And Workflows

Docker Desktop 4.30.0 released with enhanced security, streamlined workflows & platform-specific fixes for improved containerized app dev.