Lidia's pens and gists

Pens:

Animated Card - SASS + HTML

Hover the card to see it in action

Polaroid Image - HTML & SASS

Animated Card #2 - HTML & SASS

Hover the card to see it in action

Animated Card #3 - HTML & SASS

Hover the card to see it in action

Gists:

These are mostly for personal use / things I found useful in my journey.
Not all of them are going to be perfect, but if they made it here it means they made the difference at one point.

Express Middleware

Express Middleware to "DTO" all responses into the same shape.
backendexpressmiddleware

Spring Web Interfaces

Interfaces to quickly setup Controllers and Services with the most common methods.
backendspring web

React + Axios - Auth redirect

This is how I most recently started redirecting the user to the login page is the API returns 401.
frontenderror handlingaxiosreact