Skip to content
View jellis777's full-sized avatar

Block or report jellis777

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Go-AWS-Fundamentals-Project Go-AWS-Fundamentals-Project Public

    This project is a small Go backend built to demonstrate core cloud-native backend concepts using AWS. It runs as an AWS Lambda function, stores data in DynamoDB, and sends messages to SQS for async…

    Go

  2. Stack-Resource-Lister Stack-Resource-Lister Public

    This project is a small Go command-line tool that lists the resources inside an AWS CloudFormation stack and shows their current status. It is built to demonstrate basic Go structure, AWS SDK usage…

    Go

  3. S3-Presigned-URL S3-Presigned-URL Public

    This project is a small Go command-line tool that uploads a file to Amazon S3 and generates a presigned URL for sharing that file. It demonstrates how to use the AWS SDK for Go to interact with S3,…

    Go

  4. Simple-CDK-DynamoDB-Table Simple-CDK-DynamoDB-Table Public

    This project is a small Infrastructure as Code (IaC) example built with the AWS Cloud Development Kit (CDK) using Go. It defines and deploys a DynamoDB table using AWS CDK constructs, demonstrating…

    Go

  5. ai-backend-course/ai-summary-service ai-backend-course/ai-summary-service Public

    A lightweight, production-ready Go microservice that generates LLM-powered summaries, explanations, and text transformations using either OpenAI or a deterministic mock LLM for offline/local develo…

    Go

  6. ai-backend-course/notes-memory-core-rag ai-backend-course/notes-memory-core-rag Public

    Extends the base notes-memory-core backend into a full AI retrieval system: that stores notes, generates vector embeddings, runs a semantic search using pgvector, and produces AI answers ground in …

    Go