ContentPosts from @faun..
Link
@faun shared a link, 2 years, 1 month ago

The Dawn of Spatial Computing

A close look at the breakthroughs in mixed reality tech..

The Dawn of Spatial Computing
Link
@faun shared a link, 2 years, 1 month ago

I Don't Need Your Query Language

New query languages for databases are not a strength but a burden. SQL is already a common ground language for general-purpose databases and is easier to use than learning a new language. Comparisons with SQL often fail to show its complexity, making it unnecessary to adopt new languages. Stick with..

I Don't Need Your Query Language
Story Trending
@vmihailenco shared a post, 2 years, 1 month ago
@uptrace

Getting started with Kvrocks and go-redis

Redis OpenTelemetry

Learn how to use go-redis client to get started with Apache Kvrocks, a distributed key-value NoSQL database.

kvrocks.webp
Link
@faun shared a link, 2 years, 1 month ago

GitHub CEO says Copilot will write 80% of code "sooner than later"

AI-powered Copilot by GitHub, based on OpenAI's Codex, is revolutionizing coding by generating code lines, blocks, and even whole programs. Over 10,000 organizations have adopted it, allowing developers to focus better, be more productive, and increase code quality. Copilot's usage is growing rapidl..

GitHub CEO says Copilot will write 80% of code "sooner than later"
Link
@faun shared a link, 2 years, 1 month ago

Initializing Large Static Maps in Go

Exploring static map initialization in Go and strategies to address performance impacts...

Initializing Large Static Maps in Go
Link
@faun shared a link, 2 years, 1 month ago

Go for Data Processing: Working with CSV and JSON Files

Go's built-in packages, encoding/csv and encoding/json, simplify these tasks. With Go, you can effortlessly handle data processing, whether it's small files or extensive datasets...

Go for Data Processing: Working with CSV and JSON Files
Link
@faun shared a link, 2 years, 1 month ago

Go Channel: Master the Art of Concurrency in Golang

Go channels are communication pathways between goroutines. They enable safe and efficient data transmission, synchronization, and concurrency in Go programs...

Go Channel: Master the Art of Concurrency in Golang
Link
@faun shared a link, 2 years, 1 month ago

Writing slower Go programs

Focus on readability, optimize for simplicity, and prioritize performance only when necessary...

Writing slower Go programs
Link
@faun shared a link, 2 years, 1 month ago

Caching Golang tests in CI

Airplane uses Golang and runs unit tests through CI on their monorepo. They improved test speed by using go test caching, reducing test duration from minutes to seconds. The caching feature considers code changes, environment variables, and file access. By preserving the cache directory in CI, test ..

Caching Golang tests in CI
Link
@faun shared a link, 2 years, 1 month ago

AWS CloudTrail cheat sheet

Invictus Incident Response has developed a cheat sheet for CloudTrail events in AWS to aid incident responders in faster triage and identifying notable activity...

AWS CloudTrail cheat sheet