Skip to content
View Sergio16T's full-sized avatar

Block or report Sergio16T

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

Hello world πŸ‘‹

Senior Software Engineer

See my Web Portfolio

LinkedIn

# Python 

class SoftwareEngineer:

    def __init__(self, name: str = "Sergio", role: str = "Senior Software Engineer"):
        self.name = name
        self.role = role

    def say_hi(self):
        print(f"Hi my name is {self.name} and I am a {self.role}. Thanks for dropping by!")


me = SoftwareEngineer()
me.say_hi()

Technologies

JavaScript TypeScript Python Go Java

HTML5 CSS3 SASS

React Next JS Vue.js Ember

NodeJS Express.js

MySQL MicrosoftSQLServer Postgres Redis

GraphQL

AWS

MUI Vuetify Bootstrap jQuery

JWT

Swagger

Pinned Loading

  1. algorithms-bigO-dataStructures algorithms-bigO-dataStructures Public

    Algorithms & Data Structures in JavaScript with notes including Big O Notation and time complexity analysis.

    JavaScript 1 1

  2. refinedev/refine refinedev/refine Public

    A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.

    TypeScript 27.5k 2.1k

  3. mui/material-ui mui/material-ui Public

    Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.

    TypeScript 93.4k 32.1k

  4. vuetify vuetify Public

    Forked from vuetifyjs/vuetify

    πŸ‰ Vue Component Framework

    TypeScript

  5. mantinedev/mantine mantinedev/mantine Public

    A fully featured React components library

    TypeScript 26.2k 1.9k

  6. LinkedInClone LinkedInClone Public

    LinkedIn Demo App built with Next.js, Prisma, and SQLLite. Posts, Comments, & Reactions.

    TypeScript