Skip to content
View balonsom's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report balonsom

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

Hi there 👋, I'm Borja

I am a full-stack software engineer and entrepreneur with experience in large-scale web applications and back-end systems, using a variety of coding languages, frameworks, and technologies. I am self-motivated and passionate about programming, from designing system architecture to diving deep into frameworks and problem solving.

In my spare time, I am mostly adding new skills to my repertoire and sometimes open-sourcing.

const { isOnline } = require('@balonsom/activity');

module.exports = {
  name: 'Borja Alonso-Majagranzas',
  email: 'balonso@hubenue.com',
  aliases: ['Me', 'balonsom'],
  languages: ['Javascript', 'Typescript', 'HTML', 'PHP', 'CSS', 'Java'],
  dailyKnowledge: ['Node', 'React', 'React Native', 'Electron', 'Mongoose', 'GraphQL', 'Express', 'Laravel'],
  getStatus: async () => {
    const online = await isOnline();
    return `Borja is currently ${online ? '🧑🏻‍💻 online' : '😴 offline, try to reach him through his email'}.`;
  },
};

Borja's LinkedIN Borja's Spotify

Popular repositories

  1. balonsom.github.io balonsom.github.io Public

    HTML

  2. ROChargenPHP ROChargenPHP Public

    Forked from technoken/ROChargenPHP

    Fork of https://github.com/ScDarko/ROChargenPHP, including updates from https://github.com/Akkarinage/ROChargenPHP

    Lua

  3. eslint-plugin-react eslint-plugin-react Public

    Forked from jsx-eslint/eslint-plugin-react

    React specific linting rules for ESLint

    JavaScript

  4. react-boilerplate react-boilerplate Public template

    Forked from react-boilerplate/react-boilerplate

    🔥 A highly scalable, offline-first foundation with the best developer experience and a focus on performance and best practices.

    JavaScript

  5. design design Public

    Forked from primer/design

    Primer Design Guidelines

    JavaScript

  6. vscode-stories vscode-stories Public

    Forked from ide-stories/vscode-stories

    Stories for VSCode

    TypeScript