Full-Stack Web
Developer

Welcome to my website

Introduction:

Hello! My name is Jorge. I am a full-stack web developer who specializes in building applications using the Laravel framework on the back-end and Vue.js on the front-end with Tailwind CSS or Bootstrap for styling. Additionally, I have experience tutoring students in full-stack web development technologies such as Node, React, React-Native, and Angular. In my free time, I enjoy creating educational videos about web development for my YouTube channel.

Things that I do and enjoy:

Work in features

Work in features

Creating is very exciting. Watching a system take shape gradually is great.

Code Reviews

Code Reviews

This part is exciting, especially with code from experienced developers.

Fix Bugs

Fix Bugs

Programmers find problem-solving and bug-fixing enjoyable.

From the blog:

Building an MCP Server with Laravel

Mar 26, 2026 #Laravel #PHP #AI

If you've used Claude Code, Cursor, or any AI coding assistant recently, you've probably noticed they're getting better at doing things, not just generating text. The bridge that makes this possible is MCP: the Model Context Protocol. I've built two MCP servers that I use daily. One manages the blog you're reading right now. The other is a personal knowledge base called Acervo. Both are Laravel apps, and both let me manage content directly from Claude Code without ever opening a browser.

Read more

Setting Up Laravel Boost with Claude Code

Mar 26, 2026 #Laravel #PHP #AI

Claude Code is already fast. Point it at a Laravel project and it can read files, run tests, execute commands. But it's working blind. It doesn't know your routes, your database schema, or what's in your logs until it goes digging through files. That's where Laravel Boost comes in. Boost exposes your Laravel application's internals as MCP tools. Routes, models, schema, logs, tinker, all available to Claude Code without it having to parse files or guess. The difference is immediate: instead of Claude Code grep-ing through your route files, it just knows your routes. If you haven't read it yet, my post on What is Laravel Boost and Why Every Laravel Dev Needs It covers what Boost does and why it matters. This post focuses on the hands-on setup with Claude Code.

Read more

How Laravel Boost Makes AI Understand Your Codebase

Mar 25, 2026 #Laravel #PHP #AI

Every Laravel app has opinions. Naming conventions, custom casts, query scopes, validation patterns, how you structure form requests. All of it adds up to a codebase that works a certain way. Ask an AI to generate code for your app without that context and you get textbook Laravel that compiles but doesn't belong. The generated controller uses $request->all() instead of your form request classes. The migration uses string where you always use an enum cast. The query builds raw joins instead of using your custom scopes. It's technically correct and practically useless.

Read more

Here are some projects I’ve worked on:

Thumbnail of project sendgrid-laravel

sendgrid-laravel

Laravel wrapper for the official SendGrid PHP library.

Thumbnail of project cf-3-myFlix-client

cf-3-myFlix-client

The client-side interface offers multiple views for users to explore, search, and interact with movie data.

Thumbnail of project cf-1-simple-js-app

cf-1-simple-js-app

This project is a demonstration of building a dynamic web application using HTML, CSS, and JavaScript.

Thumbnail of project Web Development Essentials Extension Pack

Web Development Essentials Extension Pack

A collection of extensions for web development in VS Code. These are some of my favorite extensions for web development to make it easier and more fun. Most of them are for front-end development.

Some of my skills:

LaravelVuejsMySQLTailwindCSSHTML5CSS3JavascriptReact

Contact me:

If you’re looking to get in contact with me for business inquiries or if you have a question, feel free to email me. I’ll try to respond as soon as I can.

Copyright 2026. All rights reserved
  • Codepen Logo
  • Youtube Logo
  • GitHub Logo
  • Twitter Logo
  • LinkedIn Logo