🔗 New LangChain Academy Course: Introduction to LangChain (Python) 🔗
Learn how to build with LangChain – our open source framework that makes it easy to start building agents with any model provider.
In this course, you’ll create agents that can reason, use tools, and take action, and learn how to debug their behavior with LangSmith.
Along the way, you’ll:
- Build an agent with the `create_agent` abstraction
- Use LangChain’s core building blocks: Models, Messages, Memory, and Tools
- Customize your agent with middleware
- Debug your agent with LangSmith Observability & Studio
By the end of the course, you’ll have assembled a full team of personal assistants.
Enroll for free ➡️ https://t.co/2uSCZnswvC
Experimenting with infinite terrain in #r3f 🌿
I was curious how to make a physics ball bend the grass and leave a trail.
Project: https://t.co/3eCbR8PBwX
Repo: https://t.co/CTGXpmSsT3
#threejs#webgl#shaders#gamedev
These days, cyberattacks are becoming increasingly common.
If you're a developer, you should level up your cybersecurity skills.
In this tutorial, Alex goes over common cyberattacks like cross-site scripting (XSS) and insecure API calls, and how you can protect your sites against them.
https://t.co/rOfFT8xjbU
I built a video recording lib on top of r3f/mediabunny
<VideoCanvas fps={60}>
<MyScene />
</VideoCanvas>
await blob = videoCanvas.record({
mode: "realtime",
duration: 30,
size: "2x"
})
https://t.co/fAaNUPALVK
How do you build a product site that makes users feel the sound?
With Aether 1, @itsoffbrand shows what’s possible when WebGL, 3D workflows, and audio reactivity come together in a bold, scroll-driven experiment in storytelling.
Go behind the build: https://t.co/dOA6mtxvnz
Developing a Real-time Dashboard with FastAPI, Postgres, and WebSockets
https://t.co/qnHn09awQ6
Learn how to stream live data updates from the backend to the frontend using Postgres' LISTEN/NOTIFY and FastAPI's WebSocket support.
#FastAPI
Small weekend project. Modified @BrackeysTweet's Unity dissolve shader to work in #ThreeJS using R3F. Will be using this in AR soon👀
Demo: https://t.co/D9IhdLjehI
Code: https://t.co/MHs7ZWQyrs
#webgl#creativecoding
Scroll, Refraction and Shader Effects in Three.js and React
Discover how to use react-three-fiber and combine some common techniques to create a Three.js powered layout with shader effects. By @0xca0a
https://t.co/McT4BaZjeP
#threejs#react#webgl#webdev#javascript#frontend
Interactive rug shader - A @threejs port of @_Dervishh's Unity shader. Done in #r3f with Physics via Rapier. Fun project over coffee
Live: https://t.co/RNqNZwDayJ
Code: https://t.co/fk1o0F03KS
#creativecoding#threejs#webgl
If you want to see a technical breakdown of the 35mm website, I wrote a blog post on @codrops where I detail the Three.js/shaders code !
It's live on Codrops🔗⬇️
Another unreleased shader - Puddle with raindrops, splashes, ripples and lightning. Of course, all #threejs and #r3f. Best witih sound. Dont forget to hit "Start" on the demo page!
Live: https://t.co/vZYdBTZcpn
Code: https://t.co/o6CU1IObJc