Az Codez·Jul 5Run Local LLMs with OpenCode CLI (Windows)OpenCode CLI is similar harness to as GitHub Copilot or Claude Code, so if you have these configured already configure OpenCode to work…
Az Codez·Jan 26, 2024Deploy Python Django App to AWS Elastic Kubernetes Service with a CI/CD pipelineHow I have deployed a Python Django application to Amazon EKS with a CI/CD pipeline using Terraform.
InTowards AWSbyAz Codez·Jul 9, 2023Blocked by CORS policy AWS CDKWhen creating an AWS API gateway connected to the Lambda function, I was getting a CORS error. This is how I went about fixing it in my…
Az Codez·Jun 3, 2023Errors updating LinuxI had some errors updating Linux (Debian) OS system packages, below, I will run through how I fixed the packages.
Az Codez·Apr 9, 2023Post to LinkedIn using Python AutomationBelow are steps I went though to authenticate my LinkedIn token and post to my LinkedIn personal account using a python script.
Az Codez·Feb 25, 2023How to Create a Serverless Contact Form using Lambda, DynamoDB and AWS CDKBelow are steps I went through to create a Serverless app that saves email from an HTML form to a DynamoDB in a few hours. Apologies code…
Az Codez·Feb 11, 2023Generate code suggestions using OpenAI API and Python.I was wondering how to run OpenAI/ChatGPT code generation using the OpenAI API locally, so I thought I would have a play to see if I could…A response icon1A response icon1
InTowards AWSbyAz Codez·Jan 27, 2023Benefits of multi-cloud architecturesA multi-cloud architecture is a type of cloud computing approach in which an organization uses multiple cloud services from different…
Az Codez·Jan 8, 2023Algorithms: Consequences of adding more loopsCode ExampleA response icon1A response icon1
InAWS in Plain EnglishbyAz Codez·Dec 6, 2022Setup an Ubuntu Docker containerSometimes you need to set up a blank Ubuntu Linux instance to test commands or pipeline executions or install things.