Git Product home page Git Product logo

Bookmarks

Go (golang) packages:

  • binder - HTTP request data binder (JSON, form data, query, file from multipart form).
  • asyncer - simple, reliable, and efficient distributed task queue in Go.
  • mailer - is an email queue processor that exemplifies provider-agnostic versatility in its design.
  • httpserver - The httpserver package in Go offers a simple and efficient solution for creating, running, and gracefully shutting down HTTP servers, with support for context cancellation and concurrent execution.
  • go-smart-monolith - an example of a monolithic application built ready for microservice architecture.
  • oauth2-server - this is a simple OAuth2 server implementation in Go with some useful buns such as sign-in/sign-up/password recovery flows, API to manage user data and clients, token revocation, and introspection.
  • mongo-repository - this Go package provides a generic, extensible MongoDB repository with advanced CRUD operations, flexible querying capabilities, and support for common MongoDB patterns. It is designed to simplify the interaction with MongoDB using the official MongoDB Go driver.
  • filemanager - package provides a convenient way to interact with AWS S3 or S3-compatible storage services in Go. It simplifies common operations such as uploading files from various sources and removing files from S3 buckets.
  • clientip - provides functionality to accurately determine a client's IP address from HTTP requests, considering various headers that might contain the real IP address, especially when your application is behind a proxy or load balancer.
  • go-signature - this library converts any given data into a base64 string, signs it with a secret key.
  • go-app-template - [WIP]: A full-stack app template based on Golang and featuring TailwindCSS for styling, HTMX for dynamic UIs, TursoDB for efficient data management, and Templ for component-style templating (similar to ReactJs), streamlining web development workflows.

Theory:

  • Golang project layout - this is a basic layout for Go application projects. Has translations to 10+ languages.
  • Data Structures and Algorithms - several data structures and algorithms are implemented in Go.
  • System Design Interview - system design interview tips. This repository only teaches you how to handle the system design interview with a systematic approach in a short time.
  • The Algorithms - algorithms implementation in different languages, including go.
  • roadmap.sh - is a community effort to create roadmaps, guides, and other educational content to help developers pick up the path and guide their learnings.
  • Awesome Go Educations - a curated list of awesome articles and resources for learning and practicing Golang and its related technologies.
  • go-resiliency - resiliency patterns for golang (circuit-breaker, semaphore, deadline, batching, retriable).
  • failsafe-go - is a library for building fault-tolerant Go applications. It works by wrapping executable logic with one or more resilience policies, which can be combined and composed as needed. Policies include Retry, Circuit Breaker, Rate Limiter, Timeout, Bulkhead, and Fallback.

Tools:

  • sqlc - generates type-safe code from SQL.
  • sql-migrate - SQL schema migration tool for Go. It can be used as a CLI tool and a library in your app.
  • mage - it's a make-like build tool using Go. You write plain-old go functions, and Mage automatically uses them as Makefile-like runnable targets.
  • tldraw - it's a collaborative digital whiteboard. You can use tldraw to create a drop-in whiteboard for your product or as the foundation on which to build your own infinite canvas applications. The project is open-source, and the repository with code is here.
  • go-structurizr - this library allows you to auto-generate C4 component diagrams out from the Golang code. A good example here.
  • Go Recipes - a collection of tools for Go projects.

Made in Ukraine πŸ‡ΊπŸ‡¦

Licensing:

  • Fair-code is not a software license. It describes a software model where software:
    • is generally free to use and can be distributed by anybody
    • has its source code openly available
    • can be extended by anybody in public and private communities
    • is commercially restricted by its authors
  • Sustainable License - is the most liberal commercial license we could create. It balances the freedoms provided by open-source software with monetization, allowing creators to earn money from their work and reinvest that back into their efforts to continue long-term development. Read more about Sustainable License FAQ.
  • Golang licenses checker - go-licenses analyzes the dependency tree of a Go package/binary. It can report the libraries used and under what license they can be used. It can also collect all license documents, copyright notices, and source code into a directory to comply with license terms on redistribution.

Dmytro Momot's Projects

Dmytro Momot doesn’t have any public repositories yet.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.