CodeWithYou

All Posts

  • Published on
    As of July 19th, 2022 Amazon Web Services released their Design System as open-source along with a library of React components that implement the design system. This blog post is a quick overview of the design system and how it can be used with NextJS.
  • Published on
    AWS SDK v3 now stable and recommended for general use. AWS SDK for JavaScript(V2) is deprecated. This article is serries of tips and tricks to use aws-sdk v3. The first article is about how to save text file from S3 using aws-sdk v3.
  • Published on
    Sometimes you want mail clients to group emails into threads. For example, if you have a group of emails that are related to the same topic, you want to mail clients to group them together when the user views the list of emails in threaded view, the email client will show the thread.
  • Published on
    A signed URL includes additional information, for example, an expiration date and time, that gives you more control over access to your content. This additional information appears in a policy statement, which is based on either a canned policy or a custom policy.