I'm blogging about Emacs, Drupal, php and exciting subjects

Core Web Vitals Optimization for Developers (Complete Guide 2026)

If you’ve ever opened Google Search Console and seen warnings about failing Core Web Vitals, you’re not alone. Even well-built websites often struggle with these metrics—not because developers lack skill, but because modern web performance is shaped by a complex interaction between backend speed, frontend rendering, and user behavior.

Technical SEO Checklist for Developers (2026 Guide)

Technical SEO is where development and search visibility meet. You can have great content, but if your site is slow, unstructured, or hard for search engines to crawl, you’ll struggle to rank.

This checklist is designed specifically for developers working with PHP, Symfony, Drupal, or any modern web stack.

Building a CRM with Claude Code: An Honest Developer's Take

I recently spent an afternoon building an enterprise CRM from scratch using Claude Code — Anthropic's A I coding assistant that runs directly in your terminal. The stack: Symfony 7 on the backend with API Platform, React 18 with TypeScript on the frontend, PostgreSQL, and Docker Compose to tie it all together. Here's what I actually learned.

Customizing Emacs for Productivity: Tips & Tricks to Boost Your Efficiency

Emacs, a versatile and powerful text editor, offers numerous features to 
enhance productivity. By customizing your Emacs configuration, you can 
streamline your workflow and boost efficiency. In this article, we will 
explore various tips and tricks for configuring Emacs to increase 
productivity and efficiency.

How to Effectively Handle Large Projects with Many Files in Emacs

Modern software projects are getting bigger. Monorepos, microservice architectures, vendor dependencies, and generated code can easily push projects into tens of thousands of files. Without the right workflow, even powerful editors like Emacs can become slow or overwhelming.

Keeping Emacs Fresh with auto-package-update

Keeping your Emacs packages up to date is essential if you want the latest features, performance improvements, and security fixes. But manual updates can quickly become a chore — especially if you use Emacs as your main development environment and rely on dozens of packages.

Subscribe to Linkhub