Git Product home page Git Product logo

isocodes's Introduction

Bookmarks

Go (golang) packages:

  • go-smart-monolith - an example of a monolithic application built ready for microservice architecture.
  • go-app - [DEPRECATED] golang template for quick start of a new application.
  • go-utils - some useful helpers I have collected for years and used in each project.
  • go-pkg - another collection of code parts to speed up development, for example, an HTTP server with a graceful shutdown, cqrs facade, etc.
  • 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.
  • 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.

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.

isocodes's People

Contributors

barryvdh avatar diskodorian avatar drieschel avatar enumag avatar ickbinhier avatar ilubenets avatar jcomack avatar julienbreux avatar kassnl avatar kitbs avatar kookynerd avatar kukulich avatar micheleangioni avatar pp3345 avatar pvankouteren avatar readmecritic avatar ronanguilloux avatar seldaek avatar soullivaneuh avatar stof avatar tomasvotruba avatar

Watchers

 avatar  avatar

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.