Skip to content
View cristianmayo's full-sized avatar
:octocat:
🧑‍💻
:octocat:
🧑‍💻

Organizations

@fdtechdotnet

Block or report cristianmayo

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
cristianmayo/readme.md

"Learn. Experience. Improve."

Hi!👋 I am Cristian Mayo and you can call me Cris or Ayan for short.

A learning enthusiast who is professionally interested in full-stack web application development and delivery with cloud service infrastructure using a .NET stack of technologies and ecosystems as well as the use of modern JavaScript frameworks.

Software Development and Engineering experience:

  • Leading a feature development for an enterprise web applications
  • Mentoring junior developers and conducting peer reviews as necessary
  • C# Object-Oriented Programming with ASP.NET Core Development (MVC and Web API)
  • DevOps Engineering using Microsoft Azure and Azure DevOps Server (CI/CD, IaC, Repository Management, and Project Management)
  • Front-end Development using web technology essentials (HTML, CSS, JS) and modern JavaScript frameworks (Angular, React)
  • Production Support with feature and domain enhancements as well as problem and issue mitigations

Linktree URL

Pinned Loading

  1. cristianmayo.github.io cristianmayo.github.io Public template

    A dedicated GitHub portfolio page with blog and list of GitHub repository. It uses static-site generator for contents and GitHub Page to host the website.

    SCSS

  2. Gulp | SCSS to Minified CSS Snippets Gulp | SCSS to Minified CSS Snippets
    1
    'use strict';
    2
    
                  
    3
    var gulp = require('gulp');
    4
    const sass = require('gulp-sass')(require('sass'));
    5
    var concat = require('gulp-concat');