#go

[ follow ]
fromHackernoon
4 months ago

As the Go Ecosystem Continues Grow, gopls Continues to Scale | HackerNoon

The v0.12 release of gopls features a core rewrite that allows it to scale to larger codebases, enhancing performance and reducing memory usage significantly.
Miscellaneous
fromSitePoint Forums | Web Development & Design Community
3 weeks ago

Senior dev seeking architecture best practices for CI/CD across microservices

A standardized CI/CD pipeline for microservices should address key challenges such as coordinating cross-service releases, managing backward compatibility, and preventing configuration duplication.
Node JS
fromHackernoon
4 months ago

How to Find Unreachable Functions With Deadcode | HackerNoon

Dead code refers to functions in source code that can't be reached during execution, complicating maintenance. A new tool, 'deadcode,' helps identify such functions.
Software development
Node JS
fromHackernoon
1 month ago

How I Merged and Validated Two JSON Files in Go | HackerNoon

Learning Go through practical tasks enhances understanding of its file handling and JSON processing capabilities.
fromHackernoon
3 years ago

Golang Can Remove Code From the Binary, and You May Want to Know That! | HackerNoon

The dual components of Go interfaces affect equality checks, particularly with nil values, highlighting a subtlety in the language's handling of types and interfaces.
Scala
#typescript
fromLogRocket Blog
4 months ago
Scala

TypeScript is getting a 10x faster compiler - here's what it means for developers - LogRocket Blog

Microsoft is enhancing TypeScript compiler performance by porting it to Go, boosting compilation speed tenfold.
fromInfoWorld
4 months ago
Software development

TypeScript gets Go-faster stripes

The new Go-based TypeScript compiler is 10x faster than the current one, enhancing developer productivity and experience.
#benchmarking
Scala
fromMedium
3 months ago

I Tried Kotlin, Scala, and Go-Here's Why I'm Sticking with Java

Java, despite being viewed as a legacy language, has evolved significantly and remains ideal for large-scale backend development.
Running
fromHackernoon
4 months ago

Here's How to Test Concurrent Code With Testing/Synctest: Go 1.24 | HackerNoon

Go 1.24 introduces an experimental testing/synctest package to aid in testing concurrent programs, addressing common challenges associated with such code.
fromHackernoon
2 years ago

Modern Hashing With Go: A Guide | HackerNoon

In Go, hashing is categorized into two main types: non-cryptographic hashes like FNV for speed, and cryptographic hashes like SHA-256 for security.
JavaScript
fromInfoWorld
7 months ago

Go eclipses Node.js in web API requests, Cloudflare reports

‘Go has emerged as the leading programming language for automated API requests, showing a significant increase in market share to 11.8%, surpassing Node.js, which saw a decrease to 10%.’
Python
[ Load more ]