Hey @X algorithm 👋
I’m looking to #connect with people interested in:
- AI/ML
- Building in public
- Startups
- Linux
- Freelancing
- Frontend
- Backend
- DevOps
- App Development
- Data Science
If that’s you, let’s connect 🤝
One area every dev should be paying attention to right now: databases and distributed systems.
The amount of data generated by #AI alone is exploding, and we need smarter, more efficient ways to store, query, and consume it.
Vector DBs, columnar storage, distributed caching... this stuff is no longer "senior engineer territory."
It's becoming a baseline skill.
#databases #distributedsystems #devtips
Every dev should know SSH tunneling (aka port forwarding).
Got a huge remote DB you need to connect to your local dev API? Port forwarding makes it feel like it's running on your own machine:
ssh -L 5433:localhost:5432 user@dev-server
And that's just the tip of the iceberg — you can also forward your local ports to a remote server, exposing services from your machine to the outside world.
#ssh #devtips
Are we getting better softwares in the AI era ? today I had to restart my work laptop in order to be able to connect it to a second monitor!
#microslop#AI
Remember to add tools to monitor your VPC as well, today 30min ahead of an important event our VPC was down with no clue which blocked our microservices from communicating with each other ! And we had no idea it was a VPC issue !
#network#cloud#vpc