#go

[ follow ]
#performance
fromLogRocket Blog
1 month 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.
fromLogRocket Blog
18 hours ago
React

Why Go wasn't the right choice for the TypeScript compiler - LogRocket Blog

The TypeScript compiler's rewrite in Go enhances speed but threatens ecosystem stability and maintainability.
Performance improvements alone don't ensure pragmatic language choices.
fromHackernoon
1 month ago
Running

testing.B.Loop: Some More Predictable Benchmarking for You | HackerNoon

Go 1.24's testing.B.Loop simplifies and enhances benchmark writing in Go, minimizing common pitfalls and ensuring accurate timing.
fromLogRocket Blog
1 month 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.
fromLogRocket Blog
18 hours ago
React

Why Go wasn't the right choice for the TypeScript compiler - LogRocket Blog

The TypeScript compiler's rewrite in Go enhances speed but threatens ecosystem stability and maintainability.
Performance improvements alone don't ensure pragmatic language choices.
fromHackernoon
1 month ago
Running

testing.B.Loop: Some More Predictable Benchmarking for You | HackerNoon

Go 1.24's testing.B.Loop simplifies and enhances benchmark writing in Go, minimizing common pitfalls and ensuring accurate timing.
more#performance
#typescript
fromLogRocket Blog
3 weeks ago
Node JS

TypeScript is going Go: Why it's the pragmatic choice - LogRocket Blog

TypeScript is being ported to Go, termed 'TypeScript 7', reflecting a shift towards languages beyond JavaScript for tool development.
fromHackernoon
6 years ago
Scala

Go Interfaces, Explained for TypeScript Developers | HackerNoon

Interfaces ensure consistent behavior in programming languages, focusing on either structure or behavior.
TypeScript employs structural typing while Go uses duck typing for interface implementation.
fromLogRocket Blog
3 weeks ago
Node JS

TypeScript is going Go: Why it's the pragmatic choice - LogRocket Blog

TypeScript is being ported to Go, termed 'TypeScript 7', reflecting a shift towards languages beyond JavaScript for tool development.
fromHackernoon
6 years ago
Scala

Go Interfaces, Explained for TypeScript Developers | HackerNoon

Interfaces ensure consistent behavior in programming languages, focusing on either structure or behavior.
TypeScript employs structural typing while Go uses duck typing for interface implementation.
more#typescript
fromMedium
4 weeks ago
Scala

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.
fromHackernoon
1 month ago
Running

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.
fromThegreenplace
2 months ago
Python

Benchmarking utility for Python

Go offers simple and effective benchmarking through its standard library, allowing easy computation timing.
Python's timeit module, while functional, introduces complexities that make benchmarking less convenient than in Go.
#programming
fromHackernoon
3 years ago
JavaScript

Why 'Incomparable Types' in Go Are More Than Just a Compiler Error | HackerNoon

The 'comparable' constraint improves type safety and helps avoid runtime errors in Go generics.
fromHackernoon
3 years ago
JavaScript

Unlock the Secrets of Range Loops: How Element Evaluation Affects Your Go Code | HackerNoon

Range loops in Go can cause bugs due to copying behavior with single variable reuse across iterations.
fromHackernoon
1 year ago
JavaScript

Modern Hashing With Go: A Guide | HackerNoon

Go provides two main types of hash functions: non-cryptographic for speed and cryptographic for security.
fromHackernoon
3 years ago
JavaScript

Why 'Incomparable Types' in Go Are More Than Just a Compiler Error | HackerNoon

The 'comparable' constraint improves type safety and helps avoid runtime errors in Go generics.
fromHackernoon
3 years ago
JavaScript

Unlock the Secrets of Range Loops: How Element Evaluation Affects Your Go Code | HackerNoon

Range loops in Go can cause bugs due to copying behavior with single variable reuse across iterations.
fromHackernoon
1 year ago
JavaScript

Modern Hashing With Go: A Guide | HackerNoon

Go provides two main types of hash functions: non-cryptographic for speed and cryptographic for security.
more#programming
#cloudflare
fromTechzine Global
4 months ago
Miscellaneous

Go is the most used language for API clients

Go is now the leading programming language for API clients, overtaking Node.js according to Cloudflare's latest report.
fromInfoWorld
4 months ago
Python

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

Go has overtaken Node.js to become the most popular language for automated API requests according to Cloudflare's 2024 review.
fromTechzine Global
4 months ago
Miscellaneous

Go is the most used language for API clients

Go is now the leading programming language for API clients, overtaking Node.js according to Cloudflare's latest report.
fromInfoWorld
4 months ago
Python

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

Go has overtaken Node.js to become the most popular language for automated API requests according to Cloudflare's 2024 review.
more#cloudflare
fromWIRED
7 months ago
Tech industry

Attention, Spoiled Software Engineers: Take a Lesson from Google's Programming Language

Go programming language reflects a return to utilitarianism and simplicity in software engineering amidst the modern ego-driven creative approach.
fromInfoQ
11 months ago
JavaScript

Rust-Written Borgo Language Brings Algebraic Data Types and More to Go

Borgo is a statically typed language that compiles to Go, providing additional features like algebraic data types and pattern matching, inspired by Rust.
[ Load more ]