Which Ollama Cloud Model is Best? FIFA World Cup 2026 SVG Comparison (13 Models)
Which Ollama Cloud Model is Best? FIFA World Cup 2026 SVG Comparison (13 Models) The FIFA World Cup 2026 is the biggest sporting event of the year – hosted across three nations (USA, Canada, and Mexico) for the first time...
Which Ollama Cloud Model is Best? Elephant on a Skateboard SVG Comparison (13...
Which Ollama Cloud Model is Best? Elephant on a Skateboard SVG Comparison (13 Models) After testing LLMs on ducks, vehicles, dev scenes, marine life, chess, and the FIFA World Cup, we wanted to know: can today’s top models draw a...
Learn RabbitMQ in a Single Post: A Complete Tutorial From Exchanges and Queue...
Learn RabbitMQ in a Single Post: Complete Tutorial From Exchanges and Queues to Reliability, Streams, and Clustering RabbitMQ is a message broker — a middleman that decouples producers from consumers using the AMQP protocol. Producers publish messages to exchanges, which...
Learn Nginx in a Single Post: A Complete Tutorial From Configuration and Reve...
Learn Nginx in a Single Post: Complete Tutorial From Configuration to Reverse Proxy, TLS, and Production Nginx is the web server / reverse proxy that runs in front of nearly every production web application — it terminates TLS, load-balances across...
Learn Next.js App Router in a Single Post: A Complete Tutorial From Server Co...
Learn Next.js App Router in a Single Post: Complete Tutorial From Server Components to Caching and Server Actions Next.js App Router (the app/ directory, introduced in 13.4 and the default since 14) is a fundamental rethinking of how React apps...
Learn GraphQL in a Single Post: A Complete Tutorial From Schema and Queries t...
Learn GraphQL in a Single Post: Complete Tutorial From Schema and Queries to Resolvers and Apollo Federation GraphQL is a query language for APIs — instead of multiple REST endpoints that each return a fixed shape, you expose one endpoint...
Which Ollama Cloud Model is Best? Octopus Playing Chess SVG Comparison (13 Mo...
Which Ollama Cloud Model is Best? Octopus Playing Chess SVG Comparison (13 Models) After testing LLMs on ducks, vehicles, dev scenes, marine life, and nature, we wanted to know: can today’s top models draw a complex, imaginative scene? This time...
Which Ollama Cloud Model is Best? Duck Programmer Debugging at 3AM SVG Compar...
Which Ollama Cloud Model is Best? Duck Programmer Debugging at 3AM SVG Comparison (13 Models) After testing LLMs on ducks, vehicles, and nature scenes, we wanted to know: can today’s top models draw developer culture? This time we asked 13...
Which Ollama Cloud Model is Best? Duck Driving a Jeep SVG Comparison (13 Models)
Which Ollama Cloud Model is Best? Duck Driving a Jeep SVG Comparison (13 Models) If you are wondering which Ollama cloud model is best for SVG generation, this post is for you. We sent the exact same prompt to 13...
Which Ollama Cloud Model is Best? Cherry Blossom Trees SVG Comparison (13 Mod...
Which Ollama Cloud Model is Best? Cherry Blossom Trees SVG Comparison (13 Models) After testing LLMs on ducks and vehicles, we wanted to know: can today’s top models draw nature? This time we asked 13 Ollama cloud models to draw...
Which Ollama Cloud Model is Best? Baby Shark Fish SVG Comparison (13 Models)
Which Ollama Cloud Model is Best? Baby Shark Fish SVG Comparison (13 Models) After testing LLMs on ducks, vehicles, dev scenes, and nature, we wanted to know: can today’s top models draw marine life? This time we asked 13 Ollama...
Ollama Cloud Models SVG Comparison: A Duck Jumping From a Plane
Ollama Cloud Models SVG Comparison: A Duck Jumping From a Plane Following up on our previous duck-on-a-bicycle comparison, we sent a new, more challenging prompt to every cloud model in the local Ollama registry. This time the prompt was: Make...
Ollama Cloud Models SVG Comparison: A Duck Driving a Bicycle
Ollama Cloud Models SVG Comparison: A Duck Driving a Bicycle What happens when you ask 9 different state-of-the-art LLMs to draw the exact same thing? In this post, we sent the prompt Make an svg image of a duck driving...
Learn Rust and Axum in a Single Post: A Complete Tutorial From Routing and Ex...
Learn Rust and Axum in a Single Post: Complete Tutorial From Routing and Extractors to Tower Middleware and Deployment Axum is the web framework from the Tokio team — a thin routing layer on Tower, on Hyper, on Tokio. It’s...
Learn GitLab CI/CD in a Single Post: A Complete Tutorial From Pipelines and R...
Learn GitLab CI/CD in a Single Post: Complete Tutorial From Pipelines and Runners to Environments and Auto DevOps GitLab CI/CD is the CI/CD system built into GitLab — you push a .gitlab-ci.yml file to your repo, and GitLab runs your...
Learn Elasticsearch and OpenSearch in a Single Post: A Complete Tutorial From...
Learn Elasticsearch and OpenSearch in a Single Post: Complete Tutorial From Inverted Indexes to Sharding and Query DSL Elasticsearch is a distributed search and analytics engine — it stores JSON documents, builds an inverted index for sub-second full-text search, and...
Learn Apache Kafka in a Single Post: A Complete Tutorial From Topics and Part...
Learn Apache Kafka in a Single Post: Complete Tutorial From Topics and Partitions to Consumer Groups and Kafka Streams Apache Kafka is a distributed event streaming platform — a durable, partitioned, replicated commit log that can handle millions of events...
Learn gRPC and Protobuf in a Single Post: A Complete Tutorial From Protobuf S...
Learn gRPC and Protobuf in a Single Post: Complete Tutorial From Protobuf Schemas to Streaming RPC and Production gRPC is a high-performance RPC framework: you define your service and messages in a Protobuf schema, a code generator produces typed stubs...
Learn WebAssembly in a Single Post: A Complete Tutorial From Modules and Memo...
Learn WebAssembly in a Single Post: Complete Tutorial From Modules and Memory to WASI and the Component Model WebAssembly (wasm) is a portable, sandboxed binary instruction format — a “virtual ISA” that runs at near-native speed in a secure sandbox....
Learn Terraform in a Single Post: A Complete Tutorial From HCL and State to M...
Learn Terraform in a Single Post: Complete Tutorial From HCL and State to Modules, Providers, and Infrastructure as Code Terraform is infrastructure as code: you describe the cloud resources you want — servers, databases, networks, DNS — in declarative config...
Learn Tailwind CSS in a Single Post: A Complete Tutorial From Utility Classes...
Learn Tailwind CSS in a Single Post: Complete Tutorial From Utility Classes to Responsive Components Tailwind CSS is a utility-first CSS framework: instead of predefined component classes (.btn, .card), you compose styles from small, single-purpose utility classes directly in your...
Learn System Design in a Single Post: A Complete Tutorial From Scaling and Ca...
Learn System Design in a Single Post: Complete Tutorial From Scaling and Caching to CAP and the Design Interview System design is the study of how real, large systems are built: how a URL shortener scales to a billion lookups,...
Learn Redis in a Single Post: A Complete Tutorial From Data Structures and Ca...
Learn Redis in a Single Post: Complete Tutorial From Data Structures to Caching, Persistence, and Clustering Redis is an in-memory data store that’s fast (sub-millisecond), rich (more than a key-value cache), and the default “second database” behind almost every web...
Learn React and Next.js in a Single Post: A Complete Tutorial From Components...
Learn React and Next.js in a Single Post: Complete Tutorial From Components and Hooks to Server Components and Deployment React is the dominant library for building user interfaces: you describe the UI as a function of state, and React figures...