Skip to content
View GioMjds's full-sized avatar
💥
Focusing
💥
Focusing

Highlights

  • Pro

Block or report GioMjds

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

Hi there! My name is Gio Majadas

class UserDetails:
  def __init__(self, firstName, lastName, age, course, specialty):
    self.fullName = f"{firstName} {lastName}"
    self.age = age
    self.course = course
    self.specialty = specialty

  def introduce(self):
    return f"Hi! My name is {self.fullName}. {self.age} years old. My course is {self.course} and I am a {self.specialty}"

myself = UserDetails("Gio", "Majadas", 21, "Bachelor of Science in Information Technology", "Front-End Developer")
myself.introduce()

🛠️ Tech Stacks

Programming Languages

C# C++ JavaScript Python Visual Basic .NET Java

Web Development

HTML CSS JavaScript React Vite TypeScript Tailwind CSS Sass Svelte

Frameworks

Django

Version Control

Git

Other Skills

MySQLNodeJS NPM Powershell Bash PostgreSQL PHP


My Social Media Accounts


📫 How to Contact Me?

Popular repositories Loading

  1. FullStack-Portfolio FullStack-Portfolio Public

    Full stack version of my portfolio, now with Flask for backend

    JavaScript 1

  2. Lexcribe Lexcribe Public

    Forked from LeanKurtEscano/Lexcribe

    study buddy app for law students in the Philippines.

    TypeScript 1

  3. GioMjds GioMjds Public

    My readme profile styling

    1

  4. personal-portfolio-using-php personal-portfolio-using-php Public

    Another personal portfolio using PHP, CSS, JavaScript and MySQL

    PHP

  5. calculator calculator Public

    JavaScript

  6. mobile-calculator mobile-calculator Public

    JavaScript