Skip to content

Instantly share code, notes, and snippets.

View jolugama's full-sized avatar

Jose Luis GM jolugama

View GitHub Profile
@jolugama
jolugama / angular-jest-installation.md
Created March 6, 2025 20:20 — forked from Klerith/angular-jest-installation.md
Angular 13+ Configure Jest Testing

Angular testing con JEST

  1. Remover cualquier referencia de Jasmine / Karma en el package.json
npm remove <karma karma-chrome-launcher...>
  1. Instalar Jest
npm install --save-dev jest jest-preset-angular @types/jest

Animated SVG Avatar

Created a login form with an SVG avatar that responds to the input in the email field. Used the GSAP TweenMax library + GSAP's MorphSVG plugin for the animating.

Email validation is very simple and crude just for the purposes of getting this prototype working.

A Pen by Darin on CodePen.

License.

@jolugama
jolugama / vanilla-js-cheatsheet.md
Created November 16, 2017 10:28 — forked from thegitfather/vanilla-js-cheatsheet.md
Vanilla JavaScript Quick Reference / Cheatsheet