Skip to content
View enum314's full-sized avatar

Organizations

@astzoid

Block or report enum314

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
enum314/README.md

๐Ÿ‘‹ Hello, I'm iommi mandela fuentes

๐Ÿš€ What I'm Currently Focusing On

  • Full Stack Web Development
  • Discord App Development
  • Systems Administration / Systems Designing
  • DevOps Engineering / Cloud Engineering

๐Ÿ›  What I'm Also Skilled At

  • AI Prompt Engineering
  • Database Administration
  • SEO (Web Development Focus)
  • Video Editing
  • Copywriting
  • UI/UX Design & Product Design (Mostly UX)
  • Graphic Design
  • Minecraft Bedrock Addon Development
  • Minecraft Plugin Configuration
  • 3D Web Development (Three.js)

๐ŸŒŸ What I'm Looking Forward To

  • Content Creation & Personal Branding
  • Community Management
  • Affiliate Marketing
  • AI SaaS Development

๐Ÿ“š Experience

I'm a self taught, full stack web developer, that went head first into coding and fell in love from the first lines of code I've written!

Started experimenting with coding around June of 2017 in the C++ programming language.

Since September of 2019, I switched to JavaScript as my main language, and shortly after moved to TypeScript (thanks to its much better coding experience), which is what I use daily now.

I've also experimented with other languages (such as Java, or C#), but so far my language of choice is still TypeScript.

Key Notes โœ๏ธ

  • Full Stack Web Developer & Systems Administrator (Self Taught)
  • Started coding since 2017
  • Willing to learn new things all the time, and work in teams ๐Ÿ˜„
  • Always down to chat! Contact me on one of the platforms down below!

โšก Technologies

html css c++ java javascript typescript csharp

react discordjs express tailwind nextjs webpack

mysql mongodb postgre redis minio

vercel digitalocean linux ubuntu nginx cloudflare letsencrypt

stripe xendit

Nodejs GIT vscode github

openai ollama cursor

๐Ÿ‘€ Quick Statistics

Popular Projects

Readme Card Readme Card Readme Card Readme Card Readme Card Readme Card

๐Ÿ’ฌ Let's Connect

I'm always down for a conversationโ€”whether it's coding, design, or creative ideas!

  • Discord: @enum314

My Other GitHub accounts

Pinned Loading

  1. sti-edos Public archive

    A School Student Violation & Permit Management System made with the T3 Stack

    TypeScript 3

  2. bot Public

    Simple advanced blazingly fast agnostic discord bot plugin framework

    TypeScript

  3. ollama-nginx-docker Public

  4. function that selects up to a specif...
    1
    import { randomInt } from "crypto";
    2
    
                  
    3
    function pick(items: string[], maxItems: number) {
    4
      const selected: string[] = [];
    5