Highlights
-
go-retryablehttp Public
Forked from hashicorp/go-retryablehttpRetryable HTTP client in Go
Go Mozilla Public License 2.0 UpdatedMar 24, 2025 -
go-jira Public
Forked from andygrunwald/go-jiraGo client library for Atlassian Jira
Go MIT License UpdatedMar 16, 2025 -
-
-
This repository explains the implementation details and niches of implementing a user impersonation flow, with AWS Cognito.
-
aws-lambda-multipart-parser Public
A simple, lightweight tool to parse multipart/form-data from the body of incoming API Gateway proxy requests.
-
milvus Public
Forked from milvus-io/milvusA cloud-native vector database, storage for next generation AI applications
-
distro-blog Public
Initially, a serverless CMS written in Go, but now the plan is .NET Core microservices!
-
rusty-jwt Public
A simple .NET NuGet package use to create and verify JSON-Web-Tokens.
-
migrations Public
A simple tool used to manage database migrations, designed to run in CI/CD pipelines
-
-
stomp Public
Forked from go-stomp/stompGo language library for STOMP protocol
Go Apache License 2.0 UpdatedJun 6, 2023 -
go-mssqldb Public
Forked from microsoft/go-mssqldbMicrosoft SQL server driver written in go language
Go BSD 3-Clause "New" or "Revised" License UpdatedApr 26, 2023 -
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
Go Apache License 2.0 UpdatedApr 21, 2023 -
terraform-provider-azurerm Public
Forked from hashicorp/terraform-provider-azurermTerraform provider for Azure Resource Manager
Go Mozilla Public License 2.0 UpdatedApr 19, 2023 -
tx-command Public
A simple commanding library with support for executing commands within a database transaction.
-
Pomelo.EntityFrameworkCore.MySql Public
Forked from PomeloFoundation/Pomelo.EntityFrameworkCore.MySqlEntity Framework Core provider for MySQL and MariaDB built on top of MySqlConnector
-
social-media Public
An attempt at making a social media website across a distributed system, using serverless functions and AWS.
-
tw-management-system Public
A web-based management system used to manage AWS infrastructure. Built in Go and React, using a serverless architecture via AWS Lambda.
-
monzo-plus-plus Public
Monzo++ is a standalone system that integrates with Monzo through webhooks and their API, to provide users with more, or enhanced, features.
-
-
A brief and basic example on using Webpack and Babel to transpile modern JavaScript to more browser-friendly ES5 JavaScript.
-
aws-lambda-go-api-proxy Public
Forked from awslabs/aws-lambda-go-api-proxylambda-go-api-proxy makes it easy to port APIs written with Go frameworks such as Gin (https://gin-gonic.github.io/gin/ ) to AWS Lambda and Amazon API Gateway.
-
simple-di Public
A super-simple dependency injection container with support for both transient and singleton services.
-
http-moq Public
A super small, super simple library used to mock API responses in integration tests.
-
-
base64-extensions Public
A small, lightweight library that provides helpful extensions for encoding and decoding Base64.
-
adyen-dotnet-api-library Public
Forked from James226/adyen-dotnet-api-libraryAdyen API Library for .NET
-
gojwt Public
A simple, extendible JSON-Web-Token library, written in Golang with no third-party dependencies (kind of).
-
httpy Public
A lightweight package used to make sending HTTP requests easier, with the fluent API of Requests.