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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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, a passionate web developer dedicated to building modern, efficient, and scalable web applications.

  • πŸ”­ Current Endeavors: Engaged in various side projects that challenge and expand my development skills.
  • πŸ› οΈ Core Technologies:
    • Node.js & React: Proficient in building scalable applications using Node.js and React, with experience in frameworks like Nest.js and Next.js.
    • FastAPI: Developing high-performance APIs with FastAPI, benefiting from its automatic interactive documentation and robust security features.
    • Svelte: Crafting dynamic user interfaces with Svelte, leveraging its compiler-based approach for enhanced performance and developer experience.
  • 🌱 Exploring New Horizons: Currently delving into Three.js to enrich my 3D web development skills and developing a growing appreciation for Elixir's functional programming paradigm.
  • πŸ‘― Collaboration: Eager to work with multidisciplinary teams to create impactful solutions.
  • πŸ“« Contact: Reach out via email at kevincoto2002@gmail.com.

Recent Blog Posts:

For more articles, visit my DEV Community profile.

Kevin's GitHub Stats

Top Languages

Let's connect and build something amazing together!

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