Skip to content
View adriablancafort's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report adriablancafort

Report abuse

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

Report abuse
adriablancafort/README.md

Things I am currently interested on:

GenAI / ML

  • Self host open weight models
  • LLM function callings
  • Semantic layers
  • Agents / LangChain
  • Embedings
  • Vector databases / Milvus, ChromaDB
  • Graph databases / neo4j
  • RAG vs Fine tune
  • Semantic Cache
  • AI on the edge (ai.cloudflare.com)
  • AI on the browser with WebAssembly / transformer.js
  • Generative UI
  • AI + Ecommerce

Web Dev

Frontend

  • ❤️ Astro (95% of websites should be static)
  • ❤️ Svelte / Sveltekit (JS libraries should be a complier unlike React, listen to "Rethinking reactivity" - Rich Harris)
  • React, Next (It's a bit bloated but it won)
  • Web Components / Lit
  • Service Workers, PWAs
  • IndexDB (the true edge, free and infinitely scalable, very underrated)

Backend

  • FastAPI (for AI microservices)
  • Node.js
  • Postgres
  • Docker
  • Kubernetes
  • r/Selfhosted

Sidenotes

  • I ❤️ CloudFlare
  • I ❤️ Hetzner

Pinned Loading

  1. sveltekit-ecommerce sveltekit-ecommerce Public

    Simple ecommerce with infinite scroll, add to cart functionality, view transitions to test the capabilities of SvelteKit.

    Svelte

  2. retrieval-augmented-generation-assistant-hackupc24 retrieval-augmented-generation-assistant-hackupc24 Public

    Just introduce any url (Webpage or PDF) and ask questions about it to Retrieval Augmented Generation Assistant!

    Python 1

  3. wp-detector-extension wp-detector-extension Public

    Wordpress Theme and Plugin Detector Chrome Extension. The badge turns Green in all the pages you visit built with WordPress and if you click the icon, it opens a popup with all the WordPress Themes…

    JavaScript 1

  4. phoenix-liveview-ecommerce phoenix-liveview-ecommerce Public

    An eCommerce demo built with Phoenix, Elixir, LiveView and TailwindCSS.

    Elixir

  5. fastapi-amazon-scraper fastapi-amazon-scraper Public

    Amazon Product Page Scraper with Python FastAPI and Beautiful Soup.

    Python