Giter VIP home page Giter VIP logo

Hi! I write software for web

import {
  getCoffee,
  turnOnTheComputer,
  getConnetion,
  getBackToWork,
} from './shared/utils/environment';

type SoftwareDeveloper = {
  age: number;
  languages: string[];
  knowledge: string[];
  hobbies: string[];
  whoami: string[];
};

type Working = boolean;

const Cicero: SoftwareDeveloper = {
  age: 24,
  languages: ['Portuguese', 'English', 'Japanese'], // Still trying to learn Japanese
  knowledge: [
    'Mostly Backend',
    'Mostly SQL Database',
    'Serverless & Cloud Formation',
    'Message Broker',
    'A bit of frontend',
  ],
  hobbies: [
    'Update my knowledge about tech and science',
    'Upgrade my english and japanese',
    'Watch Animes',
    'Listen music',
    'Read mangas and comics',
  ],
  whoami: [
    'Geek',
    'Computer Science Student',
    'Software Engineer',
    'Linux User',
  ],
};

export async function getResponse(programmer: typeof Cicero): Promise<Working> {
  let coffee = await getCoffee();
  let computer = await turnOnTheComputer();
  let wifi = await getConnetion();

  return await getBackToWork(programmer, coffee, computer, wifi);
}

// This code works only in my machine 😎😎

Lofi vibe

Cícero Lino's Projects

aine icon aine

Projeto de ação interdisciplinar na Área de Exatas

arch-linux-install icon arch-linux-install

📑 Guia ainda em desenvolvimento feito em cima da documentação do arch linux para instalação do mesmo. Proposta é aprender a estrutura do sistema operacional, ou distribuição linux, ou ainda abreviadamente distro, que vai por terminal e linha de comando quase toda sua completa instalação e configuração.

chatgpt icon chatgpt

🔮 ChatGPT Desktop Application (Mac, Windows and Linux)

curso-angular icon curso-angular

:mortar_board: [PT-BR] Curso de Angular gratuito - loiane.training [EN] Source code of my free Angular training.

devweb4chell icon devweb4chell

Introdução ao Desenvolvimento Web e o que estudar para começar!

habitica icon habitica

A habit tracker app which treats your goals like a Role Playing Game.

java icon java

All Algorithms implemented in Java

javascript icon javascript

Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.

lccv-desafio-final icon lccv-desafio-final

Projeto curso de formação de desenvolvedor fullstak júnior que é uma das ações do projeto Sumé-Logística executado pelo Laboratório de Computação Científica e Visualização (LCCV) - UFAL.

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.