Search

Discover articles.

Search across authors, categories, and technical themes. The layout mirrors the editorial references while staying responsive and fast.

Results

Matches for “golang”

161 results
Backend Development Jun 6, 2025 37 Interactive Technology Team

Why Your Golang Service Misses System DNS Cache and How to Fix It

This article explains why a Golang service running on AWS EC2 failed to use the system‑level DNS cache provided by nscd, causing excessive DNS queries that triggered request timeouts, and describes the investigation and optimization steps that resolved the issue.

golangawsdnsbackend performanceconnection reusenscd
Backend Development May 26, 2025 php中文网 Courses

Flow Control in Go (Golang): if/else, for, switch, break, continue, and goto

This article explains Go's flow‑control constructs—including conditional statements, loops, switch branches, and special statements like break, continue, and goto—provides syntax details, highlights key characteristics, and offers multiple code examples to help developers write clear and efficient Go code.

GolangprogrammingGoflow controlif elseswitchfor loop
Backend Development Mar 21, 2025 Code Mala Tang

Can Golang‑Compiled TypeScript Outrun Node, Bun, and Deno? Benchmark Results Revealed

This article examines Microsoft’s new Golang‑based TypeScript compiler by benchmarking recursive Fibonacci, merge sort, and matrix multiplication across Golang, Node.js, Bun, and Deno, revealing that while Golang remains faster, Bun narrows the gap, and the promised ten‑fold speedup is not universally achieved.

performanceTypeScriptGolangNode.jsbenchmarkBunDeno
Backend Development Feb 27, 2025 Raymond Ops

How to Resolve golang.org/x Package Download Failures with Proxies and Go Modules

This guide explains why Go commands often cannot download golang.org/x packages, and provides step‑by‑step solutions including setting HTTP/HTTPS proxies, manually cloning mirror repositories, using go.mod replace directives, and configuring the GOPROXY environment variable to ensure reliable dependency retrieval.

proxygolangdependency managementgo modulesGOPROXY
Artificial Intelligence Feb 10, 2025 Python Programming Learning Circle

Why Golang Won’t Replace Python: A Comparative Overview for AI Engineers

The article compares Golang and Python for AI development, highlighting Golang’s superior scalability, performance, and concurrency while acknowledging Python’s extensive libraries, community support, and accessibility, and concludes that both languages have distinct strengths rather than one completely supplanting the other.

Performancemachine learningAIScalabilityGolangProgramming Languages
Artificial Intelligence Jan 20, 2025 ByteFE

Eino: An Open‑Source Golang Framework for Large‑Model Application Development

Eino is a Golang‑based, open‑source framework that streamlines the full devops lifecycle of large‑model applications by providing stable, strongly‑typed components, graph‑based orchestration, built‑in tooling, and extensible architecture to help developers quickly build reliable AI services.

AILLMGolangDevOpsOpenSourceFramework
Backend Development Nov 14, 2024 Java Tech Enthusiast

Comprehensive Backend Interview Q&A: Golang, Networking, OS, MySQL, Redis, Design Patterns, and Algorithms

The article presents recent tech-company salary figures and a comprehensive set of backend interview questions spanning Go language fundamentals, memory management, networking protocols, OS synchronization, MySQL transaction isolation and indexing, Redis performance, design‑pattern implementations, and classic algorithms such as quicksort.

BackendDesign PatternsDatabaseGolangInterviewAlgorithmsNetworking
Backend Development Jan 1, 2024 Rare Earth Juejin Tech Community

Introducing Hasaki: A Simple Golang HTTP Restful Client with Custom Decoders and Middleware

This article describes the motivation, design, and usage of Hasaki, a lightweight Go HTTP Restful client that supports custom status‑code handling, multiple data formats such as JSON, XML, YAML and protobuf, builder‑style chaining, and extensible middleware, providing code examples and a plugin architecture.

middlewareGoprotobufRestfulcustom decoderHTTP clientHasaki
Backend Development Nov 9, 2023 Tencent Cloud Developer

Troubleshooting Golang GC Performance Issues Causing Request Timeout Spikes

The article details how a Go service’s default GOGC setting caused overly frequent garbage‑collection pauses that spiked request timeouts, and how adjusting GOGC dynamically with debug.SetGCPercent and setting memory limits reduced GC CPU usage, extended pause intervals, and eliminated timeout spikes.

Backend DevelopmentGolangpprofGC OptimizationGo Memory ManagementGOGCPerformance TroubleshootingRuntime TraceSTW Pause
Backend Development Sep 20, 2023 Sohu Tech Products

Analyzing and Fixing Encoding Issues in Python Requests, Scrapy, and Golang Charset Libraries

The article examines how Python Requests, Scrapy, and Go’s charset package detect page encodings, reveals why they often mis‑decode Chinese GB‑series pages, and proposes a unified strategy—prefer header charset, then HTML meta, finally a reliable heuristic—to eliminate garbled text in web scraping.

PythonGolangEncodingWeb ScrapingScrapyRequests
Page 1 Next