Skip to content
View taverasmisael's full-sized avatar
:shipit:
Focusing
:shipit:
Focusing
Block or Report

Block or report taverasmisael

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

Hi, I'm Misael Taveras

I love to create things with code that you can enjoy on your browser

I'm a FrontEnd developer with over eight years of experience helping companies abroad succeed.

My current goal is to help you build incredible high-quality software.

I'm building with React, TypeScript, and Node.js.


A bit about me

  • 👨🏽‍💻 I’m currently working on my Website.
  • 🌱 I’m currently learning Rust and WASM.
  • 🔥 You can know more about me on my Website.

Where to find me

This repo is now an archive of my old website, you can find the new one here. The old website was built with Gatsby and hosted with Netlify. Read the docs at docs/README.md.

Pinned

  1. taverasmisael.com taverasmisael.com Public

    My personal website and blog. Build with an hybrid Astro SSR, SolidJS and TailwindCSS. Support for internazionalization and more.

    MDX 2

  2. knuclebones-react knuclebones-react Public

    WIP Knuclebones game from Cult of The Lamb

    TypeScript

  3. Run this on your terminal to change ... Run this on your terminal to change old commits user.email
    1
    # Taken from -> https://www.git-tower.com/learn/git/faq/change-author-name-email/
    2
    git filter-branch --env-filter '
    3
    WRONG_EMAIL="THE_BAD@EMAIL.COM"
    4
    NEW_NAME="YOUR GOOD NAME"
    5
    NEW_EMAIL="THE_GOOD@EMAIL.COM"
  4. A helper using Ramda to transform a ... A helper using Ramda to transform a URLSearch to an Object
    1
    const {prop, split, fromPairs, fromPairs, map, compose, tail} = R // from RamdaJS
    2
    export const URLSearchToObject = compose(
    3
      fromPairs,
    4
      map(split('=')),
    5
      compose(
  5. passwords passwords Public

    Forked from davidtavarez/passwords

    Online password generator

    HTML

  6. taverasmisael taverasmisael Public archive

    Mi sitio web personal - Visitalo en: http://taverasmisael.com

    JavaScript 10 4