Code Monkey home page Code Monkey logo

kakalanp / portfolio-joaquin Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 2.0 9.56 MB

This is my personal portfolio, for the time being it's mostly filled with placeholder projects. The form at the end shows an animation whenever you have a typo of some sort, you can click in a language tag to highlight all tags of the same name and open the projects in a popup window

Home Page: https://kakalanp.github.io/Portfolio-Joaquin/

HTML 25.41% CSS 35.31% JavaScript 39.28%
css html javascript portfolio

portfolio-joaquin's Introduction

Hello there, I'm Joaquín! hi

💼 Currently working at Tranzact.

⚙️ Working on some small side-projects on my free time

🤔 New ideas for projects are always welcome!

💬 Let's chat about anything!

📫 Write me an e-mail!

Mail Badge

💻 My tech-stack:

Visual Studio Code

Git

GitHub

Terminal

Heroku

Netlify

Eslint

Stylelint

Lighthouse

Webhint-icon

Rubocop

HTML5

CSS3

JavaScript

Webpack

Jest

React

React-router

Redux

Postgresql

Ruby

Rails

Sendgrid

Bootstrap

Tailwind




😎 My GitHub stats:






🛰 Contact me on social media!

Linkedin Badge Twitter Badge Mail Badge

portfolio-joaquin's People

Contributors

behnam1369 avatar kakalanp avatar mauriciomonta avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

portfolio-joaquin's Issues

Standup Session Code Review - Change Semantic Tags

Hello Joaquin,

Great job with your project. The only suggestion of a change I'd like to see is that you use the section tags to group logically related elements and use the divs tag to create other elements inside your section rather than using nested section tags.

Warm Regards,
Josh.

Regex Problem

Hi Joaquin
I figured out the problem with submitting messages with an email address containing uppercase letters is because of regex and it is not something related to Formspree.
I found out that regex.test returns different results when running the same regex.test commands. for example:

const pattern = /[A-Z]/g;
const str = "BehNam";
console.log(pattern.test(str)); //returns true
console.log(pattern.test(str)); //returns true
console.log(pattern.test(str)); //returns false

It returns true in the first and second log and returns false in the third log and this behavior is because the string variable consists of two uppercase letters.

I resolved this issue without using regex. you can see here. But I steel don't know how can I fix this using regex.

peer to peer code reviews

  • Organizes more for see project button lines
  • Add source code and live server links
  • It stops automatic validation with formspree need to validate with javascript

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.