mardix | 2 years ago | on: Is Htmx Gaining in Popularity?
mardix's comments
mardix | 2 years ago | on: Vercel Service Markup
mardix | 2 years ago | on: Ask HN: What are the top BaaS (Back end as a Service) platforms in 2023
I'm building Singlebase.Cloud[1], the next generation BaaS, that will provide a NoSQL Datastore, Authentication, Storage, Search, Image processing, Analytics and more.
All with a friendly API to access and manipulate your data via SQL, GraphQL, REST.
Granted it's not a SQL DB, it provides a SQL interface to query and update your data.
And for GraphQL, your data becomes the schema. There is no need to build a schema, whatever you throw at it, it will return it, if it exists in the response. Making the GraphQL a presentation layer. (I think it's cool)
Let me know what you think of the idea.
mardix | 3 years ago | on: Linode rebranded as Akamai’s cloud computing services
mardix | 3 years ago | on: Linode rebranded as Akamai’s cloud computing services
mardix | 3 years ago | on: Manticore 6.0.0 – a faster alternative to Elasticsearch in C++
What can be a cool feature, it's auto backup to S3, or load from S3.
mardix | 3 years ago | on: Supabase Vault is now in Beta
Good job!
mardix | 3 years ago | on: User IDs probably shouldn't be passed around as ints (2018)
mardix | 3 years ago | on: Heroku Free Alternatives
mardix | 3 years ago | on: Ask HN: So you moved off Heroku, where did you go?
Sailor[1] is a tiny PaaS to install on your servers/VPS that uses git push to deploy micro-apps, micro-services, sites with SSL, on your own servers or VPS
mardix | 3 years ago | on: Ask HN: Should I learn Rust or Go?
Rust will be more familiar and easy on the eyes, as the syntax and concepts are close to friendlier languages.
I just started to get into Rust as well, and so far I'm loving it.
Here are some resources to help throughout the journey:
https://fasterthanli.me/articles/a-half-hour-to-learn-rust
https://stevedonovan.github.io/rust-gentle-intro/readme.html
https://learning-rust.github.io/docs/a1.why_rust.html
And for Youtube: https://www.youtube.com/c/LetsGetRusty
Good luck and have fun!
mardix | 3 years ago | on: 40% of Google users now connect via IPv6
mardix | 3 years ago | on: Fabric is a Python library designed to execute shell commands remotely over SSH
You focus mainly on the tasks that you need with Ansible instead of the scripts.
Also you have a whole community of Ansible plugins that you can reuse for your own.
Fabric was good at one point, but it missed the migration period to Python 3, hence pushing everyone away.
I'm not even sure Fabric is on the safest Python 3.8 yet.
Fabric was fun though.
mardix | 3 years ago | on: What One-person SaaS Healthchecks.io uses for hosting, hardware and software
Here's a tiny PAAS that can be used if Caddy is too complex.
https://github.com/mardix/sailor
Sailor is a tiny PaaS to install on your servers/VPS that uses git push to deploy micro-apps, micro-services, sites with SSL, on your own servers or VPS.
mardix | 3 years ago | on: DigitalOcean: New $4 Droplet and updated pricing
mardix | 3 years ago | on: Fly.io: The reclaimer of Heroku's magic
mardix | 3 years ago | on: Heroku: Core Impact
mardix | 3 years ago | on: Dokku – Free Heroku Alternative
mardix | 3 years ago | on: Ask HN: Beyond AWS/Azure/GCP, what cloud providers should I know more about?
mardix | 4 years ago | on: Ask HN: Cheaper Heroku alternatives for Rails apps?
Sailor is a tiny PaaS to install on your servers/VPS that uses git push to deploy micro-apps, micro-services, sites with SSL, on your own servers or VPS
If you just want something that achieves the goal, without bringing new skills or dependencies, HTMX is the way.
I've used HTMX with Alpine for a backend application, and they help on making the application more dynamic, along with Tailwindcss a lot of the frontend effort is complete.