mirror of
https://github.com/ripienaar/free-for-dev.git
synced 2025-07-08 20:00:15 +02:00
add Deta as a sponsor
This commit is contained in:
parent
5a977559b7
commit
ff1ea31161
13
README.md
13
README.md
@ -10,6 +10,19 @@ This list is the result of Pull Requests, reviews, ideas and work done by 900+ p
|
|||||||
|
|
||||||
*NOTE:* This list is only for as-a-Service offerings, not for self-hosted software. For a service to be eligible it has to offer a free tier and not just a free trial. If the free tier is time-bucketed it has to be for at least a year. We also consider the free tier from a security perspective, so SSO is fine but I will not accept services that restrict TLS to paid-only tiers.
|
*NOTE:* This list is only for as-a-Service offerings, not for self-hosted software. For a service to be eligible it has to offer a free tier and not just a free trial. If the free tier is time-bucketed it has to be for at least a year. We also consider the free tier from a security perspective, so SSO is fine but I will not accept services that restrict TLS to paid-only tiers.
|
||||||
|
|
||||||
|
Sponsors
|
||||||
|
========
|
||||||
|
|
||||||
|
## 🪐 Deta – The free cloud for hackers
|
||||||
|
|
||||||
|
|
||||||
|
> [Deta](https://deta.sh/?ref=freedev) is a 100% free cloud provider from Germany 🇩🇪. Deta offers friendly & fast support on Slack & Discord as well.
|
||||||
|
> __Deta Micros__: Unlimited & 0-downtime Node.js and Python hosting.
|
||||||
|
> __Deta Base__: Unlimited production-ready NoSQL databases for your next project.
|
||||||
|
> __Deta Drive__: Scalable cloud file storage for all of your apps.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Table of Contents
|
Table of Contents
|
||||||
=================
|
=================
|
||||||
|
|
||||||
|
12
index.html
12
index.html
@ -16,6 +16,7 @@
|
|||||||
|
|
||||||
gtag('config', 'G-DLYKZXPL9J');
|
gtag('config', 'G-DLYKZXPL9J');
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<noscript>This page requires JavaScript to work, please enable it or just read it on <a href="https://github.com/ripienaar/free-for-dev">Here</a>.</noscript>
|
<noscript>This page requires JavaScript to work, please enable it or just read it on <a href="https://github.com/ripienaar/free-for-dev">Here</a>.</noscript>
|
||||||
@ -29,5 +30,16 @@
|
|||||||
</script>
|
</script>
|
||||||
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
|
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
|
||||||
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
|
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
|
||||||
|
<style>
|
||||||
|
a[href="#/?id=%f0%9f%aa%90-deta-the-free-cloud-for-hackers"] {
|
||||||
|
color: rgb(233, 105, 0) !important;
|
||||||
|
font-weight: bold !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
blockquote:first-of-type {
|
||||||
|
background-color: rgba(235, 248, 242, 0.363);
|
||||||
|
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user