Join us

ContentUpdates and recent posts about Botkube..
Link
@faun shared a link, 1 week, 6 days ago

My Functional Programming Awakening: Patterns I'd Been Using All Along

A dev takes functional programming from Python class to JavaScript land—with surprising wins. The usual suspects show up:closures,function composition, and some spicyparser combinators. But the real magic? Swapping out side-effect soup forpure functions,Result-based error handling, andhigher-order f..

Link
@faun shared a link, 1 week, 6 days ago

The many, many, many JavaScript runtimes of the last decade

JavaScript runtimes aren’t just multiplying—they’re splintering. Big engines likeV8,JavaScriptCore,QuickJS,Hermes, andSpiderMonkeynow sit at the core of purpose-built runtimes everywhere: cloud, edge, mobile, IoT, even smart TVs. Platforms likeCloudflare Workers,Deno Deploy,Bun,LLRT, andNativeScrip..

Link
@faun shared a link, 1 week, 6 days ago

2025 Stack Overflow Developer Survey

Visual Studio and VS Code continue to reign supreme, fending off AI IDEs in the Stack Overflow 2025 Developer Survey. AI-generated devs noted as time-consuming and lacking trust, while Microsoft tools still dominate in agentic AI with GitHub and ChatGPT. More to discover, as always, Stack Overflow D..

Link
@faun shared a link, 1 week, 6 days ago

GenAI vs. Agentic AI: What Developers Need to Know

Docker’s getting serious about agent-based AI. It just rolled out tools tailor-made for building modular, goal-chasing LLM systems. Model Runnerlets devs spin up LLMs locally—zero cloud, zero wait.Offloadtaps cloud GPUs when local ones tap out. And theMCP Gatewaypipes in external tools without duct..

Link
@faun shared a link, 1 week, 6 days ago

I used NotebookLM to learn a new programming language, and it actually worked

A CS student taught themselvesSwiftusingNotebookLM, Google’s AI that sticks to sources you feed it. They pulled in handpicked docs, YouTube transcripts, and visual mind maps—all dropped into a custom notebook. No generic guesses. No hallucinated trivia. Just clean, source-grounded answers on syntax ..

Link
@faun shared a link, 1 week, 6 days ago

Building a Redis Clone from Scratch – In-Memory KV Store with TCP

A solo dev just spun up a public build of aRedis-style key-value store in Java—lean, thread-safe, and backed by a custom TCP server. Right now it handlesGET,SET, andDELETEover a socket-level protocol. No HTTP. No bloat. At its core: aConcurrentHashMapdoing the heavy lifting. Fast, in-memory, and de..

Link
@faun shared a link, 1 week, 6 days ago

How we discovered, and recovered from, Postgres corruption on the homeserver

PostgreSQL index corruption silently broke the matrix.org homeserver. State groups were corrupted, active data was deleted, and restoring consistency took a week of forensic debugging and reindexing. The root cause? Unclear. Hardware, maybe. But not Postgres or Synapse. The team’s fix involved disab..

Link
@faun shared a link, 1 week, 6 days ago

Powering Real-Time AI Applications

Generative AI databases like SingleStore now cramOLTP,OLAP,vector search, andfull-text searchinto one SQL-first platform. Structured, unstructured—it eats both. No ETL. No silos. Just real-time data, ripe for AI models and semantic queries. System shift:Blending transactional and analytic guts in o..

Link
@faun shared a link, 1 week, 6 days ago

Proton launches free standalone cross-platform Authenticator app

Proton just droppedProton Authenticator, a free 2FA app that actually respects your privacy. It’s cross-platform, offline-friendly, and skips the usual junk—no ads, no trackers, no bait-and-lock-in. It’s gotend-to-end encryption, a biometric lock, and lets youexport TOTP seedslike it’s your data (b..

Story
@laura_garcia shared a post, 1 week, 6 days ago
Software Developer, RELIANOID

📌 New: netstat Command Cheatsheet

Need to check active connections, monitor listening ports, or debug network issues? The Linux netstat command remains a go-to tool for quick and effective diagnostics. We’ve created a clear, quick-reference cheatsheet with: 🔍 Essential command flags 📊 Real-world use cases ⚙️ Integration tips for REL..

The_Linux_netstat_command_Cheatsheet
Botkube is a Kubernetes-centric chatbot that aids in Kubernetes troubleshooting and provides valuable insights for various aspects of Kubernetes operations. This open-source tool integrates with popular messaging platforms like Slack and helps streamline Kubernetes management and problem-solving processes.

Key functionalities of Botkube include:

Alert Notifications: Botkube can be configured to receive and relay alerts from various monitoring tools (e.g., Prometheus, Grafana) directly to your team's communication platform, ensuring prompt incident awareness.

Kubernetes Event Monitoring: It continuously monitors Kubernetes cluster events, offering real-time information on changes and issues within your cluster, such as pod crashes or node failures.

Troubleshooting Assistance: Botkube can provide context-sensitive guidance and suggestions for debugging and resolving common Kubernetes problems, making it a valuable resource for both beginners and experienced Kubernetes users.

Resource Management: It can assist in resource optimization by providing recommendations for scaling deployments, managing resource quotas, and handling updates to your applications.

Security Insights: Botkube can help maintain Kubernetes security by alerting you to security breaches, unauthorized access, and vulnerabilities, allowing you to take immediate action.

Customization: Botkube is highly customizable, allowing you to tailor it to your specific needs and integrate it with other tools and scripts in your Kubernetes ecosystem.

In summary, Botkube serves as a Kubernetes assistant that enhances communication and awareness within your team while providing automated support for troubleshooting, monitoring, and managing your Kubernetes clusters, ultimately contributing to a more efficient and reliable Kubernetes operation.