Coder Social home page Coder Social logo

iturres / iturres-portfolio Goto Github PK

View Code? Open in Web Editor NEW
18.0 18.0 0.0 2.84 MB

πŸ’Ό Discover my 2023 Portfolio, featuring projects from 2022 to today. Explore my work, access my resume, and connect with me using the contact form below! Let's collaborate and create something amazing together.

Home Page: https://iturres.github.io/ITurres-portfolio/

License: MIT License

HTML 20.85% CSS 43.58% JavaScript 35.57%
css3 grid-layout html5 javascript microverse-projects microverse-students stylelint webhint

iturres-portfolio's Introduction

banner quoting 'learning to be the best version of myself'

GitHub Stats is experiencing some issues... GitHub Streaks is experiencing some issues...

Typing SVG

Typing SVG


const arthurIturres = {
  about: [
    'πŸ‘¨β€πŸ’» Full-stack Web Engineer at @Awesome.',
    'πŸ“š Fond of technical, business, self-help and travel books.',
    'πŸš€ I thrive on collaborating, organizing, and working with teams.',
    "πŸ€ I'm on my way to realizing my second dream, having accomplished the first.",
    '⌚πŸͺ΅ I do a bit of watchmaking and Wood work.',
    'πŸ–₯ I enjoy designing web applications.',
    'πŸ™‡πŸ»β€β™‚οΈ Currently working with Angular + Skote',
    '🌟 Besides web development in general, I specialize in optimizing development workflows,
        enforcing coding and programming standards, and advocating for adherence to best
        practices to ensure clean and professional codebases.'
  ],
  futureLearningGoals: [
    'πŸ₯– French.',
    '🐦 Swift.',
    'πŸ€– Kotlin.',
    '🎀 Give technical and soft skills talks.',
    'πŸ‚ Snowboarding.',
    'β›΅ Hitchhike a boat.'
  ]
};

Do you enjoy reading? πŸ€“

πŸ“š Here is a curated list of the books I read, that I would like to share with you... πŸ“š

πŸ“– = Books I'm currently reading

πŸ› οΈ Technical Books:
  • πŸ“– "The Pragmatic Programmer" - By Andrew Hunt and David Thomas.
  • πŸ“˜ "ProGit" - By Scott Chacon and Ben Straub.
  • πŸ“˜ "Think Like a Programmer" - By V. Anton Spraul.
  • πŸ“– "Javascript The Definitive Guide" - By David Flanagan.
  • πŸ“˜ "Learning React" - By Alex Banks and Eve Porcello.
  • πŸ“– "Redux in Action" - By Marc Garreau and Will Faurot.
  • πŸ“˜ "The Ruby programming language" - By David Flanagan and Yukihiro Matsumoto.
  • πŸ“– "A Common Sense Guide to DSA - 2nd Edition" - By Jay Wengrow.
  • πŸ“– "You Dont Know JavaScript" - By Kyle Simpson.
  • πŸ“– "Clean Code" - By Robert C. Martin.
πŸ’Ό Business Books:
  • πŸ“• "The Phoenix Project, A novel about IT, DevOps and helping your business win" - By Gene Kim, George Spafford and Kevin Behr.
  • πŸ“• "The Five Dysfunctions of a Team" - By Patrick Lencioni.
  • πŸ“– "The Effective Engineer" - By Edmond Lau.
🧠 SelfHelp Books:
  • πŸ“— "Feel The Fear And Do It Anyway" - By Susan Jeffers.
  • πŸ“— "Ego is the Enemy" - By Ryan Holiday.
  • πŸ“— "Growth Mindset" - By Carol S. Dweck.
  • πŸ“— "Declutter Your Mind" - By S.J. Scott and Barrie Davenport.
πŸ—ΊοΈ Travel Books:
  • πŸ“™ "Hitchhiking in The Axis of Evil" - By Juan Pablo Villarino.
  • πŸ“™ "Always the West" - By J.M. Romero.
  • πŸ“™ "Magic is travelling" - By Aldana Chiodi and Dino Feldman.
  • πŸ“™ "A Tango in Tibet" - By Juan Pablo Villarino.
  • πŸ“™ "The Alchemist" - By Paulo Coelho.


Github contributor rank is experiencing some issues...

Top Languages

Profile Views

iturres-portfolio's People

Contributors

alibaba2023 avatar claudiarojassoto avatar iturres avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

iturres-portfolio's Issues

Changes in the projects-card__tech-stack--wrapper

You have done a great job πŸ˜ƒ ! However, to improve your code, I recommend checking the projects-card__tech-stack--wrapper class to fit 100% of the card width to be more like Figma's template, especially from the breakpoint from 400px.

  • Ruby on Rails
  • CSS
  • JavaScript
  • HMTL

You are using outstanding practices as:

  • Semantic HTML
  • Organized CSS using BEM
  • Using class tags & divs for wrappers and containers
  • Well-structured and readable code

Cheers!

Peer to peer code review Week-3 12-05-2023

Great job with your code! we have some suggestions that might be helpful.

Team Suggested Changes ♻️:

@hafedefhej
I noticed that you split your CSS code into multiple files. Perhaps it would be better to consolidate them into one or two files for improved organization and easier maintenance. it is considered good practice to modularize CSS code into smaller, more manageable files, however consolidating CSS code into a single file can reduce the number of HTTP requests required to load the website, which can improve website performance. This is because the browser has to make a separate request for each file that is linked to the HTML document,

The use of gap in .contact-form may not be supported in older browsers.

The font-family property is set to "Inter", sans-serif, which assumes that the Inter font is available on the device. If the font is not available, the browser will fall back to the default sans-serif font, which may not match the design intent.

The use of align-self: center in .contact-section--wrapper may not work as intended if the parent container does not have a defined height.

and One of the aspects I particularly appreciate about your project is the level of detail evident in your commits.

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.