Blog

Articles about web development, technology and more

Monitoring and Logging with CloudWatch on AWS
AWSFebruary 19, 2026

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.

15 min readRead more →
Realtime with Supabase: WebSockets and Subscriptions
SupabaseFebruary 16, 2026

Realtime with Supabase: WebSockets and Subscriptions

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

10 min readRead more →
Optimize Your Nuxt 4 Application SEO
NuxtFebruary 12, 2026

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.

9 min readRead more →
Eloquent ORM: Complex Relationships Made Simple
LaravelFebruary 9, 2026

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.

15 min readRead more →
Testing Vue 3 Components with Vitest
Vue 3February 5, 2026

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.

11 min readRead more →
Lambda and API Gateway: Serverless Architecture on AWS
AWSFebruary 2, 2026

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.

12 min readRead more →
Row Level Security (RLS) in Supabase: Data-Level Security
SupabaseJanuary 29, 2026

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.

11 min readRead more →
Middleware and Plugins in Nuxt 4: Full Control
NuxtJanuary 26, 2026

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.

10 min readRead more →
Queues and Jobs in Laravel for Asynchronous Processing
LaravelJanuary 22, 2026

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.

12 min readRead more →