Code Monkey home page Code Monkey logo

qmk_configurator's Introduction

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

qmk_configurator's People

Contributors

a33bis avatar coseyfannitutti avatar dependabot[bot] avatar e11i0t23 avatar fauxpark avatar frostbyte-dev avatar germ avatar jackhumbert avatar jceb avatar kbravh avatar lostquasar avatar marksard avatar mattdibi avatar mechmerlin avatar moyi4681 avatar nooges avatar noroadsleft avatar qqism avatar richarddewit avatar sethbarberee avatar shalzz avatar skullydazed avatar stanrc85 avatar takashiski avatar terrymathews avatar vexatos avatar wojciechgabrys avatar xscorpion2 avatar yanfali avatar zekth avatar

Stargazers

 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.