Coder Social home page Coder Social logo

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

Stefano Gagliardi's Projects

bootstrap icon bootstrap

The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

next-themes icon next-themes

Perfect Next.js dark mode in 2 lines of code. Support System preference and any other theme with no flashing

particles.js icon particles.js

A lightweight JavaScript library for creating particles

taskr-test icon taskr-test

Study and example of new ECMA / Typescript transpiler written in Rust (instead of babel). Devloped by Vercel for NextJs (Faster x70).

typechain icon typechain

πŸ”Œ TypeScript bindings for Ethereum smart contracts

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.