Articles by tag: development
P2P video service on WebRTC: development from scratch in 9 months
How to create a P2P video service with minimal resources? Analysis of the architecture and tech stack of the Vizavi project. Learn how to do without registration and databases.
AI Agents in Development: How Andrey Karpathy Stopped Writing Code
Andrey Karpathy explains how autonomous agents are changing development, the labor market, and the future of AI. Learn about the paradigm shift and new opportunities.
Security of AI Agents: Criticism of MCP and Terminal in Development
Why Current AI Agent Architectures Are Unsafe. Alternatives to MCP and guardrails for Developers. Learn How to Create Reliable Products.
PHPUnit covers: navigation and test coverage for developers
How to use covers annotations and attributes in PHPUnit to improve navigation between tests and code. Practical examples and IDE setup.