Skip to content
View JuanCarlosAcostaPeraba's full-sized avatar
๐Ÿš€
To infinity and beyond
๐Ÿš€
To infinity and beyond

Highlights

  • Pro

Block or report JuanCarlosAcostaPeraba

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse

๐Ÿ’Ž Personal Traits

{
 "mindset": "Building impactful solutions in collaborative environments",
 "softSkills": {
  "rugby": {
   "description": "Discipline | Teamwork | Resilience",
   "impact": "Applied to software development and team collaboration"
  },
  "teaching": {
   "experience": "3 years university level",
   "subjects": "Programming Fundamentals & Computer Architecture",
   "skills": "Communication | Mentoring | Knowledge transfer"
  }
 },
 "languages": {
  "english": "B2 Certified (EOI)",
  "spanish": "Native"
 },
 "achievements": {
  "honorDistinction": {
   "subject": "Native Mobile App Programming",
   "year": "4th year, ULPGC"
  }
 },
 "personality": {
  "approach": "Collaborative and solution-oriented",
  "learning": "Continuous improvement mindset",
  "values": "Quality code | Team success | Innovation"
 }
}

๐Ÿ’พ Tech Arsenal

๐Ÿš€ Languages & Frameworks

JavaScript Node.js Express NestJS React Next.js Astro

Kotlin Swift HTML5 CSS3

๐Ÿ› ๏ธ Tools & Platforms

Git GitHub Firebase MySQL SQLite MongoDB TailwindCSS

๐Ÿ“‹ Methodologies

Scrum Kanban Agile

๐Ÿ† Completed Objectives

๐ŸŽฎ GAMIFICATION APP

+ FINALIST - Web Dev Competition
+ Fundaciรณn MAPFRE Guanarteme

TECH STACK:

  • HTML CSS JavaScript
  • XML SCORM

STATUS: โœ… DEPLOYED

๐Ÿ”— LIVE DEMO โ€ข SOURCE CODE

๐Ÿ“ฒ QUICKBILL-APP (TFG)

+ GRADE: 9/10
+ Final Degree Project

TECH STACK:

  • Swift (iOS Native)
  • Firebase (Backend)
  • MVVM Architecture
  • Astro (Analytics Dashboard)

FEATURES:

  • Billing & invoice management
  • Real-time analytics
  • Cloud synchronization

STATUS: โœ… COMPLETED

๐Ÿ”— REPOSITORY

Pinned Loading

  1. Essential HTML tags for metadata and... Essential HTML tags for metadata and SEO
    1
    <!DOCTYPE html>
    2
    <html lang="en">
    3
    
                  
    4
    <head>
    5
    	<!-- HTML Meta Tags -->
  2. Git Commands with explanation Git Commands with explanation
    1
    # Git Commands
    2
    
                  
    3
    | Command                   | Action                                           |
    4
    | :------------------------ | :----------------------------------------------- |
    5
    | `git init`                | Initialize a new Git repository                  |