Skip to content
View cristianmayo's full-sized avatar
:octocat:
Currently working at static website generator at free time 🧑‍💻
:octocat:
Currently working at static website generator at free time 🧑‍💻

Organizations

@fdtechdotnet
Block or Report

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.

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
cristianmayo/readme.md

"Learn. Experience. Improve."

Hi! I am Cristian. 👋 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), former TFS/VSTS
  • Front-end Development using web technology essentials (HTML, CSS, JS) and modern JavaScript frameworks (Angular, React)
  • Production Support with feature enhancements and problem/issue mitigations

Linktree URL

Pinned Loading

  1. fdtechdotnet/fdtechdotnet-static-website fdtechdotnet/fdtechdotnet-static-website Public

    Fullstack-dev Technology: The Static Website

    SCSS

  2. Gulp | Snippets for generating Minif... Gulp | Snippets for generating Minified Stylesheet and JavaScript
    1
    'use strict';
    2
    
                  
    3
    var gulp = require('gulp');
    4
    const sass = require('gulp-sass')(require('sass'));
    5
    var babel = require('gulp-babel');