Skip to content
View KarlAngeloFlores's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report KarlAngeloFlores

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

Header

Typing SVG


πŸ”— Professional Links

Portfolio LinkedIn GitHub Email


πŸ‘¨β€πŸ’» Professional Summary

Full-Stack Developer at DOWINN with expertise in modern web technologies and scalable application development. Computer Science graduate specializing in building robust, user-centric solutions using the JavaScript/TypeScript ecosystem. Passionate about clean code, best practices, and continuous learning.

interface Developer {
  name: string;
  role: string;
  company: string;
  location: string;
  education: string;
  expertise: string[];
  currentFocus: string[];
}

const karl: Developer = {
  name: "Karl Angelo Flores",
  role: "Full-Stack Developer",
  company: "DOWINN",
  location: "Philippines πŸ‡΅πŸ‡­",
  education: "B.S. Computer Science",
  expertise: [
    "Full-Stack Development",
    "RESTful API Design",
    "Database Architecture",
    "Responsive UI/UX"
  ],
  currentFocus: [
    "Microservices Architecture",
    "Performance Optimization",
    "Cloud Technologies"
  ]
};

πŸ› οΈ Technology Stack

Frontend Development

React Next.js TypeScript JavaScript HTML5 CSS3 Tailwind CSS

Backend Development

Node.js NestJS Express.js TypeScript

Database & Storage

MongoDB MySQL

Tools & Platforms

Git GitHub VS Code Figma


πŸ“Š GitHub Statistics

πŸ“ˆ Overall Stats

πŸ’» Language Distribution

πŸ”₯ Contribution Streak

πŸ“Š Detailed Metrics

πŸ“ˆ Contribution Activity


🎯 Professional Focus

πŸ—οΈ Architecture

Building scalable and maintainable systems with modern architectural patterns

⚑ Performance

Optimizing applications for speed, efficiency, and exceptional user experience

πŸ”’ Best Practices

Implementing industry standards, clean code, and robust testing strategies

πŸ“« Get In Touch

I'm always open to discussing new projects, creative ideas, or opportunities to contribute to innovative solutions.


Profile Views

Β© 2024 Karl Angelo Flores. Building the future, one commit at a time.

Popular repositories Loading

  1. GoChat GoChat Public

    A WeChat Clone created during project at school

    Java 2 4

  2. anirush anirush Public

    A frontend that fetches data from aniwatch API that scrapes data to other anime website providers.

    JavaScript 2 1

  3. RPS.github.io RPS.github.io Public

    Basic rock-paper-scissor game

    JavaScript 1

  4. TaskManagement.github.io TaskManagement.github.io Public

    JavaScript 1

  5. KarlAngeloFlores KarlAngeloFlores Public

    1

  6. Gogoanime-and-Hianime-proxy Gogoanime-and-Hianime-proxy Public

    Forked from JulzOhern/Gogoanime-and-Hianime-proxy

    Bypass CORS errors when accessing Gogoanime and Hianime vidcloud M3U8 streams by using a server-side proxy. This allows video content to load and play without being blocked by the browser’s cross-o…

    TypeScript 1