pratik-codes.bsky.social
@pratik-codes.bsky.social
Next.js dev
Reposted
What are the top five libraries you won't be able to go through 2025 without?

dev.to/taipy/python...
Python libraries you need to know in 2025
TL;DR Are you getting into Python? It’s a jungle! You have libraries just about anything...
dev.to
December 2, 2024 at 1:15 PM
Reposted
One of my favourite UI patterns is using `backdrop-filter` to create a “frosted glass” effect.

When I see this effect in the wild, though, it’s almost never as lush and realistic as it could be. There’s an important optimization that nobody makes.

✨ I share the secret sauce in my brand-new post:
Next-level frosted glass with backdrop-filter • Josh W. Comeau
Glassy headers have become a core part of the “slick startup” UI toolkit, but they’re all missing that final 10% that really makes it shine. In this tutorial, you’ll learn how to create the most reali...
joshwcomeau.com
December 2, 2024 at 6:18 PM
Reposted
25 projects that you can build with Python and AI
dev.to/taipy/25-pro...

#python #AI #opensource
25 projects that you can build with Python and AI
Today, we are covering 25 side projects that you can build using Python and AI models. Most of the...
dev.to
November 28, 2024 at 10:42 AM
Reposted
FYI, here's the entire code to create a dataset of every single bsky message in real time:

```
from atproto import *
def f(m): print(m.header, parse_subscribe_repos_message())
FirehoseSubscribeReposClient().start(f)
```
November 28, 2024 at 9:56 AM
Reposted
PS: Here's where that code example is from (I made it a bit more concise, but it's the same logic):
github.com/MarshalX/atp...
atproto/examples/firehose/sub_repos.py at main · MarshalX/atproto
The AT Protocol (🦋 Bluesky) SDK for Python 🐍. Contribute to MarshalX/atproto development by creating an account on GitHub.
github.com
November 28, 2024 at 9:59 AM
Reposted
Some of you thought I was joking bsky.app/profile/did:...
November 22, 2024 at 6:39 PM
Reposted
You can find & play with the code in my GitHub!

Don't forget to star 🌟 the repo!

Check this out 👇
https://github.com/patchy631/machine-learning/blob/main/ml_from_scratch/KNN.ipynb
machine-learning/ml_from_scratch/KNN.ipynb at main · patchy631/machine-learning
Contribute to patchy631/machine-learning development by creating an account on GitHub.
github.com
November 23, 2024 at 12:30 PM
Reposted
Creating a 🦋 starter pack for people working in IR/RAG: go.bsky.app/88ULgwY

I can’t seem to find everyone though, help definitely appreciated to fill this out (DM or comment)!
November 23, 2024 at 9:19 PM
Reposted
Learn more about the upcoming 'use cache' directive in Next.js and our journey to simplify caching.

nextjs.org/blog/our-jou...
Our Journey with Caching
Learn about our journey with caching in Next.js App Router.
nextjs.org
November 15, 2024 at 5:21 PM