Code Monkey home page Code Monkey logo

hide-and-seek's Introduction



My Photo



๐Ÿ‘ฏ **Facts About Me**

Hello! I'm Pablo Bonasera, a Full Stack Developer with a strong passion for learning and attention to detail. I'm an entrepreneur at heart, always seeking to generate improvements based on the circumstances. I would love to be part of your team!

Currently, I am actively learning and growing as a developer. I have been working as a Mentor at Microverse, collaborating with developers from around the world on daily. This experience has not only enhanced my coding skills but also sharpened my communication and teamwork abilities. Starting in June 2021, I embarked on my coding journey by enrolling in various courses. Since then, I have made significant progress through dedication, overcoming challenges, and constantly striving for self-improvement. After successfully completing my Full Stack certification at Academlo Bootcamp, I joined Microverse to further expand my horizons.

Let's create something amazing together! Feel free to reach out.


๐Ÿš€ **Technologies I Work With**

  • HTML/CSS
  • JavaScript
  • React
  • Node.js
  • Express.js
  • MongoDB
  • Git

โšก ** My Soft Skills: **

  • Strong problem-solving skills
  • Excellent communication
  • Team player
  • Adaptable and quick learner

๐Ÿ“Š ** Value Proposition **

  • As a Full Stack Developer, I bring a unique blend of technical skills and professional experience. With a background as a legal assistant, I have developed a strong work ethic, perseverance, and an analytical mindset. These skills, combined with my passion for continuous learning, enable me to tackle complex coding challenges effectively and efficiently.

๐Ÿ’ป **Let's Connect!**

I'm excited to collaborate on projects that make a positive impact on the environment and society. If you're looking for a dedicated and adaptable developer to join your team, I would be thrilled to be considered. Let's connect and create a better, more sustainable future together!

ย 

Feel free to reach out to me via email at [email protected] or connect with me on LinkedIn at @PabloBona

hide-and-seek's People

Contributors

pablobona avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

hide-and-seek's Issues

Issue Title: Error in 'See Project' button click event handling

๐Ÿ“ Description

  • When clicking on the 'See Project' button, the JavaScript console logs the following error:
    caught TypeError: Cannot set properties of null (setting 'innerHTML') at HTMLAnchorElement.<anonymous> (main.js:165:30)
  • The code on line 165, modalContainer.innerHTML = modalCardTemplate(cardData[modalId]);, is unable to run because it seems that modalContainer is not properly defined.
  • It appears that the code on line 2, document.querySelector('.modal-container');, might not be correctly written.
  • Upon reviewing your style.css file, it appears that "modal-container" is defined as an id, not a class.

๐Ÿ”ง Suggested Solution

  • Please ensure that the correct id or class is selected on line 2. One possible solution could be changing document.querySelector('.modal-container'); to document.querySelector('#modal-container');.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.