Skip to content

ortizdavid/golang-pocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang POCs

This repository contains various proof-of-concept (POC) examples for testing and experimenting with Golang concepts.

⚠️ Note:

  • These are not best practices or production-ready code.
  • It's a collection of programming drafts and practical experiments.

Folders

Here’s a quick overview of what’s inside:

  • 2D Graphics: Graphics experiments.
  • API Authentication: Examples for API auth mechanisms.
  • Arithmetics: Math and algorithm examples.
  • Collections: Working with slices, maps, etc.
  • Concurrency: Goroutines, channels, and waitgroups.
  • Context: Using the context package.
  • Docker: Dockerizing Go applications.
  • Fetch API: Fetching and handling APIs.
  • Fiber CSRF Token: CSRF protection in Fiber.
  • File Manager: File operations.
  • Go MongoDB/Redis: Examples with MongoDB and Redis.
  • RabbitMQ: Messaging with RabbitMQ.
  • ... and more!

Usage

  1. Clone the repository:
    git clone https://github.com/your-username/golang-pocs.git
  2. Navigate to a folder:
    cd golang-pocs/concurrency
  3. Run the example:
    go run example.go

Purpose

  • To experiment with Golang concepts.
  • To provide a reference for practical examples.
  • To share drafts and ideas with others.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages