The Daily Go
How To Compile Go code 40% faster with RAM disk
https://daltontan.com/how-to-compile-go-code-faster-with-ram-disk/24
#Compile #Ramdisk
How To Compile Go code 40% faster with RAM disk
https://daltontan.com/how-to-compile-go-code-faster-with-ram-disk/24
#Compile #Ramdisk
Daltontan
How to Compile Go Code 40% Faster With RAM Disk | Dalton Tan
learn how to set up ram disk to improve go build time without sacrificing productivity. - Singapore software developer, designer, and photographer | Dalton Tan
The Daily Go
Learn Go with test-driven development
https://github.com/quii/learn-go-with-tests
#Learn #TDD
Learn Go with test-driven development
https://github.com/quii/learn-go-with-tests
#Learn #TDD
The Daily Go
Pure go library for creating and processing Office Word (.docx), Excel (.xlsx) and Powerpoint (.pptx) documents
https://github.com/unidoc/unioffice
#Docx #OpenOffice
Pure go library for creating and processing Office Word (.docx), Excel (.xlsx) and Powerpoint (.pptx) documents
https://github.com/unidoc/unioffice
#Docx #OpenOffice
GitHub
GitHub - unidoc/unioffice: Pure go library for creating and processing Office Word (.docx), Excel (.xlsx) and Powerpoint (.pptx)…
Pure go library for creating and processing Office Word (.docx), Excel (.xlsx) and Powerpoint (.pptx) documents - unidoc/unioffice
The Daily Go
The fastest and most interactive terminal based UI application for tracking cryptocurrencies
https://github.com/miguelmota/cointop
#Console #Cryptocurrency
The fastest and most interactive terminal based UI application for tracking cryptocurrencies
https://github.com/miguelmota/cointop
#Console #Cryptocurrency
The Daily Go
A go package for Windows 10 toast notifications.
https://github.com/go-toast/toast
#Toast #Windows
A go package for Windows 10 toast notifications.
https://github.com/go-toast/toast
#Toast #Windows
The Daily Go
A tool to detect illegitimate stars from bot accounts on GitHub projects
https://github.com/Ullaakut/astronomer
#bot_detection #fraud_detection
A tool to detect illegitimate stars from bot accounts on GitHub projects
https://github.com/Ullaakut/astronomer
#bot_detection #fraud_detection
GitHub
GitHub - Ullaakut/astronomer: A tool to detect illegitimate stars from bot accounts on GitHub projects
A tool to detect illegitimate stars from bot accounts on GitHub projects - Ullaakut/astronomer
The Daily Go
The internals of slice in GoLang
https://www.pixelstech.net/article/1561880877-The-internals-of-slice-in-GoLang
#Slice
The internals of slice in GoLang
https://www.pixelstech.net/article/1561880877-The-internals-of-slice-in-GoLang
#Slice
www.pixelstech.net
The internals of slice in GoLang
There are 3 components of slice:a) Pointer: Points to the start position of slice in the underlying array;b) length (type is int): the number of the valid elements of the slice;b) capacity (type is in
The Daily Go
goch is a self-hosted live-chat server written in Go.
https://github.com/ribice/goch
#chat
goch is a self-hosted live-chat server written in Go.
https://github.com/ribice/goch
#chat
GitHub
GitHub - ribice/goch: Self hosted live chat server written in Go
Self hosted live chat server written in Go. Contribute to ribice/goch development by creating an account on GitHub.
The Daily Go
Expose your local endpoints to the Internet
https://github.com/alexellis/inlets
#Tunnel #Proxy
Expose your local endpoints to the Internet
https://github.com/alexellis/inlets
#Tunnel #Proxy
The Daily Go
A fast embedded DB working with Go structs
https://objectbox.io/go-1-0-release-and-performance-benchmarks
#database #embedded
A fast embedded DB working with Go structs
https://objectbox.io/go-1-0-release-and-performance-benchmarks
#database #embedded
ObjectBox
ObjectBox Go 1.0 release and performance benchmarks
We're thrilled to share ObjectBox Go 1.0 with a powerful code generator, stabilized API, and improved performance. Take a look at our performance benchmarks to see how ObjectBox stacks up to alternatives.
The Daily Go
Canvas is a common vector drawing target that can output SVG, PDF, EPS and raster images (which can be saved as PNG, JPG, ...).
https://github.com/tdewolff/canvas
#drawing #pure_go
Canvas is a common vector drawing target that can output SVG, PDF, EPS and raster images (which can be saved as PNG, JPG, ...).
https://github.com/tdewolff/canvas
#drawing #pure_go
GitHub
GitHub - tdewolff/canvas: Vector graphics in Go
Vector graphics in Go. Contribute to tdewolff/canvas development by creating an account on GitHub.
The Daily Go
Fuzzing as a service platform that fuzzes your code continuously to find bugs and vulnerabilities before the bad guys do.
https://fuzzit.dev
#fuzzing #security
Fuzzing as a service platform that fuzzes your code continuously to find bugs and vulnerabilities before the bad guys do.
https://fuzzit.dev
#fuzzing #security
Gitlab
Security Compliance
GitLab application security testing for SAST, DAST, Dependency scanning, Container Scanning and more within the DevSecOps CI pipeline with vulnerability management and compliance.
The Daily Go
Music organisation and streaming system in Go
https://github.com/tchaik/tchaik
#Streaming #Music
Music organisation and streaming system in Go
https://github.com/tchaik/tchaik
#Streaming #Music
GitHub
GitHub - tchaik/tchaik: Music organisation and streaming system in Go
Music organisation and streaming system in Go. Contribute to tchaik/tchaik development by creating an account on GitHub.
The Daily Go
JPEG steganography
jsteg is a package for hiding data inside jpeg files, a technique known as steganography. This is accomplished by copying each bit of the data into the least-significant bits of the image. The amount of data that can be hidden depends on the filesize of the jpeg; it takes about 10-14 bytes of jpeg to store each byte of the hidden data.
https://github.com/lukechampine/jsteg
#steganography #jpeg
JPEG steganography
jsteg is a package for hiding data inside jpeg files, a technique known as steganography. This is accomplished by copying each bit of the data into the least-significant bits of the image. The amount of data that can be hidden depends on the filesize of the jpeg; it takes about 10-14 bytes of jpeg to store each byte of the hidden data.
https://github.com/lukechampine/jsteg
#steganography #jpeg
GitHub
GitHub - lukechampine/jsteg: JPEG steganography
JPEG steganography. Contribute to lukechampine/jsteg development by creating an account on GitHub.
The Daily Go
Ultimate Go study guides, with heavily documented code and programs analysis all in 1 place
https://github.com/hoanhan101/ultimate-go
#Golang
Ultimate Go study guides, with heavily documented code and programs analysis all in 1 place
https://github.com/hoanhan101/ultimate-go
#Golang
GitHub
GitHub - hoanhan101/ultimate-go: The Ultimate Go Study Guide
The Ultimate Go Study Guide. Contribute to hoanhan101/ultimate-go development by creating an account on GitHub.
This media is not supported in your browser
VIEW IN TELEGRAM
The Daily Go
A tool for exploring each layer in a docker image
https://github.com/wagoodman/dive
#Docker #Image
A tool for exploring each layer in a docker image
https://github.com/wagoodman/dive
#Docker #Image
The Daily Go
Why Go is a great fit for DevOps
https://www.freecodecamp.org/news/using-go-for-devops/
#devops
Why Go is a great fit for DevOps
https://www.freecodecamp.org/news/using-go-for-devops/
#devops