-
Updated
Oct 29, 2021
Back end
Back end is the programming that handles the behind-the-scenes of a website or application that people do not see, such as the server and database. Programming languages such as Python, Ruby, and PHP is used for back-end development.
Here are 8,334 public repositories matching this topic...
-
Updated
Nov 2, 2021 - JavaScript
-
Updated
Nov 3, 2021 - JavaScript
-
Updated
Nov 3, 2021 - Rust
-
Updated
Oct 31, 2021 - PHP
-
Updated
Oct 24, 2021 - Python
-
Updated
May 16, 2021
-
Updated
Nov 3, 2021 - Go
-
Updated
Nov 1, 2021 - JavaScript
-
Updated
Jun 25, 2021 - JavaScript
-
Updated
Oct 23, 2021 - Python
-
Updated
Oct 30, 2021 - JavaScript
-
Updated
Nov 3, 2021
-
Updated
Nov 3, 2021 - PHP
Create a weather module which will get the weather for a given city, at a given date (using the language/date
package).
The API for that isn't chosen yet.
You can copy the model of the Spotify module for the registration of the tokens, see here
Save the API key into user information if the API requires a token.
Opene
-
Updated
Oct 30, 2021 - Java
-
Updated
Oct 12, 2021 - Jupyter Notebook
-
Updated
Oct 10, 2018 - HTML
Since the release of v0.17 we can now reference databases by name with sqldb.Named("name")
, enabling multiple services to reference a single database. This should be documented.
-
Updated
Sep 6, 2021
Describe the bug
When an optional route param (i.e. /foo/:bar?
) is not supplied for a particular request, the req.params
object will still contain it, with a string value of "undefined"
.
This would mean that i.e. if (req.params.bar)
would unexpectedly always be truthy, even when the param was not supplied.
To Reproduce
Simple app with optional route param bar
:
-
Updated
Nov 3, 2021 - Rust
-
Updated
May 13, 2021 - Java
-
Updated
Nov 3, 2021 - Java
-
Updated
Oct 29, 2020 - C++
- Wikipedia
- Wikipedia
Introduction
Appwrite has been and always will be a tool for developers. To emphasize this, we want to create the best developer experience possible by providing enough guides and examples for new Appwriters.
Your task is to write a blog post
Ruby in Appwrite
. The main topic of your article should be explaining how to use Appwrites Ruby SDK to write Appwrite Functions. It can be