Skip to content
View fabianmolinab's full-sized avatar
😺
😺

Highlights

  • Pro

Block or report fabianmolinab

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

Hi, welcome

I'm FabianMolinaB software developer in Colombia 🇨🇴

  • I’m currently learning Cobol.
  • 🧐 Interested in full stack and critical philosophy.
  • 🥺 I like exploring GNU/Linux and NeoVim.
  • 🎮 In my spare time play battle royales.
  • I 🤎 coffe.

About me

  
  export const AboutMe: React.FC = () => {
  
    const myTools = {
      ProgrammigLenguajes: {'Cobol','Javascript', 'Typescript', 'Go', 'Python'},
      FrontEnd: {'React', 'Next', 'Astro', 'Redux'},
      BackEnd: {'Node', 'CICS', 'SQL', 'MySQL', 'Firebase', 'MongoDB', 'Docker'},
      Editors: {'NeoVim'},
      OperatingSystem: {'GNU/Linux', 'OS/390'}
    }
  
  return (
      <h1>My Tools</h1>
      {
        Object.entries(myTools).forEach(([key, value]) => {
          console.log(value)
        })
      }
    )
}

Statistics

Contact me:

fabianmolinab fabianmolinab @fabianmolinab

Pinned Loading

  1. nvim nvim Public

    Mi configuración personal de NeoVim

    Lua 3

  2. playwright-bun-template playwright-bun-template Public template

    🚀 Playwright Template with Bun.js is a toolkit for easy end-to-end (E2E) testing of web applications. Powered by Bun.js, it's up to 50% faster than Node, and Playwright provides robust testing feat…

    TypeScript