We have an interview with @FrancescoCiull4 and @ashtom discussing LLMs, hosting platforms, and more
You can now watch the full video on our YouTube channel. Link below ↓
In this video, @FrancescoCiull4 is showing you a real workflow for a real project!
Exactly how Zerops, ZCP, and all the other tools should be combined in a professional environment. ↓
@sandislonjsak if you want, I can help you setup/try this https://t.co/uRKlxjkhbl
It's much like what @levelsio is describing, except instead of a VPS (including the fact it uses full Linux OS containers, not just a app container), it runs on a real PaaS, so it offers many more guardrails and reliability. Big thing about Zerops is 100% parity between stage and production environments, so you can be sure that whatever the agent cooks up will work on prod.
There is no token reselling, you login to the oficial harness using your subscription.
Works both fully remotely (including an embedded vscode browser IDE), as well as from your own terminal.
Google accidentally blocked Railway's account and some of their services went down for a couple of hours. The ugly messages they've been getting are not deserved, that's for sure.
I'd like to take a moment to explain what we are doing at @zeropsio to prevent something similar from happening to us. Railway started on top of hyperscalers first (afaik they are mostly migrated to their own metal now), which was the main cause of problems this time, we started on bare metal from the beginning, allowing us to create an independent system.
- we use high tier datacenters with N+1 redundancy on all critical systems
- once a project is deployed, it's fully independent from any global parts of Zerops, our API and dashboard might not be working, but your project will
- all parts of the project, both the "core" and user-facing ones like databases and runtime, can be made highly available, in which case the containers sit on different physical machines
- all services have health monitoring and failover mechanisms
It's an ongoing process, we are still not perfect in edge cases, but we are always working on increasing isolation, improving managed services and trying our best to keep your projects running no matter what. That said, shit sometimes just happens.
The dedicated logger service inside every Zerops project is now using VictoriaLogs.
- 100x more log retention
- 3x faster queries
- VictoriaLogs UI embedded into Zerops
- Already rolled out to every existing project
Full story below.
Jan Skalla's write-up of last week's kernel CVE.
What algif_aead + splice() actually does to the page cache and why it lands deterministically on every distro.
Our node-by-node rollout across two regions, including the call to deliberately slow it down mid-flight.
And why HA services rode through emergency kernel maintenance without a single alert, while non-HA took a brief blip.
Link below.
🎉BIG ANNOUNCEMENT @zeropsio 3.0 is LIVE!
We built it for devs who have outgrown zero-config platforms and are tired of black-box infrastructure.
We are doubling down on:
- transparency
- environmental parity
- a completely new recipe system
Read the full article below.
I see so much misinformation about AI in developer workflows which unfortunately backfires and makes people skeptical.
AI tools are real and they are helpful
Ignore absolute statements such as LLMs will replace engineers, and instead focus on enhancing your workflows with them.
🚀 Big news! #spartan has partnered with #zerops, bringing the power of a developer-first cloud platform to our #angular ecosystem. This means more resources for spartan, better tools for developers, and big things ahead. Full story below.
I've been using @angular for 12 years, today we are joining forces with @analogjs to help push the Angular ecosystem just a little further!
Read my thoughts on why @zeropsio became the deployment partner of Analog —
https://t.co/HxzbnW6Gjf
If it makes to the list of the official NgRx plug-ins then the recommendation of "start with the signalStore and then add event-based/Redux-like mechanism if needed" becomes even stronger.
A "must see" talk at @ngPolandConf !
Marko 👏👏👏
🚨 So excited to announce a partnership between @AnalogJS and @zeropsio that continues to invest in the @Angular ecosystem, and build out a Dev-first cloud platform!
🤝
https://t.co/kvb737OEe0
Zerops is a developer-first cloud platform. The vision is a perfect mix of developer experience, flexibility, robustness, and scalability, along with a pricing model that doesn't get in the way of good development practices.
See what we've been cooking in this walkthrough of features and concepts. Become one of our early adopters and get up to $60 in free credits! 🤞
Links and pricing in 🧵
@SergeyGultyayev@NetanelBasal RxJS is still an OSS. You can take your own fork and continue anywhere you want. You are independent at any moment you wish.