Join us

ContentUpdates from UWS...
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Would an OpenAI work assistant put the company in conflict with Microsoft?

Microsoft invested $10 billion in OpenAI in January and owns an estimated 49% of the company... read more  

Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

The Dawn of Spatial Computing

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

The Dawn of Spatial Computing
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

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.. read more  

I Don't Need Your Query Language
Story
@vmihailenco shared a post, 2 years, 5 months 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, 5 months ago
FAUN.dev()

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.. read more  

GitHub CEO says Copilot will write 80% of code "sooner than later"
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Initializing Large Static Maps in Go

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

Initializing Large Static Maps in Go
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

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... read more  

Go for Data Processing: Working with CSV and JSON Files
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

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... read more  

Go Channel: Master the Art of Concurrency in Golang
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Writing slower Go programs

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

Writing slower Go programs
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

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 .. read more  

Caching Golang tests in CI

This organization doesn't have a detailed description yet. If you are the administrator of this organization, please claim this page and edit it.