Skip to content
Kirby 5 is here! Learn more

Bee business

Web Developer

Kirby Partner

Guadalajara, México
1 person
I speak English & Spanish

My expertise

  • Web development
  • Web optimizations
  • SEO-friendly websites
  • Accessible and usable websites
  • Third-party integrations
  • Kirby plugin development
  • Web design
  • UI/UX design
  • Landing pages
  • Corporate websites
  • Entertainment websites
  • Platform websites
  • Web applications
  • Personalized strategies
Contact

About me

I am Fernando Gutiérrez.
I have over 24 years of experience solving technological problems and developing digital solutions for companies in various industries.

It's not just about programming, but about finding the right tool for each project, ensuring that every solution is efficient and scalable.

With Bee business, I help transform ideas into functional digital products that are clear and aligned with each client's objectives.

Web development and optimization of digital tools

Create and optimize websites, e-commerce platforms, and web applications. Each project is focused on delivering smooth, secure, and high-performance experiences for your users on any device.

Personalized strategic consulting

I advise you on improving your digital presence through strategies in SEO, accessibility, usability, and security. I will collaborate to identify opportunities and develop a clear action plan aligned with your business objectives, maintaining simplicity and efficiency at every stage.

My Kirby Plugins

Courier

Kirby Courier offers a convenient and painless solution for creating emails tailored for your Kirby website.
use Beebmx\KirbyDB\DB;

DB::table('users')->get();

Illuminate Database

Use Laravel's illuminate/database package in Kirby

Email Plus

Kirby Email+ extends Kirby's email capabilities by adding support for multiple email services using the same Kirby email API.

Enum

Kirby Enum adds the ability to display and set enumeration content in the panel.
\Beebmx\KirbyEnv::load('main/path');

return [
    'debug'  => env('KIRBY_DEBUG', false),
    'secret' => env('SECRET_KEY'),
    'public' => env('PUBLIC_KEY'),
];

Env

Store project credentials and variables in a .env file and access them in Kirby

Kirby Sign

Kirby Sign makes it easy to generate signed URLs for your Kirby site.
'beebmx.kirby-middleware' => [
    'global' => [
        MyOwnGlobalMiddleware::class,
    ],
]

Middleware

Kirby Middleware provides a powerful mechanism for inspecting and filtering requests entering in your Kirby site.

Patrol

An easy and customizable way to manage access to website pages according to the roles assigned to users within the Kirby panel interface.
blueprints
  ├── pages
  │   ├── default.yml
  │   ├── home.policy.yml
  │   ├── simple.policy.yml
  │   ├── content.yml
  │   └── post.policy.yml
  ├── users
  │   ├── admin.yml
  │   └── editor.yml
  └── site.yml

Policy

Display different fields for different user roles in the Panel

Scheduler

Kirby Scheduler offers a fresh approach to managing scheduled tasks on your server.

X-Ray

X-Ray provides a comprehensive overview of the content present on your site and individual pages, allowing you to inspect and evaluate them …