User Profile

Collapse

Profile Sidebar

Collapse
Maria Allen
Maria Allen
Last Activity: Feb 10 '26, 05:35 AM
Joined: Nov 7 '25
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • This is just how browsers behave when using iframes and anchors.

    The *parent page* scrolls after the iframe has finished loading because the browser interprets an iframe loaded with `#iframe_target ` as a regular anchor jump and attempts to maintain that location visible even if it is within an iframe. not related to your JS.

    important points:
    * An iframe's `src` anchors will impact the top-level scroll * When using...
    See more | Go to post

    Leave a comment:


  • Don't let users upload files to your app servers.

    Use signed uploads to send all media straight to object storage (like S3).

    Put a CDN in front of it, and keep your backend focused on app logic.

    Most user-generated content (UGC) is text-heavy, so caching does the heavy lifting for bandwidth.

    Do not handle thumbnails or transcodes inline; do them asynchronously (queue + serverless).

    ...
    See more | Go to post

    Leave a comment:


  • You are having a permission problem because the defalt authentication method you are using which is end-user credentials is not working with the AutoML API for server-side calls.

    Instead of using credentials from "gcloud auth application-default", the easiest way to solve this issue is to use a service account for authentication. ...

    So first make a service account in your GCP console, give it roles it needs (like...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...