Giter Site home page Giter Site logo

alurapic's Introduction

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

alurapic's People

Contributors

luifiller avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.