Skip to content
View KevinCotoCarrera's full-sized avatar
🌐
Open to work; send me an email
🌐
Open to work; send me an email

Block or report KevinCotoCarrera

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
KevinCotoCarrera/README.md

Hi there, I'm Kevin Coto πŸ‘‹

I sit at the intersection of Code, Cognition, and Connectivity.

I am a developer and entrepreneur building modern, scalable applications while exploring the converging points of Neuroscience and Artificial Intelligence.

🧠 The Philosophy: "Closer to the Metal"

I believe in understanding the "metal" of the machine. While I possess knowledge of AWS, my true passion lies in self-managed architecture. I thrive on optimizing Linux VPS environments, configuring Nginx, and maintaining full control over the infrastructure rather than relying solely on managed wrappers.

πŸš€ Entrepreneurship & Ventures

I don't just write code; I build businesses. Here are my latest ventures:

  • Fit Homie: Your AI fitness buddy that lives where you chat.
    • Tech: Next.js, Python, AI Agents, n8n.
    • Features: Seamless integration with Discord, Telegram, and Line for real-time nutrition tracking and workout logging.
  • KraowKao: A platform transforming restaurant feedback, putting privacy first.
  • The Koto Dev: My portfolio and digital playground.

πŸ› οΈ The Arsenal

Current Obsessions

  • Elixir & OTP: Leveraging Oban for robust background jobs and diving into Nerves to bring Erlang/Elixir to IoT.
  • Neuroscience x AI: Investigating how biological neural networks can inspire efficient artificial architectures.

Core Engineering

  • React & Svelte: Building scalable frontends with Next.js and SvelteKit.
  • FastAPI & Django: Crafting high-performance Python APIs with robust security.
  • AI & Automation: Integrating LLMs via AI Agents and orchestrating pipelines with n8n.
πŸ“« Contact πŸ“ Articles
kevincoto2002@gmail.com DEV Community

πŸ“Š GitHub Stats

Pinned Loading

  1. ZenGL ZenGL Public

    Svelte

  2. svelte-bg-remover svelte-bg-remover Public

    Svelte

  3. thanksyourterminal thanksyourterminal Public

    Shell

  4. Minimalist Form Validation Utility Minimalist Form Validation Utility
    1
    import type { ValidationErrors, ValidationValues } from '../../ambient';
    2
    
                  
    3
    export function validateForm(values: Partial<ValidationValues>): ValidationErrors {
    4
    	const errors: ValidationErrors = {};
    5
    	// Message Validation
  5. Resend in Svelte Kit using form actions Resend in Svelte Kit using form actions
    1
    // +page.server.ts
    2
    import { env } from '$env/dynamic/private';
    3
    import type { ValidationErrors } from '$lib/types/form-validation';
    4
    //git clone https://gist.github.com/1661f024493c3de8e014cd9498d6c978.git (to get validateForm utility)
    5
    import { validateForm } from '$lib/utils/form-validation.js';
  6. SvelteKit_Turnstile SvelteKit_Turnstile Public

    TypeScript 1