Skip to content

GioMjds/GioMjds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 

Repository files navigation

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?

About

My readme profile styling

Topics

Resources

Stars

Watchers

Forks