Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
marcglasberg
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
marcglasberg
2y ago
Flutter tooling is superior to that of native iOS and Android development. It's not just about the cost savings from avoiding separate builds: Developing a Flutter app is generally easier than developing a separate app for either Andro
2.
▲
by
marcglasberg
2y ago
Hey folks, I've created an open source app example using Celest, complete with tests and all. If think it demonstrates Celest use quite well. Here it is: https://github.com/marcglasberg/SameAppDifferentTech/tr
3.
▲
by
marcglasberg
2y ago
I'd say the developer experience is completely different. With Celest you can almost pretend you are writing the frontend and backend code as one single codebase. And then you change a flag and the part of your code that needs to be in
4.
▲
by
marcglasberg
2y ago
Just to clarify what Dillon said: When you do `celest deploy` it sends your current code to the cloud. After that if your code contains: `celest.init(environment: CelestEnvironment.production);` it will use that code you just sent to the cl
5.
▲
by
marcglasberg
2y ago
Committing to open-source the code (and provide detailed instructions on how to run the code) in case the company shuts down is the most important. It could be part of the service contract. I've read all parts of the Celest code which