Skip to content
View StefanoGagliardi's full-sized avatar
Block or Report

Block or report StefanoGagliardi

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

Stefano Gagliardi - Software Engeneering @sitisrl

About me

Simple coding joke & Bio

import React from 'react';
import { NextFunctionComponent, NextContext } from 'next'
import { Skills } from './../interfaces/';

export type Bio = {
    [key: string]: string;
}
export interface Developer extends Skills {
    fullName: string;
    bio: Bio;
}

export const GithubProfile: NextFunctionComponent = (props: Developer): ReactElement => (
    <>
       <h1>So much code to print the bio, read it below :)</h1>
    </>
);

GithubProfile.getInitialProps = async ({ pathname }: NextContext): Developer => {
  const bio: Bio = {
	"- ⚑ Quick bio:":                    "Class 1995, self-taught, lots of fiddling, lots of study and lots of nights. Mainly web development and research at sitisrl.it",
	"- πŸ”­ I’m currently working on":      "Software engineering in web agency. React, Next Js, PHP and more",
	"- 🌱 I’m currently learning":        "React go deep in NextJs with Typescript. Publish NPM Package. Python data analist pandas",
	"- πŸ‘― I’m looking to collaborate on": "React, Typescript or Python. I dream to study AI e Deep Learning",
	"- πŸ€” I’m looking for help with":     "Anything related to what I am currently learning πŸ˜…",
	"- πŸ’¬ Ask me about":                  "React, Typescript, scss, PHP, Wordpress, javascript"
    };
    
    return { fullName: "Stefano Gagliardi", bio: bio };
}
export default GithubProfile;

Hey there

Stefano Gagliardi's Twitter Stefano Gagliardi's LinkedIN Stefano Gagliardi's Spotify Abhishek's Reddit


Hi, I'm Stefano Gagliardi!, a passionate self-taught Full Stack Web Developer πŸš€ from Italy.

GIF

Talking about Personal Stuffs:

  • πŸ‘¨πŸ½β€πŸ’» I’m currently working on something cool πŸ˜‰
    React & React-Native ultimate form generator oriented for developers;
  • 🌱 I’m currently study source code in deep NextJs & React-hook-form;
  • πŸ’¬ Ask me about anything, I am happy to help. I gladly participate in open source projects.
  • πŸ“« How to reach me: Stefano Gagliardi;
  • πŸ“Resume

Languages and Tools:

πŸ“Š This Week I Spent My Time On:

JavaScript   6 hrs 33 mins   β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–’β–‘β–‘β–‘β–‘β–‘   77.77 % 
C++          47 mins         β–ˆβ–ˆβ–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   09.33 % 
CSS          21 mins         β–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   04.25 % 
JSON         15 mins         β–“β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   03.10 % 
TypeScript   7 mins          β–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   01.43 % 

If you like what I do, maybe consider buying me a coffee/tea πŸ₯ΊπŸ‘‰πŸ‘ˆ
A coffee to increase the productivity of the many open source projects offered to the community!

Buy Me A Coffee

❀️ My favorite front-end library:

  1. Bootstrap grid
  2. Framer Motion
  3. React & NextJs

πŸ† My top three own repo:

  1. react-magic-form
  2. next-redux-ts-boilerplate
  3. siti-address-plugin

✏️ My Todoist in freetime:

  1. πŸ…°οΈ Finire la bio: copiare icone svg social in questa repo + aggiungere Facebook e Instagram
  2. πŸ…±οΈ Aggiornare la lista e le icone dei linguaggi usati
  3. :c: Capire il funzionamento e aggiornare il grafico del tempo speso per linguaggio

Meno prioritari: 3 Riorganizzare le repo e pubblicarle 4 Ultimare SITI-address-plugin &

πŸ“ˆ My GitHub Stats: six coffe/day

Popular repositories

  1. 022_cxx_to_node_abi 022_cxx_to_node_abi Public

    Convert c++ code to DLL with ABI interface for NodeJs

    Python 1

  2. react-magic-form react-magic-form Public

    React form generator for develop many forms in a short time

    TypeScript

  3. react-library-rollup react-library-rollup Public

    Boilerplate for Resact with Typescript with rollup.js (not webpack)

    TypeScript

  4. StefanoGagliardi StefanoGagliardi Public

    StefanoGagliardi About me :)

  5. stands-website stands-website Public

    Forked from FOSDEM/stands-website

    HTML

  6. gagliardistefano-fe gagliardistefano-fe Public

    Front-end repo for Gagliardistefano.it

    TypeScript