Blog
Articles about web development, technology and more

Monitoring and Logging with CloudWatch on AWS
Learn how to monitor your AWS infrastructure with CloudWatch. Metrics, Log Groups, Log Streams, SNS alarms, custom dashboards, CloudWatch Insights, EC2, Lambda, and RDS monitoring, custom metrics, and cost optimization.

Realtime with Supabase: WebSockets and Subscriptions
Implement realtime features with Supabase. Broadcast, Presence, Postgres Changes, and a practical chat example.

Optimize Your Nuxt 4 Application SEO
Complete guide to optimize SEO in Nuxt 4. useHead, useSeoMeta, Open Graph, sitemap, structured data, and Core Web Vitals.

Eloquent ORM: Complex Relationships Made Simple
Master Eloquent relationships in Laravel: from hasOne and belongsToMany to polymorphic relations, hasOneThrough, and hasManyThrough. Includes eager loading, query scopes, accessors, mutators, and model events.

Testing Vue 3 Components with Vitest
Learn to test Vue 3 components with Vitest and Vue Test Utils. Setup, testing props, emits, slots, composables, and mocking.

Lambda and API Gateway: Serverless Architecture on AWS
Master serverless architecture on AWS with Lambda and API Gateway. Learn how to create Lambda functions in Node.js, configure REST and HTTP API Gateway, integrate DynamoDB, handle environment variables, layers, cold starts, and deploy with SAM and Serverless Framework.

Row Level Security (RLS) in Supabase: Data-Level Security
Master Row Level Security in Supabase. Learn to create granular access policies with auth.uid(), roles, and JOINs to protect your data.

Middleware and Plugins in Nuxt 4: Full Control
Learn to use middleware and plugins in Nuxt 4 to control navigation, authentication, and extend your application functionality.

Queues and Jobs in Laravel for Asynchronous Processing
Learn how to handle heavy processing with queues and jobs in Laravel. We cover drivers like Redis and database, job middleware, batching, chaining, failure handling, and monitoring with Horizon.