Skill Suites
Code-first guides on AI, DevOps, and shipping software
Real proof-of-concepts you can run today. No fluff, no filler, just working examples.
Latest articles
-
What Claude Can Do in Production: Claude API Production Use Cases for 2026
Series AI in Production: 30 Real-World Use Cases with Claude Part 1 of 30 · View the full series TL;DR Most claude…
-
Zero-Downtime Deployment Checklist: A Guide for Founders
Ensure your product updates reach users seamlessly with our zero-downtime deployment checklist. Avoid disruptions and keep your startup running smoothly.
-
A .htaccess file for Apache httpd for Angular and Laravel
Here the demo and demo-api are two sub domains of the domain.
-
CI/CD using Bitbucket Pipeline for Laravel Application
We need a yaml configuration file Credentials for the deployment target We will take the latest code Copy it on the target…
-
SCP – Secure Copy
scp source destination scp -i .ssh/key ./test.txt ubuntu@ip:~/ This will copy the file test.txt from the source machine where this scp command…
-
Generate SSH Key
To generate an SSH key we need open SSH installed on our machine. Let’s say we are working on a Ubuntu or…