Skip to content
View cotebarrientos's full-sized avatar
Block or Report

Block or report cotebarrientos

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
cotebarrientos/README.md

Hi there, I'm Maria greetings

I'm a Junior Full Stack Web Developer with a strong focus on Frontend Development and web design. I'm a very curious person, who loves a challenge and always wants to learn new skills, and that's one of the reasons why I decided to switch from cosmetics and design into the IT area (I was previously a beautician/dressmaker).

πŸ™Ž About me

  • I'm Chilean Chile
  • My favorite programming area is Front-End Development
  • I like making crafts in my spare time, I also have a YouTube channel about it
  • 🌱 I’m currently learning about Node JS and Woocommerce
My custom image

A little more about me, but expressed using python πŸ‘‡

    import random
    from datetime import date


    def This_Year(experience = 0):

        give_up = False
        current_year = date.today().year
        my_state = [
            "I am the best!πŸ’ͺ",
            "Burnout 😫",
            "Impostor syndrome πŸ˜”",
            "I don't know anything ☹️",
            "I have to try again 😬"
        ]

        for day in range(1,366):

            print(f"Day {day} of this year")
            print("My State today: ", random.choice(my_state))

            # This code will never run
            if give_up:
                raise Exception()

            experience += 1

        print(f"This year {current_year} I gained {experience} experience points")
        print(f"Happy {current_year + 1}!!!!")

    This_Year()

πŸ› οΈ My Skills

Languages

JavaScript Python PHP

Front-End Development

CSS3 HTML5 Bootstrap React Material UI StoryBook Redux jQuery Gulp Sass

Back-End Development

Flask Django Jinja Wordpress Woocommerce Node Meteor

Database

SQL MySQL MongoDB

Deployment

Firebase Heroku

Control Version

Git GitHub

πŸ–₯️ Workspace Setup

Linux Windows Visual Studio Code Terminal MAMP Flywheel

πŸ–ŠοΈ Design and Wireframes (UX|UI):

photoshop illustrator affinity designer pen krita Figma

πŸ“§ Connect with me:

cotebarrientos | LinkedIn cotebarrientos | Portfolio

Pinned Loading

  1. Milestone-Project-Healthy-Pet-Veterinary-Clinic Milestone-Project-Healthy-Pet-Veterinary-Clinic Public

    This is my first Milestone Project for Code Institute

    HTML 1

  2. 2nd-milestone-project-coronavirus-report 2nd-milestone-project-coronavirus-report Public

    Code Institute - Second Milestone Project

    HTML 1

  3. 3rd-milestone-project-my-veggie-food 3rd-milestone-project-my-veggie-food Public

    Code Institute: Milestone Project 3

    HTML 1

  4. 4th-milestone-project-your-argentine-shop 4th-milestone-project-your-argentine-shop Public

    Code Institute: Milestone Project 4

    HTML 1

  5. udemy-redux-exercise udemy-redux-exercise Public

    MyPokeApp is a mini project made using React JS and Redux.

    JavaScript

  6. weather-app weather-app Public

    Weather App is a project that uses React JS technology, and this is able to provide an extended forecast up to a week thanks to the OpenWeather API.

    JavaScript