#go

[ follow ]
#testing
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.
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.
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.
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.
more#testing
#typescript
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
2 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
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
2 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
2 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.
#python
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.
fromMatt Layman
7 months ago
JavaScript

Docker Go, JS, Static Files - Building SaaS #203 Matt Layman

The episode focused on building a unified Docker container that combines static files from Go, JavaScript, and Python for a streamlined deployment.
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.
fromMatt Layman
7 months ago
JavaScript

Docker Go, JS, Static Files - Building SaaS #203 Matt Layman

The episode focused on building a unified Docker container that combines static files from Go, JavaScript, and Python for a streamlined deployment.
more#python
#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
fromHackernoon
1 year ago
JavaScript

Building an API with Go, PostgreSQL, Google Cloud and CockroachDB | HackerNoon

The article offers a practical guide for developers to build and deploy an API focused on materia fusion from Crisis Core: Final Fantasy VII.
#web-development
fromCodeProject
6 months ago
JavaScript

Building a Real-Time Chat Application with Go and React

The article outlines the development of a real-time chat application using Go for backend and React for frontend, emphasizing WebSocket communication.
fromHackernoon
7 months ago
JavaScript

How to Build a URL Shortener in Go: A Short Guide | HackerNoon

Building a URL shortener in Go is ideal for beginners and enhances understanding of web server functions.
fromCodeProject
6 months ago
JavaScript

Building a Real-Time Chat Application with Go and React

The article outlines the development of a real-time chat application using Go for backend and React for frontend, emphasizing WebSocket communication.
fromHackernoon
7 months ago
JavaScript

How to Build a URL Shortener in Go: A Short Guide | HackerNoon

Building a URL shortener in Go is ideal for beginners and enhances understanding of web server functions.
more#web-development
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 ]