Skip to content
View juliovt-07's full-sized avatar
🚀
Evoluindo
🚀
Evoluindo
Block or Report

Block or report juliovt-07

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

to update you

  • 👨‍💻 I am FullStack Developer and UI Designer.
  • 🌱 Currently studying: SQL and Docker.
  • 💙 ⁠"my goal is always to want to evolve".

in short, that's what I know

Javascript CSS HTML Vuejs Vuex VueRouter Nuxt Vuetify BootstrapVue Sass Tailwind Python Firebase Pusher Git Figma



against me 🌎:

Pinned Loading

  1. portifolio portifolio Public

    Meu primeiro portifólio pessoal, desenvolvido com Nuxt.

    Vue 1

  2. Componente de Loading Componente de Loading
    1
    <template>
    2
      <svg viewBox="25 25 50 50">
    3
        <circle cx="50" cy="50" r="20"></circle>
    4
      </svg>
    5
    </template>
  3. Formatação de moeda Formatação de moeda
    1
    const formatCurrency = (value) => {
    2
        return value.toLocaleString('pt-BR', {
    3
          style: 'currency',
    4
          currency: 'BRL'
    5
        })
  4. crud-nestjs crud-nestjs Public

    CRUD feito com NestJS e MongoDB

    TypeScript 2

  5. crud-agenda crud-agenda Public

    Crud em de registro de contatos em Delphi.

    Pascal 1

  6. consuming-api-with-dart consuming-api-with-dart Public

    Consumindo api com dart

    Dart 2