Built a high-performance caching server with Bun + PostgreSQL + Redis 🔥
Fast reads from cache, auto-invalidation on updates.
Repo just dropped:
https://t.co/Mishgm7038
Give it a try! #Bun#JavaScript#Redis
Built a clean HTMX + FastAPI demo repo – no JSON, no bundle, just hypermedia doing the heavy lifting 🧹
https://t.co/oruIUhxkOh
Come see how simple the web can still be ⭐
#htmx#fastapi#python
🚀 I created a repo to explore *PostgreSQL* as a graph database! It includes Python scripts to generate SQL, query, and display a graph, simple example easy to extend. https://t.co/eeBWK0K7fp
💥 ANNOUNCEMENT: Opik v1.2 is released! 💥
Opik is an open source LLM evaluation framework for:
🔥 Implementing LLM-based metrics
🪲 Logging/debugging LLM traces
💯 Scoring, annotating, and versioning LLM data
And so much more. Check out the repo below.
🚀 Created a repo to explore Redis, Dragonfly, and Valkey! I wrote some scripts in Python, JavaScript, and Lua to work for queuing, pub/sub, data creation, and Lua to count and get data. Check it out: [https://t.co/2UJ7atjum1](https://t.co/2UJ7atjum1)
Redis is also nice for queueing and pub/sub needs and Lua scripts on top are fast. Refreshed my knowledge the last days about Redis and had fun with it.
If you have a dataset and you want to extract only a part of the data, you can use flatMap() to get any property - even nested ones. You can then use Set() to make the result only have unique items and even sort it. No need for loops :)
Was it not much more relaxed when jQuery was the only library used in projects? Now we have so much more complexity and dependencies like ever before. Different bundler, test environments, many frameworks and so much more.