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

Highlights

  • Pro

Organizations

@Alert-Center @Plumeria-Mindfulness @GP3-2-ADSC
Block or Report

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.

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

Hi 👋, I'm Luiz Nison!

import { Psychology } from @university/saoJudasTadeu;
import { SystemAnalisysAndDevelopment } from @university/saoPauloTechSchool;
import { Component } from '@angular/core';

@Component({
  selector: 'lui-life',
  templateUrl: './lui-life.component.html',
  styleUrls: ['./lui-life.component.scss']
})
export class LuiComponent {
  public about: string =
    'Psychologist and researcher venturing out and 
      programming his present and future';

  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: ['Java'] },
      { framework: ['Spring Boot'] },
    ],
    others: [
      { ides: ['VSCode', 'Intellij', 'Android Studio'] },
      { database: ['MySQL', 'Azure'] },
      { cloud: ['AWS EC2'] },
      { analytics: ['GA4', 'Firebase'] },
      { iot: ['Arduino'] },
      { design: ['Figma'] },
      { methodologies: ['Scrum', 'Lean'] },
    ],
  };

  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

Popular repositories Loading

  1. Bright_Tech-SPTech Bright_Tech-SPTech Public

    Bright Tech é um projeto que está sendo desenvolvido durante o 1º semestre do curso de Análise e Desenvolvimento de Sistemas da faculdade São Paulo Tech School.

    HTML 5

  2. luifiller luifiller Public

  3. algoritmo_sptech algoritmo_sptech Public

    Exercícios e testes das aulas de algoritmo utilizando HTML5 e JavaScript.

    HTML

  4. pesquisa-inovacao_sptech pesquisa-inovacao_sptech Public

    Exercícios realizados a partir da vídeo-aula sobre HTML da disciplina Pesquisa e Inovação

    HTML

  5. banco-de-dados_sptech banco-de-dados_sptech Public

    Exercícios e práticas realizadas nas aulas de Banco de Dados utilizando MySQL.

    SQL

  6. javascript-curso_em_video javascript-curso_em_video Public

    Exercícios e desafios do curso de JavaScript realizado pelo Curso em Vídeo.

    HTML