Grounded ChatGPT
Explains Retrieval Augmented Generation (RAG) for using ChatGPT with custom data, including a C# implementation sample.
Explains Retrieval Augmented Generation (RAG) for using ChatGPT with custom data, including a C# implementation sample.
An in-depth technical look at Docker's core components, including its architecture, images, containers, and how they work together.
A guide to implementing GitLab's premium 'pull from remote repo' feature for free using a custom Docker image and GitLab CI/CD pipelines.
How to use SQLite with Litestream for serverless data replication, eliminating database servers and reducing costs to $0.03/month.
Part II of a Linux server setup guide, covering Docker installation, static IP configuration, and system cleanup on Ubuntu Server.
A technical guide on selecting and assembling high-end desktop hardware for a new home server to run various IT services.
Learn how to integrate Takeout with Laravel Sail to add services like PostgreSQL and save RAM by using shared Docker containers.
A developer shares 9 practical tips for improving your Bash and Python scripting workflow, based on real-world experience.
A guide to deploying an outdated Django 1.7 project using Docker, UWSGI, and NGINX for a server migration.
Explains the difference between Docker's `attach` and `exec` commands, detailing when to use each for container interaction.
A guide to 9 essential Docker commands for debugging Django applications running in containers, including pdb and bash shells.
A quick reference cheatsheet for essential Docker commands, covering images, containers, and Docker Compose.
A tutorial on how to Dockerize a custom React application with Webpack, including creating a Dockerfile and building an image.
A step-by-step tutorial on how to Dockerize a create-react-app application, from creating a Dockerfile to building the image.
A step-by-step tutorial on how to Dockerize a Node.js application, from creating a Dockerfile to building the image.
A guide on setting up and running PostgreSQL and pgAdmin using Docker Compose for local development.
A step-by-step guide to installing Docker on MacOS using Homebrew, including setting up the Docker engine and environment.
Explores a simpler alternative to Docker for deploying Python web apps, comparing it to common methods and containers.
A software engineering intern shares key lessons learned during their summer internship at ASAPP, including project management and teamwork.
A guide to painless end-to-end testing for web apps using Docker and Playwright, avoiding complex setups and paid services.