Tagged articles
20 articles
Page 1 of 1
PMTalk Product Manager Community
PMTalk Product Manager Community
Mar 14, 2026 · Product Management

Building a Playable Game Demo in 47 Minutes with Vibe Coding

In a 47‑minute weekend experiment, a product manager uses DeepSeek to craft precise prompts, generates a Flask‑based Yin‑Yang‑Shi‑style game with Vibe Coding, troubleshoots runtime errors through AI‑guided debugging, and delivers a functional demo that developers deem ready for further development.

AI CodingDebuggingFlask
0 likes · 10 min read
Building a Playable Game Demo in 47 Minutes with Vibe Coding
AI Large Model Application Practice
AI Large Model Application Practice
Apr 14, 2025 · Artificial Intelligence

What Is Google’s New Agent2Agent (A2A) Protocol and How Does It Enable AI Agent Interoperability?

This article explains the motivation behind Google’s Agent2Agent (A2A) protocol, describes its architecture and key components, compares it with the MCP protocol, and provides a step‑by‑step demo with code showing how to build, run, and test an A2A‑enabled AI agent system.

A2AAI InteroperabilityAgent2Agent
0 likes · 14 min read
What Is Google’s New Agent2Agent (A2A) Protocol and How Does It Enable AI Agent Interoperability?
Laravel Tech Community
Laravel Tech Community
Mar 18, 2025 · Backend Development

Getting Started with Filament: Installation, Configuration, and Demo for Laravel Backend Development

This guide introduces Filament, a full‑stack component library for Laravel, outlines its environment requirements, provides step‑by‑step installation and configuration commands, explains core components, and demonstrates a complete demo including models, migrations, relationships, forms, widgets, and charts.

FilamentInstallationLaravel
0 likes · 7 min read
Getting Started with Filament: Installation, Configuration, and Demo for Laravel Backend Development
Top Architect
Top Architect
Aug 17, 2023 · Artificial Intelligence

Implementing Face Registration and Login with Baidu Cloud AI: A Full‑Stack Demo

This tutorial walks through building a face‑registration and face‑login system using Baidu Cloud AI, covering requirement analysis, front‑end video capture, base64 image handling, back‑end Java Spring endpoints, and integration of the Baidu AipFace SDK to achieve secure biometric authentication.

BackendBaidu AIJava Spring
0 likes · 12 min read
Implementing Face Registration and Login with Baidu Cloud AI: A Full‑Stack Demo
Sanyou's Java Diary
Sanyou's Java Diary
Feb 6, 2023 · Backend Development

Master Reading Open‑Source Code: 18 Proven Strategies for Java Projects

This guide explains why reading source code matters and presents 18 practical techniques—covering JDK fundamentals, design patterns, official documentation, module analysis, demo‑first approach, purposeful reading, and effective note‑taking—to help developers confidently explore Java open‑source projects like RocketMQ.

BackendDesign PatternsRocketMQ
0 likes · 15 min read
Master Reading Open‑Source Code: 18 Proven Strategies for Java Projects
Liangxu Linux
Liangxu Linux
Nov 24, 2022 · Frontend Development

How to Use CSS mask-image to Keep Bilibili Subtitles From Covering Characters

This article explains how a single mask image and the CSS mask-image property can be used to prevent subtitles from overlapping on‑screen characters in Bilibili videos, providing a lightweight demo with HTML/CSS code, visual results, and practical cautions about browser support.

BilibiliCSSWeb Development
0 likes · 4 min read
How to Use CSS mask-image to Keep Bilibili Subtitles From Covering Characters
ELab Team
ELab Team
Jun 1, 2022 · Blockchain

Build a Simple JavaScript Blockchain: Theory, Code, and Proof‑of‑Work Demo

This article walks through blockchain fundamentals, explains key concepts like decentralization, immutability, and proof‑of‑work, and provides a complete JavaScript implementation with code examples, testing steps, and a practical demo that records World Cup predictions.

BlockchainProof of Workdemo
0 likes · 17 min read
Build a Simple JavaScript Blockchain: Theory, Code, and Proof‑of‑Work Demo
360 Tech Engineering
360 Tech Engineering
Apr 20, 2020 · Frontend Development

A 33‑Line JavaScript Implementation of a Minimal React‑like Library

London Python engineer Oliver Russell created a 33‑line JavaScript library that mimics React by generating a virtual DOM, diffing it against the previous version, and efficiently updating the real DOM, with examples including a ToDo app, tic‑tac‑toe, calendar picker and snake game.

MithrilReactTutorial
0 likes · 6 min read
A 33‑Line JavaScript Implementation of a Minimal React‑like Library
FunTester
FunTester
Jan 8, 2020 · Fundamentals

Demonstrating Operator Overloading in Groovy with Java-Compatible Code

This article demonstrates Groovy's operator overloading capabilities through Java-compatible code examples, including arithmetic, shift, and increment operators, shows console output, integrates a performance‑testing thread multiplication demo, and highlights Groovy's ability to overload even the dot operator.

GroovyJavaPerformance Testing
0 likes · 7 min read
Demonstrating Operator Overloading in Groovy with Java-Compatible Code
Architects' Tech Alliance
Architects' Tech Alliance
Oct 5, 2019 · Cloud Native

Master Kubernetes: Core Concepts, Architecture, and Hands‑On Demo

This article introduces Kubernetes as an industrial‑grade container orchestration platform, explains its key functions, architecture, core API objects such as Pod, Deployment, Service, and Namespace, and walks through a practical Minikube demo covering scheduling, self‑healing, rolling updates, and horizontal scaling.

Cloud NativeKubernetesarchitecture
0 likes · 20 min read
Master Kubernetes: Core Concepts, Architecture, and Hands‑On Demo
Tencent Cloud Developer
Tencent Cloud Developer
Feb 20, 2017 · Databases

Deploying Shared Storage SG for a SQL Cluster on Tencent Cloud

The guide, authored by Microsoft MVP Li Sida, walks through installing the Windows Server 2012 R2 iSCSI Server role, configuring MPIO, creating quorum, data, and spare virtual disks, and connecting two SQL nodes to shared storage on Tencent Cloud to complete a SQL Cluster deployment.

MPIOSQL ClusterTencent Cloud
0 likes · 5 min read
Deploying Shared Storage SG for a SQL Cluster on Tencent Cloud