Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View luifiller's full-sized avatar
🤓
Studying
🤓
Studying

Organizations

@Alert-Center @Plumeria-Mindfulness @GP3-2-ADSC

Block or report luifiller

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
luifiller/README.md

Hi 👋, I'm Luiz Nison!

import { Psychology } from '@university/sao-judas-tadeu';
import { SystemAnalisysAndDevelopment } from '@university/sao-paulo-tech-school';
import { Component } from '@angular/core';

@Component({
  selector: 'lui-life',
  standalone: true,
  templateUrl: './lui-life.component.html',
  styleUrls: ['./lui-life.component.scss'],
})
export class LuiLifeComponent {
  public about: string =
    "A fullstack developer committed to adding value at
      every stage of a solution's life, from conception to
      support, with a focus on customer needs and data-driven decisions.";

  public development: { [area: string]: { [tech: string]: string[] }[] } = {
    frontend: [
      { code: ['HTML', 'CSS', 'Sass', 'Javascript', 'Typescript', 'Node.JS'] },
      { angular: ['RxJS', 'Jest', 'Karma', 'Jasmine', 'Material', 'Webpack'] },
      { react: ['JSX'] },
    ],
    backend: [
      { code: ['C#', 'Java'] },
      { framework: ['.NET', 'Entity Framework', 'Spring Boot'] },
    ],
    others: [
      { cloud: ['AWS'] },
      { analytics: ['GA4', 'Firebase'] },
      { database: ['MySQL', 'Azure'] },
      { iot: ['Arduino'] },
      { ides: ['VSCode', 'Intellij', 'Android Studio'] },
      { design: ['Figma'] },
      { methodologies: ['Scrum', 'Lean', 'Kanban'] },
    ],
  };

  public hobbies: { [category: string]: string[] }[] = [
    { leisure: ['Coffee', 'Plants & Nature', 'Photography'] },
    { academic: ['Behavioral Analysis', 'Intimacy'] },
  ];
}

Inspirational phrase:

“Any fool can write code that a computer can understand. Good programmers write code that humans can understand.”

― Martin Fowler, Refactoring: Improving the Design of Existing Code (1999, p. 15)

You can find me at:

luiz nison filler luiz nison filler

Pinned Loading

  1. nestjs-messaging-api nestjs-messaging-api Public

    API RESTful de mensagens construída com foco em arquitetura, observabilidade e evolução contínua.

    TypeScript