Code Monkey home page Code Monkey logo
Hi, I’m André Simões Front End Engineer
import { me } from "../utils/dev";

describe("Person: Me", () => {
  const hobbies = ["listening musics", "playing soccer", "playing video games", "drink coffe", "code", "eat"];

  it("must show personal characteristics", () => {
    expect(me.name).toBe("André")
    expect(me.description).toBe("I'm a technology hunter and passionate for programing as a hobby. 
                                I have started my professional front end engineer journey building 
                                apps with React and Typescript. I love to contribute for open source
                                communities, to explore new tecnologies and to follow accompany technology communities")
    expect(me.hobbies).toEqual(expect.arrayContaining(hobbies));
  });

  it("must show professional characteristics", () => {
    expect(me.currentWork).toBe("Grupo Boticario")
  });

  const languagesAndTools = ["Js", "Ts", "React", "NextJs", "Angular", "Jest", "HTML", "CSS", "Others"]

  it.each(languagesAndTools)("must show familiar languages and tools", (item) => {
    expect(me.languagesAndTools.includes(item)).toBeTruthy();
  });
});

Updates Updates Updates GitHub hits

andrersfc andrersfc

André Simões's Projects

css_zoo icon css_zoo

Proyecto para recolectar código en html y css para crear imagenes de diferentes animales

dia-da-semana icon dia-da-semana

Aplicação criada para descobrir dia da semana a partir de dados como dia, mês, ano

guides-ptbr icon guides-ptbr

Rails Girls Guides - Brazilian Portuguese / Tutoriais Rails Girls - Português Brasileiro

ide icon ide

The web app for the Coding Blocks IDE

lbry-desktop icon lbry-desktop

A browser and wallet for LBRY, the decentralized, user-controlled content marketplace.

megadraft icon megadraft

Megadraft is a Rich Text editor built on top of Facebook's Draft.JS featuring a nice default base of components and extensibility

pwa icon pwa

Encontre aquele pico para sua sessão de skate.

starfish icon starfish

Run your own FOSS Contributor Fund - use starfish to find eligible voters

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.