Radish, Keep Going!
Author

Radish, Keep Going!

Personal sharing

90
Articles
0
Likes
104
Views
0
Comments
Recent Articles

Latest from Radish, Keep Going!

90 recent articles
Radish, Keep Going!
Radish, Keep Going!
Nov 2, 2025 · Fundamentals

Tech Roundup: Phone Hacking Risks, Rust Futurelocks, SQLite Concurrency & More

This roundup covers recent security flaws in Google Pixel phones, subtle async Rust pitfalls called Futurelock, SQLite concurrency insights, Debian's Rust mandate, ICE facial‑recognition concerns, open‑source Rubik's cube automation, chaotic attractor visualizations, arXiv policy changes, and the EU chat‑control proposal's defeat.

PrivacyRustSQLite
0 likes · 10 min read
Tech Roundup: Phone Hacking Risks, Rust Futurelocks, SQLite Concurrency & More
Radish, Keep Going!
Radish, Keep Going!
Oct 25, 2025 · Backend Development

10 Go Code Review Rules for Safer, Cleaner Backend Development

This article presents ten practical Go code‑review guidelines—covering error handling, premature abstraction, concurrency, scope, safety, early returns, file organization, declaration order, semantic naming, and purposeful comments—to help teams write more reliable and maintainable backend code.

GoTestingbest-practices
0 likes · 9 min read
10 Go Code Review Rules for Safer, Cleaner Backend Development
Radish, Keep Going!
Radish, Keep Going!
Oct 18, 2025 · Artificial Intelligence

Gemini 3.0 Unveiled: Google’s AI Leap in Coding and Multimodal Power

Google’s Gemini 3.0, spotted through an A/B test on AI Studio, showcases dramatic improvements in coding precision, SVG generation, and multimodal understanding, offering developers faster UI/UX code, larger output lengths, and higher quality than Gemini 2.5, while community discussions highlight its potential and access challenges.

A/B testingAI modelGemini 3.0
0 likes · 10 min read
Gemini 3.0 Unveiled: Google’s AI Leap in Coding and Multimodal Power
Radish, Keep Going!
Radish, Keep Going!
Oct 9, 2025 · Operations

Add Observability to Legacy Java Apps with OpenTelemetry Agent (Zero Code)

This guide shows how to use the OpenTelemetry Java Agent to instantly add observability—metrics, traces, and error reporting—to long‑standing legacy Java applications without modifying a single line of code, covering setup, environment configuration, health monitoring, performance tracing, and visualizing data in Grafana.

JavaMonitoringOpenTelemetry
0 likes · 7 min read
Add Observability to Legacy Java Apps with OpenTelemetry Agent (Zero Code)
Radish, Keep Going!
Radish, Keep Going!
Oct 6, 2025 · Fundamentals

How Go 1.26’s new(expr) Simplifies Pointer Creation

The Go 1.26 release extends the built‑in new function to accept expressions, allowing direct allocation of pointers with initial values, which reduces boilerplate, improves readability, and introduces a more consistent syntax for developers.

Go 1.26language featurenew(expr)
0 likes · 6 min read
How Go 1.26’s new(expr) Simplifies Pointer Creation
Radish, Keep Going!
Radish, Keep Going!
Oct 2, 2025 · Frontend Development

A Snake Game in the URL Bar: What It Shows About Modern Web Security

This article explores how a quirky snake game runs inside a browser’s address bar, the technical tricks behind it, and how recent security and API changes in modern browsers have turned such creative hacks into fragile experiments, highlighting the tension between innovation and safety.

Browser SecurityJavaScriptURL encoding
0 likes · 11 min read
A Snake Game in the URL Bar: What It Shows About Modern Web Security
Radish, Keep Going!
Radish, Keep Going!
Jun 4, 2025 · Backend Development

Why Go Keeps Rejecting New Error‑Handling Syntax

The Go team repeatedly revisits error‑handling syntax, not to push new proposals immediately, but to reaffirm the language’s core philosophy of explicitness over implicitness, highlighting past failed attempts and the community’s cautious stance on balancing simplicity with clarity.

Language DesignSyntaxcommunity
0 likes · 7 min read
Why Go Keeps Rejecting New Error‑Handling Syntax