Skip to content
View danicaliforrnia's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report danicaliforrnia

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

, I'm Daniel Stefanelli!

A Software Developer at MediaMarkt Tech Hub BCN.
A Telecommunication Engineer from University of Carabobo, Venezuela.

Linkedin: daniel-stefanelli Stack Overflow: daniel-stefanelli Gmail: daniel.stefanelli.h@gmail.com Instagram: danicaliforrnia

const aboutMe = {
    code: ["Javascript", "Typescript", "Java", "SQL"],
    technologies: {
        mobileApp: ["React Native"],
        frontEnd: {
            js: ["React", "Angular"],
            css: ["Tailwind", "Material UI", "Ant Design"]
        },
        backEnd: {
            js: ["Node", "Express", "NestJs"],
            java: ["Spring Boot"]
        },
        cloud: ["Google Cloud Platform", "Azure", "DigitalOcean"],
        devOps: ["Github Actions", "Docker", "Kubernetes"],
        databases: ["PostgreSQL", "MySql", "SQLServer", "MongoDB"],
    },
    architecture: ["Microservices Architecture", "Serverless Architecture", "Progressive web applications", "Single page applications"],
    currentOccupations: ["Full Stack Developer at MediaMarkt"],
};

Some stats

danicaliforrnia :: Top Langs

danicaliforrnia :: Profile Stats

Popular repositories

  1. node-server node-server Public

    Simple node server for static content

    JavaScript 1

  2. vagrant-boilerplate vagrant-boilerplate Public

    A vagrant file with a MEAN stack: git, node js, mongodb and nginx.

    Shell

  3. node-file-uploader node-file-uploader Public

    A simple file uploader for general purpose built with Node Js - Express - Handlebars

    Handlebars

  4. danicaliforrnia danicaliforrnia Public

  5. movies-app movies-app Public

    Forked from mangel0111/movies-app

    Technical Challenge Frontend Developer

    JavaScript

  6. java-data-structures-and-algorithms java-data-structures-and-algorithms Public

    Java Data Structures and Algorithms

    Java