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 sti-edos Public archive

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

    TypeScript 3

  2. bot bot Public

    Simple advanced blazingly fast agnostic discord bot plugin framework

    TypeScript

  3. ollama-nginx-docker ollama-nginx-docker Public

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