-
Updated
Jul 17, 2020
backend
Here are 4,486 public repositories matching this topic...
-
Updated
Jul 13, 2020 - JavaScript
-
Updated
Jul 17, 2020 - TypeScript
Is there a plan to add a CONTRIBUTING.md? This could include template to do a PR, guidelines to add tests, coding standards, etc.
I'm currently learning Rust and am very interested in contributing on this project somehow. Thanks!
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
May 7, 2020 - JavaScript
-
Updated
Jul 17, 2020 - Java
-
Updated
Jul 16, 2020 - Go
Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression.
https://github.com/google/brotl
-
Updated
Jul 16, 2020 - Python
-
Updated
Jul 12, 2020 - Go
-
Updated
Jun 11, 2020 - JavaScript
-
Updated
Jul 16, 2020 - Python
-
Updated
Oct 10, 2018 - HTML
-
Updated
Jun 13, 2020 - Jupyter Notebook
-
Updated
Jul 3, 2020 - C++
-
Updated
Jan 6, 2020
-
Updated
Jun 15, 2020 - Java
-
Updated
Jul 16, 2020 - Java
-
Updated
Jul 7, 2020
-
Updated
Jun 10, 2020 - Go
-
Updated
Jul 16, 2020 - JavaScript
Improve this page
Add a description, image, and links to the backend topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the backend topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Deployed Parse server using k8 and used /parse/health for the readinessProbe and livenessProbe probe. But when deploy new code and broke the database connection, /parse/health still returns 200 OK. So old container was killed and new broken one brought online
Describe the solution you'd like
Only return 200 ok after db is