-
Updated
Sep 7, 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 7,973 public repositories matching this topic...
-
Updated
Sep 17, 2021 - JavaScript
-
Updated
Sep 15, 2021 - JavaScript
-
Updated
Jul 22, 2021 - Rust
-
Updated
Sep 13, 2021 - PHP
-
Updated
Aug 31, 2021 - Python
-
Updated
May 16, 2021
-
Updated
Sep 17, 2021 - JavaScript
-
Updated
Sep 17, 2021 - Go
-
Updated
Jun 25, 2021 - JavaScript
-
Updated
Aug 13, 2021 - Python
-
Updated
Aug 31, 2021 - JavaScript
-
Updated
Sep 17, 2021
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
Sep 12, 2021 - Java
-
Updated
Sep 7, 2021 - Jupyter Notebook
-
Updated
Oct 10, 2018 - HTML
When a database migration doesn't apply cleanly, golang-migrate
(the library we use under the hood to manage database migrations) marks the migration state as "dirty" and refuses to continue. This can be fixed by editing the database table (fixing the schema problem and then running UPDATE schema_migrations SET dirty = false
), but that's not documented anywhere. We should add this to [SQL Data
-
Updated
Sep 6, 2021
Describe the bug
When you mount two apps on the same route only the first one works and the other doesn't get reached.
To Reproduce
import { App } from '@tinyhttp/app'
const app = new App(), app1 = new App(), app2 = new App()
app2.use((req, res, next) => {
console.log('ping')
res.send('hi from app 2')
})
app1.use((req, res, next) => {
console.log('pong')
n
-
Updated
Sep 15, 2021 - Rust
-
Updated
May 13, 2021 - Java
-
Updated
Sep 17, 2021 - Java
-
Updated
Oct 29, 2020 - C++
- Wikipedia
- Wikipedia
(A clear and concise description of what the feature is.)
Have you spent some time to check if this issue has been raised before?
(Have you googled for a similar issue or checked our older issues for a similar bug)
Yes
Have you read the Code of Conduct?
Yes
Pitch
A common way to mana