Available for freelance projects · Portugal / Remote

Building high-performance web applications powered by Laravel & AI.

I help startups and businesses turn complex ideas into modern, scalable digital products — fast, reliable, and beautifully crafted.

4+ years12+ projects shipped100% on-time
// routes/web.php

Route::get('/projects',
  function (Request $req) {
    return Project::query()
      ->where('published', true)
      ->latest()->paginate(10);
  }
);
// resources/js/Pages/Projects/Index.vue

<script setup lang="ts">
import { Link, usePage } from '@inertiajs/vue3';

const { projects } = defineProps<{ projects: Project[] }>();
</script>

<template>
  <Link v-for="p in projects" :href=`/projects/${p.id}`>
    {{ p.title }}
  </Link>
</template>
export default function Hero() {
  return (
    <section className="hero">
      <Headline>Building digital
        <Gradient>experiences</Gradient>
      </Headline>
      <CTA href="/contact-support" />
    </section>
  );
}
argenis.devPHP

Projects that shipped.

A few recent builds — each with a measurable outcome. Click any card for the demo.

Projects loading from CRM soon.

View all projects

Laravel craft, shipped reliably.

A pragmatic engineer focused on outcomes — clean architecture, measurable performance, and software a team can keep building on.

// hello

AI trainer & full-stack engineer — Portugal, working globally since 2022.

AI Trainer · Freelancer — remote corporate courses on Claude AI, Microsoft 365 Copilot, and Cursor AI for Spanish companies — OWASP-aligned content delivered on schedule.

I also partner with founders and product teams to ship Laravel and Vue platforms, Astro/React lead portals, and AI-powered automation — with performance budgets, security hardening, and code the next engineer can read.

ReactNext.jsTypeScriptNode.jsPostgreSQLPrismaDockerAWS
// experience
4+

years experience

// location
🇵🇹 Covilhã, Portugal · UTC+1

Available remote, worldwide

// focus

Frontend architecture, full-stack SaaS & AI automation

Modern web platforms — typed end to end, edge-rendered, instrumented for real-world performance.

Cursor AIClaudeCopilotInertiaVueRedisTailwindCI/CD
// response
< 24h

typical response time

Where I've shipped.

2026 — Now

AI Trainer · Freelancer

Remote · Spain & EU companies

Corporate courses on Claude AI, Microsoft 365 Copilot, and Cursor AI for Spanish companies — OWASP-aligned content delivered on schedule.

Claude AIMicrosoft 365 CopilotCursor AI
2025 — 2026

Full Stack Developer & Founder

Freelance · Servispin, AquaShield Restoration USA & Vidula

Shipped Servispin’s appointment + remote-assistance platform, AquaShield’s Astro lead portal (Lighthouse 98), and Vidula — a 24-module Laravel/Vue SaaS I run daily — plus a GitHub Copilot course for 30 developers.

2022 — 2024

Full Stack Developer · Freelance

Independent · USA & LatAm clients — Remote from Portugal

CRM modules, accounting systems, and ongoing website maintenance for restoration and contractor clients — relationships that continue into production work today.

Trusted by founders & teams.

Outcomes, in their words.

Argenis — full-stack developer

Hi, I'm Argenis.

I'm a full-stack developer based in Portugal, working with teams worldwide. For the last 4+ years I've shipped production software — from Laravel SaaS and booking platforms to AI automation and corporate training.

I work as a real partner: I push back on bad ideas, care about the details that compound, and leave you with software your team can keep building on.

Let's work together

Latest articles.

Notes on Laravel, Astro, Next.js, AI and shipping good software.

First articles coming soon.

Read the blog

Questions, answered.

What kind of projects do you take on?

Full-stack web applications, SaaS platforms, SEO-first marketing sites, and AI automation. I focus on modern web platforms — no native mobile or WordPress.

What is your tech stack?

Laravel on the backend; Inertia with Vue or React on the frontend, Astro for content-heavy sites; PostgreSQL, Redis, Docker and AWS for data and infra; plus OpenAI and LLM APIs for AI features.

Do you build AI automation into Laravel apps?

Yes — AI features and automation (chatbots, workflow automation, LLM integrations) built directly into Laravel using queues, Horizon and the OpenAI/Anthropic APIs. Production features, not bolted-on scripts.

Can you deploy and manage Laravel apps on AWS?

Yes — hands-on with EC2, S3, RDS and Route 53 for full control at scale, plus CI/CD with GitHub Actions. I set up the same infrastructure the apps I build actually run on.

Do you build with Laravel and Inertia or Vue?

Yes — Inertia + Vue (or React) is my default for full-stack Laravel apps: one codebase, no separate API layer, a modern frontend without the extra moving parts.

How do you work with clients?

Either project-based or as a long-term contractor embedded in your team. Every engagement starts with a free discovery call to scope the work and a fixed plan before we build.

How fast do you respond?

Typically within 24 hours. I keep communication tight and async-friendly across time zones.

Are you available right now?

Yes — I am open to new work from Portugal / Remote. Book a call and we will find a slot that works.

Ready to ship something great?

Available for new projects. Leave your details and get a response within 24 hours.