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

Block or report dmarcosl

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

Introduction

hello_world.py

from typing import Tuple


class Meta(type):
    def __new__(cls, name, bases, attrs):
        return super().__new__(cls, name, bases, attrs)


class Bio(metaclass=Meta):
    name        : str = "Daniel Marcos"
    designation : str = "Software Engineer"
    company     : str = "Inditex"
    base        : str = "Spain"
    

class Stack(metaclass=Meta):
    languages   : Tuple[str, ...] = ("Python", "Java", "Typescript")
    databases   : Tuple[str, ...] = ("Mongo", "Redis", "PostgreSQL", "MySQL")
    misc        : Tuple[str, ...] = ("Flask", "Celery", "Scrapy",
                                     "Spring", "Maven", "Reactor Core",
                                     "Angular", "Docker", "AWS", "GCP")


class Social(metaclass=Meta):
    github      : str = "github.com/dmarcosl"
    linkedin    : str = "linkedin.com/in/dmarcosl"

Technologies and Tools

At work

image image image image image image image image image image

At home

image image image image image image image image image image

Popular repositories

  1. coinmarketcap-google-sheet-script coinmarketcap-google-sheet-script Public

    Simple script to provide a formula to retrieve the price of a crypto from CoinMarketCap

    JavaScript 2

  2. polly-long-texts polly-long-texts Public

    Synthesize large texts with Amazon Polly into one single audio file

    Python

  3. cabify-technical-test cabify-technical-test Public

    Technical test for Cabify

    Python

  4. interview-cheatsheet interview-cheatsheet Public

  5. angular-fitness-tracker angular-fitness-tracker Public

    Test project using Angular8 + Angular Material + Angularfire + NgRx

    TypeScript

  6. tetris tetris Public

    Test project

    C#