Skip to content
View darioTecchia's full-sized avatar
🇮🇹
Quel momento imbarazzante tra la nascita e la morte
🇮🇹
Quel momento imbarazzante tra la nascita e la morte

Highlights

  • Pro

Organizations

@FALLITI-DEV
Block or Report

Block or report darioTecchia

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
darioTecchia/README.md
<template>
  <h1>Hi!</h1>
</template>

<script>
  export default {
    methods: {
      getInfoAboutMe() {
        return {
          name: 'Dario',
          lastName: 'Tecchia',
          dob: '16 Sep 1994'
        }
      },
      getCurrentWorkplace() {
        return {
          workplace: {
            company: 'NTT Data Italia',
            position: 'Digital Engineer'
          }
        };
      }
    }
  };
</script>

<style lang="scss" scoped>
  
</style>

Pinned

  1. uni-api uni-api Public

    This PHP script allow you to create a simple and universal REST API with MySQL.

    PHP 8 2

  2. COMP_5_SCG COMP_5_SCG Public

    Programming language definited for the Compiler course from University.

    JavaScript 6

  3. darioTecchia.github.io darioTecchia.github.io Public

    Personal site

    Vue 2

  4. nuxt3-ghpages nuxt3-ghpages Public template

    Nuxt3 app template for github pages deploy

    TypeScript 6 1