Recent content by MiBi250

  1. MiBi250

    Post mortem of what just occurred

    @Samhill Serverless is basically functions in the cloud meaning every function/code snippet is completely independent of each other. This makes things WAY more complicated to develop the larger an application becomes. Costs are usually lower since you only pay for what you use, but this...
  2. MiBi250

    Post mortem of what just occurred

    @Sundark serverless is a bad idea.
  3. MiBi250

    Dev news: Launching API version 2 (also v1 deprecation notice) | Last updated 2021-01-17

    @volcelhmptn if you are creating a browser extension/user script for mangadex you can simply simpy fetch data from the api without problems. If you create a website that displays data or whatever do not try to fetch data directly via the browser of the client, instead make an request to your own...
  4. MiBi250

    Old JavaScript library jQuery v3.3.1 bug

    They are using version 4.1.1 of bootstrap wich comes with jquery 3.3.1.If you just replace the jquery with an up2date one then it could break stuff. Big libraries(like jquery) are usually designed in a way that replacing them with a new version wont cause issues but sometimes it can happen...
  5. MiBi250

    FAQ: About this forum

    Would love to see frequently updated database dumps of manga related data. Something like this: This would allow developers to give their users an estimate without needing to spam the api. Instead of fetching the data of 40 mangas via your api every time the user makes a new search, i can...
Top