Skip to content
View SeebaaSiman's full-sized avatar

Block or report SeebaaSiman

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SeebaaSiman/README.md

Sebastián Siman

Frontend Developer | React.js | node.js

import Dev from 'Sebastian-Siman'

function App() {
  const SebastianSiman = {
    bio: {
      name: "Sebastián",
      suername: "Siman",
      title: "Web Developer",
      location: "La Plata, Buenos Aires, Argentina"
    },
    skills: {
      languages: ["html", "css", "javascript"],
      frameworks: {
        react: ["hooks", "react-router-dom","redux","context api","vite"]
      },
      frontend: ["styled-components", "tailwind", "bootstrap","Chakra UI","chart.js"],
      backend: ["node.js", "firebase","postman"]
    },
    hosting_Saas: ["firebase","netlify","vercel"],
    hobbies: ["coding","family", "basket", "football", "music"],
    contact: {
    email:"seebaasiman@gmail.com",
    linkedin:"/sebasti%C3%A1nsiman",
    portfolio:"https://seebaasiman.github.io/Sebastian.Siman/"
  }
  return <SebastianSiman />
}

Top Langs

     

Pinned Loading

  1. dotfiles-setup dotfiles-setup Public

    Sistema de respaldo de configuraciones para Windows basado en Git y un repositorio bare: los archivos de configuración se versionan directamente en su ubicación original bajo $HOME mediante GIT_DIR…

    PowerShell