Rebaz.dev
Technical Writing

Articles & Tutorials

Deep dives into web development, DevOps practices, and software engineering insights from real-world experience.

Latest Article
Google Gemma 4: The Open Model That Changes What Local AI Means

Google Gemma 4: The Open Model That Changes What Local AI Means

Google just dropped Gemma 4 — four models, Apache 2.0 license, 256K context, native function calling, and benchmarks that beat models 20x their size. Here is everything developers need to know, plus copy-paste Ollama commands to run it right now.

April 4, 20265 min read
aigooglegemmaopen-source
Read Article

More Articles

The Software Apocalypse Is Here: Tech Stocks Down 30%, Tariffs, and the AI Recession Warning Nobody Wants to Hear

The Software Apocalypse Is Here: Tech Stocks Down 30%, Tariffs, and the AI Recession Warning Nobody Wants to Hear

Software stocks are in a bear market. Tariffs are rattling Wall Street. And one research firm just published a report arguing that the AI boom — if it works exactly as promised — could trigger a white-collar recession and a market crash.

Apr 46 min
aitech-stockstariffs
Oracle Cuts 30,000 Jobs to Fund AI: The Email That Ended 30,000 Careers at 6am

Oracle Cuts 30,000 Jobs to Fund AI: The Email That Ended 30,000 Careers at 6am

Oracle sent termination emails to up to 30,000 employees at 6am on March 31, 2026 — no meetings, no warnings, just a cold email.

Apr 16 min
oraclelayoffsai
Anthropic's Claude Code Source Leak: What Was Exposed and Why It Matters

Anthropic's Claude Code Source Leak: What Was Exposed and Why It Matters

Anthropic accidentally leaked 512,000 lines of Claude Code's internal TypeScript source through a packaging mistake in npm version 2.1.88 — and competitors are already studying every line.

Apr 16 min
aianthropicsecurity
Cloudflare Is Reading Your React App's Internal State to Block Bots — Here's How It Works

Cloudflare Is Reading Your React App's Internal State to Block Bots — Here's How It Works

Every ChatGPT message silently triggers an encrypted Cloudflare program in your browser. A developer decrypted 377 of them and found something unexpected.

Mar 306 min
securityreactcloudflare
Google Gemini 3 Flash: The Real-Time AI That's Changing How We Search, Code, and Build Apps

Google Gemini 3 Flash: The Real-Time AI That's Changing How We Search, Code, and Build Apps

Google's Gemini 3 Flash is here — frontier-level intelligence at near real-time speed, powering Search Live, handling 100 function calls simultaneously.

Mar 295 min
googlegeminiai
Run Qwen-Coder Locally with Ollama: Free AI Coding Assistant Setup Guide 2026

Run Qwen-Coder Locally with Ollama: Free AI Coding Assistant Setup Guide 2026

Qwen2.5-Coder is a powerful open-source coding AI that rivals GPT-4o on benchmarks — and you can run it completely free on your own machine using Ollama.

Mar 285 min
aiollamaqwen
OpenClaw: How a Personal AI Assistant Grew From Zero to Thousands of Users — And the Security Risks You Should Know

OpenClaw: How a Personal AI Assistant Grew From Zero to Thousands of Users — And the Security Risks You Should Know

OpenClaw went from a side project to one of the most talked-about self-hosted AI assistants in less than a month.

Mar 278 min
aiopenclawsecurity
AI companies will trick you.

AI companies will trick you.

concerns about AI model performance drops before new releases. Are AI companies creating artificial improvements? Learn why reviewing AI-generated code still matters.

Feb 87 min
AIArtificial IntelligenceAI Models
Ubuntu Server Setup Guide for Node.js + PM2 - Part 2

Ubuntu Server Setup Guide for Node.js + PM2 - Part 2

Ubuntu Server Setup Guide for Node.js + PM2 - Part 2

Dec 2712 min
Node.jsMongoDBPM2
Ubuntu Server Setup Guide for Node.js + PM2 (Advanced Production)

Ubuntu Server Setup Guide for Node.js + PM2 (Advanced Production)

Ubuntu Server Setup Guide for Node.js + PM2 (Advanced Production)

Dec 2539 min
Node.jsMongoDBPM2
Complete K3s DevOps Guide for Beginners

Complete K3s DevOps Guide for Beginners

Complete K3s DevOps Guide for Beginners

Sep 331 min
Node.jsMongoDBDocker
PDF Thumbnail Generation Fix for Ubuntu Server

PDF Thumbnail Generation Fix for Ubuntu Server

PDF Thumbnail Generation Fix for Ubuntu Server

Jun 35 min
Node.jsDockerPM2
SSH Passwordless Authentication Guide

SSH Passwordless Authentication Guide

SSH Passwordless Authentication Guide

Feb 245 min
UbuntuLinuxSecurity
Ubuntu Server PM2 Setup Guide

Ubuntu Server PM2 Setup Guide

Ubuntu Server PM2 Setup Guide

Dec 249 min
Node.jsMongoDBPM2
Configuration

Configuration

Ubuntu Server Resource Logger Guide

Nov 295 min
Node.jsMongoDBUbuntu
Ubuntu Server Security Guide

Ubuntu Server Security Guide

Ubuntu Server Security Guide

Feb 217 min
UbuntuDatabaseSecurity
Node.js + Docker

Node.js + Docker

A comprehensive guide on building a Node.js TypeScript project integrated with MongoDB and Docker.

Nov 96 min
Node.jsTypeScriptDocker
R

React Dev Global State

An introduction to rebaz-dev-global-state, a package designed to reduce your code base and enable faster coding with simplified global state management in React applications.

Apr 146 min
React.js