DevSense. PHP & Backend Guides
PHP Guides Tools Microservices Architecture
Home Browse Search Cabinet
Categories
All Categories Architecture Microservices Php Tools Jobs
Popular Tags
#Architecture #Microservices #Php #Tools #Jobs
Authors
Vladimir Pichkurov
Reset filters
  • Architecture May 31, 2026

    Databases under load: queries, indexes, MySQL vs Postgres, scaling | DevSense

    How to optimize SQL and schema, choose index types, when database-side logic becomes a liability, how MySQL and PostgreSQL differ in production, and what vertical scale, replicas, decomposition, and sharding really cost.

    V
    Vladimir Pichkurov
    Read
  • Architecture May 31, 2026

    Database Query Optimization: Master Class

    Learn how to read EXPLAIN and EXPLAIN ANALYZE, optimize JOINs and CTEs, implement keyset pagination, and understand database engine MVCC load behaviors.

    V
    Vladimir Pichkurov
    Read
  • Architecture May 31, 2026

    Designing high-load event ingestion systems | DevSense

    How to handle thousands of incoming HTTP events per second: edge validation, buffering layers, batch writing to storage, and avoiding database connection starvation under spike load.

    V
    Vladimir Pichkurov
    Read
  • Architecture May 31, 2026

    Message queues compared: Redis, RabbitMQ, Kafka | DevSense

    How to choose a broker for async work: comparing memory queues (Redis), AMQP brokers (RabbitMQ), and commit logs (Kafka) based on ordering, scale, durability, and operational cost.

    V
    Vladimir Pichkurov
    Read
  • Architecture May 31, 2026

    Observability: logs, metrics, and health for Laravel and microservices | DevSense

    How to monitor application state across environments and load: structured logging, metrics, traces, correlation IDs across services, and a practical spectrum of tools from classic syslog to Prometheus, Loki, OpenTelemetry, and SaaS APM.

    V
    Vladimir Pichkurov
    Read
  • Architecture May 31, 2026

    PHP apps and the database connection pool bottleneck | DevSense

    Why PHP-FPM and workers multiply database sessions, how middle-tier poolers and proxies share real server connections, and what Laravel teams should know about PgBouncer modes, ProxySQL, and prepared statements.

    V
    Vladimir Pichkurov
    Read
  • Architecture May 31, 2026

    Web attacks & defenses: XSS, CSRF, SQLi, SSRF, IDOR, and file uploads | DevSense

    The web attacks you’ll meet most often: injections (SQL/command), XSS, CSRF, IDOR/access-control bugs, SSRF, unsafe file uploads, clickjacking, and configuration pitfalls. Practical mitigations, headers, and checklists.

    V
    Vladimir Pichkurov
    Read
  • Microservices May 31, 2026

    API Gateway Architecture: PHP, Node, Go, Rust, gRPC & RabbitMQ | DevSense

    How to design an API gateway at the edge of your microservice mesh: comparing PHP, Node, Go, and Rust, managing internal gRPC and RabbitMQ traffic, and avoiding common routing pitfalls.

    V
    Vladimir Pichkurov
    Read
  • Php May 31, 2026

    PHP 5.3: Namespaces, Closures, Late Static Binding & Migration | DevSense

    Upgrade guide for PHP 5.3: Master namespaces, late static binding, closures, NOWDOC, Phar, and cycles garbage collection while navigating fatal BC breaks like deprecated ereg and call-time pass-by-reference removal.

    V
    Vladimir Pichkurov
    Read
  • Php May 31, 2026

    PHP 5.4: Traits, Short Arrays [], Built-in Server & Migration | DevSense

    PHP 5.4 upgrade guide: Learn traits, short array syntax, callable type hints, automatic $this in closures, and how to migrate legacy code after the removal of magic quotes and register_globals.

    V
    Vladimir Pichkurov
    Read
  • Php May 31, 2026

    PHP 5.5: Generators, finally, password_* API & Migration | DevSense

    PHP 5.5 upgrade guide: Learn memory-efficient generators (yield), try-catch finally blocks, the native password hashing API, ClassName::class syntax, and how to migrate away from deprecated mysql and preg_replace /e.

    V
    Vladimir Pichkurov
    Read
  • Architecture May 31, 2026

    Database Indexes: Under the Hood and Deep Dive

    A comprehensive developer's guide to B+Trees in InnoDB, Heap structures in Postgres, index node pointers, composite index rules, advanced index types, and write amplification.

    V
    Vladimir Pichkurov
    Read
« Previous Next »

Showing 1 to 12 of 31 results

1 2 3
  • Home
  • PHP Guides
  • Tools
  • Microservices
  • Architecture

Language:

  • RU
  • EN
  • UA
  • BG

© 2026 DevSense. All rights reserved.