Skip to content
View 0x3EF8's full-sized avatar
💭
Continuously learning and growing 🌱
💭
Continuously learning and growing 🌱

Organizations

@hallofcodes
Block or Report

Block or report 0x3EF8

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
0x3EF8/README.md
const introduction = {
  name: "Jay Patrick Cano",
  profession: "Self-taught MERN Stack Developer",
  location: "Philippines",
  passions: ["Building with the MERN Stack", "Continuous Learning"],
  skills: ["HTML", "CSS", "JavaScript", "Node.js", "Express.js", "React.js", "MongoDB"],
  portfolio: "https://0x3ef8.github.io/",
  github: "https://github.com/0x3ef8",
  socialMedia: ["https://0x3ef8.github.io/linktree"],
  quote: "Programming knowledge is the key to unlocking the power of a god. ~ 0x3EF8"
};

const introduceMyself = ({ name, profession, location, passions, skills, portfolio, github, socialMedia, quote }) => {
  console.log(`Hi there, I'm ${name}, a ${profession} from ${location}. My passion lies in ${passions[0]} and ${passions[1]}, and I continuously strive to expand my skillset and knowledge in ${skills.join(", ")} and other programming languages. I am proud to give back to the community by actively contributing to open-source projects through my Github profile at ${github}, and my portfolio at ${portfolio} showcases a small portion of my work. If you're interested in my personal and professional journey, feel free to connect with me on my social media accounts at ${socialMedia.join(", ")}. 

One of my favorite quotes is "${quote}", and I believe that with dedication and hard work, anything is possible. Let's connect and create something amazing together!"`);
};

introduceMyself(introduction);

GitHub Stats

Programming Languages

c logo cplusplus logo csharp logo html5 logo css3 logo javascript logo typescript logo python logo

Tools and Technologies

nodejs logo express logo react logo nextjs logo tailwindcss logo mongodb logo mysql logo flutter logo firebase logo figma logo vscode logo visualstudio logo androidstudio logo

Note: I'm also continuously learning new things and expanding my skillset beyond the MERN stack. I'm not an expert in all of these technologies; I'm still a learner.

Pinned

  1. Coffee-Shop-System-using-CPlusPlus Coffee-Shop-System-using-CPlusPlus Public

    The Coffee Shop System was created in a simple console application, the system is protected by a strict login security, in order for you to access the system you need to enter a correct password in…

    C++ 2

  2. Contact-Management-System-Project-in-Python Contact-Management-System-Project-in-Python Public

    This Contact Management System is a Python program that can manage the list of contact information. The purpose of the system is to organize the list of all available contacts such as by inputting …

    Python 5

  3. Covid-19-Contact-Tracing-System-Web-App-with-QR-Code-Scanning-using-PHP Covid-19-Contact-Tracing-System-Web-App-with-QR-Code-Scanning-using-PHP Public

    This project was inspired in the LGU's Contact Tracking System here in the Philippines. The Contact Tracing System logs all individuals that are visiting a certain establishment. The system has 2 s…

    JavaScript 3

  4. Simple-Image-Gallery-with-Viewer-Modal-using-jQuery-and-Bootstrap Simple-Image-Gallery-with-Viewer-Modal-using-jQuery-and-Bootstrap Public

    A simple Image Gallery web application with an image viewer modal.The Image Viewer will also have control button for navigating to the pervious or next image. We will be using Bootstrap for the des…

    HTML 2

  5. Simple-Mobile-Contact-Management-System-using-Python Simple-Mobile-Contact-Management-System-using-Python Public

    The Simple Mobile Contact Management System was built in a console application, the user can accessed the system without any use of user login information. The user can do simple things in the syst…

    Python 3

  6. Hexabot Hexabot Public

    Hexabot is a Facebook Messenger bot designed to assist students with various features, including AI-powered responses, file searches, music and video searches, and more. The bot is built using the …

    JavaScript 19 44