Skip to content
View J-Filip's full-sized avatar
πŸ’­
"cool, cool, cool, cool, cool, cool"
πŸ’­
"cool, cool, cool, cool, cool, cool"

Block or report J-Filip

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

"If you want to improve, be content to be thought foolish and stupid." - Epictetus

Hi! My name is Filip.

I build stuff to do stuff I don't want to.

  • 🌍  I'm based in Zagreb, Croatia.
  • πŸ–₯️  See my portfolio at https://filip-jugkala.com
  • βœ‰οΈΒ  You can contact me at filip.jugkala@yahoo.com
  • 🧠  Currently working with React and TypeScript
  • ⚑  Likes: football, cycling, fixing bicycles

Skills

JavaScript TypeScript React

Webpack Vue Svelte

Socials

Pinned Loading

  1. Portfolio-redesign Portfolio-redesign Public

    Entering 2022. with a new portfolio. My first web portfolio in 2021. was a basic b**ch site and updating it got tedious. This year I wanted something cooler - a Jamstack website!

    CSS 1

  2. You Don't Know JS Yet You Don't Know JS Yet
    1
    // -------------- BOOK 1 ------------------------------
    2
    // --------------------------------------------
    3
    
                  
    4
    /**
    5
    * JS does not define === as structural equality for object values. Instead, === uses identity equality for object values.