Skip to content

Instantly share code, notes, and snippets.

View carloszan's full-sized avatar
🏠
Working from home

Carlos carloszan

🏠
Working from home
View GitHub Profile
@carloszan
carloszan / README.md
Created June 28, 2021 13:49 — forked from rstacruz/README.md
Setting up Babel and TypeScript

Install Babel 7 and TypeScript

yarn add --dev \
  @babel/core \
  @babel/cli \
  @babel/preset-env \
  @babel/preset-typescript \
  typescript
@carloszan
carloszan / redis-clear
Created March 15, 2021 19:47 — forked from ngtrieuvi92/redis-clear
Clear a redis cache in Docker
docker exec -it container-name redis-cli FLUSHALL