What? An update on a Monday? I got obsessed with getting something working on my game and took some time this evening - it looks like crap but I got grid based movement working with sockets from #appwrite - I'm so excited that stuff is FINALLY working for me.
I'm comparing my current dev environment ( #replit #astrobuild #appwrite #kaboomjs ) with an older world ( #visualstudio ) and it's like night and day. The first I can run anywhere via the browser. The other takes up 8GiB on my machine.
#replit #astrobuild #appwrite #kaboomjs #visualstudio
One of my favorite YouTubers "Dennis" is one of the best instructors to explain technical topics and make them simple and easy to understand.
#react #authentication #appwrite
Got a PR up today adding #Crystal support to #OpenRuntimes. https://github.com/open-runtimes/open-runtimes/pull/133
With this, #Appwrite and other platforms using OpenRuntimes will be able to magically gain support for Crystal.
#programming #serverless #lambda #crystallang #crystallanguage
#crystallanguage #crystallang #lambda #serverless #programming #appwrite #openruntimes #crystal
#AppWrite Now Supports #GraphQL
Official aannounce
https://appwrite.io/graphql
#CLI #oneliner to clear all records from an #appwrite collection (you'll need the Appwrite CLI installed).
$ appwrite databases listDocuments --databaseId [DATABASE_ID] --collectionId [COLLECTION_ID] --json | jq -c '.documents[]."$id"' -r | while read i; do appwrite databases deleteDocument --databaseId [DATABASE_ID] --collectionId [COLLECTION_ID] --documentId $i; done
You'll need to run it a few times - it deletes 20 records on each run
We did it!
After a year of development, the final version of #Presents 2.0.0 is now available in the releases page of our #codeberg repo and on presents.lezsoft.com
With a completely new design and a fully #opensource core thanks to #appwrite, Presents V2 is here just in time for your Christmas gifts.
We're currently working to publish it on Google Play and F-Droid as soon as possible, so stay tuned for updates on that side in the next days 👀
#presents #codeberg #opensource #appwrite
i've been messing around with #typescript & #appwrite recently and I've found it quite neat
currently rewriting the https://sc07.group website using those two
Does anyone use #Appwrite (https://appwrite.io) for production workloads? Interested in whether it's flexible/robust enough for real-world user-facing apps