Skip to content
View andreslozadamosto's full-sized avatar

Block or report andreslozadamosto

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

Hi there, I'm Andrés 👋

Linkedin Badge Twitter Badge Medium Badge Dev.to Badge

Hey there!! Thanks to visit my place at GitHub 🙂

Who am I? I'm someone who loves helping startups and small/big companies create the software that they really need using the latest techs on the market.

I have had many roles other the years like Lead, Architect or Dev among others but none of that really matters if we are not working from our heart and we do not provide the perfect solution for the client needs.

Today I´m glad working on the .Net stack over Microsoft Azure/docker and Angular/TS at the front but as always, we have to interact with others techs like NodeJs, Kafka/Rabbit, Elastic, NGinx, Docker, K8s and others.

The future? I think .Net will be continue to be great option but I am very open for new possibilities.

Articles

This year I started again returning something to the community who help my everyday writing tech articles, mainly on english but some in spanish.


Gmail Badge

Pinned Loading

  1. Jupyter Notebooks with net core c# Jupyter Notebooks with net core c#
    1
    FROM jupyter/minimal-notebook
    2
    
                  
    3
    #user
    4
    ARG NB_USER=jovyan
    5
    ARG NB_UID=1000
  2. net-thoughts net-thoughts Public

    net core examples and experimentation

    C# 4 1

  3. MyFirstNetCoreAPI-Tutorial MyFirstNetCoreAPI-Tutorial Public

    Repo for my dev.to tutorial >> https://dev.to/andreslozadamosto/creando-un-api-en-net-core-5-intro-2nc2

    C# 1

  4. NMDXBuilderLibrary NMDXBuilderLibrary Public

    Simple and powefull MDX Builder for C#

    C# 3 5

  5. M3 M3 Public

    Davavisualization library based on D3

    JavaScript 1 1

  6. Simple Dockerfile for DotNet Core ap... Simple Dockerfile for DotNet Core applications
    1
    # -- Stage 1 - Build process
    2
    FROM microsoft/dotnet:2.2-sdk as build
    3
    
                  
    4
    WORKDIR /api
    5