Skip to content
View theycallmewolf's full-sized avatar
🚙
changing the way the world moves @ Critical TechWorks
🚙
changing the way the world moves @ Critical TechWorks
Block or Report

Block or report theycallmewolf

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
theycallmewolf/README.md
      ___           ___                         ___   
     /__/\         /  /\                       /  /\  
    _\_ \:\       /  /::\                     /  /:/_ 
   /__/\ \:\     /  /:/\:\    ___     ___    /  /:/ /\
  _\_ \:\ \:\   /  /:/  \:\  /__/\   /  /\  /  /:/ /:/
 /__/\ \:\ \:\ /__/:/ \__\:\ \  \:\ /  /:/ /__/:/ /:/ 
 \  \:\ \:\/:/ \  \:\ /  /:/  \  \:\  /:/  \  \:\/:/  
  \  \:\ \::/   \  \:\  /:/    \  \:\/:/    \  \::/   
   \  \:\/:/     \  \:\/:/      \  \::/      \  \:\   
    \  \::/       \  \::/        \__\/        \  \:\  
     \__\/         \__\/                       \__\/ 

<TheyCallMeWolf />

< About />
They Call Me Wolf
"Mr. Wolf", actually.
Cames from the movie.
Pulp Fiction…
My favorite!
Like the character,
they say ‘I solve problems’.
Who are they?
You are starting to ask too much…

👋 Hi there! I’m a frontend developer + designer.


< Contacts />


< Stack />



wakatime
since={"2020-10-25"}


learning()


const currentWork =

  • "Changing the way the world moves" as a Rockstar Developer with an epic team at Critical TechWorks
  • available for freelance projects

Pinned

  1. theycallmewolf.com theycallmewolf.com Public

    Repository of my personal portfolio website built with NextJS

    TypeScript

  2. wolf-watch wolf-watch Public

    "Excuse me! Do you have the time?!" A simple project to practice my CSS and JS skills, and also learn a bit about webpack... well the rest is on README :)

    SCSS

  3. gostack-gobarber-web gostack-gobarber-web Public

    TypeScript

  4. email validator email validator
    1
    /**
    2
     * Thanks to:
    3
     * @see http://fightingforalostcause.net/misc/2006/compare-email-regex.php
    4
     * @see http://thedailywtf.com/Articles/Validating_Email_Addresses.aspx
    5
     * @see http://stackoverflow.com/questions/201323/what-is-the-best-regular-expression-for-validating-email-addresses/201378#201378
  5. hex to rgba hex to rgba
    1
    /**
    2
     *
    3
     * @param hex
    4
     * @param opacity
    5
     * @returns
  6. add-to-calendar.ts add-to-calendar.ts
    1
    type CalendarEvent = {
    2
      name: string;
    3
      details: string;
    4
      location: string;
    5
      startsAt: string; // ISO format