The Wayback Machine - https://web.archive.org/web/20210909091430/https://github.com/topics/web-services
Skip to content
#

web-services

Here are 198 public repositories matching this topic...

butla
butla commented Feb 5, 2020

Hey! When I was reading the docs and I saw api.background.task, the first thing that popped into my head was "but you can just use asyncio.create_task or loop,.run_in_executor for that without inventing something new!". But then I noticed that it also passes the context vars to the synchronous backround stuff, which is nice. Wonder why that's not the case in the stdlib, cause it would be nic

megies
megies commented Nov 19, 2020

For the long term, we could clean up the code base a bit by internally using pathlib instead of os.path.join(....) and consorts. This is no vital or overly important task but it will help new contributors, to use it in new contributions and not introduce more old-style code, looking at the rest of the code base.

This is a pretty trivial (but longish) task and is a good first issue for new peo

✈️ An enterprise level Flight Booking System for Turkish Airlines (web-application) based on the Model View Controller (MVC) Architecture made using Java Servlets, Java Server Pages (JSPs). Moreover authentication and authorization for users is implemented. The web-application is also secured against SQL Injection and Cross-Site Scripting attacks.
  • Updated Jan 17, 2021
  • Java

Improve this page

Add a description, image, and links to the web-services topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the web-services topic, visit your repo's landing page and select "manage topics."

Learn more