CodeWithYou

All Posts

  • Published on
    Because Node.js doesn't run TypeScript code natively, you must first transpile your TypeScript code into JavaScript. Then, use the JavaScript files to deploy your function code to Lambda. But now you can write a lambda typescript with the NodejsFunction construct without transpile your code first.
  • Published on
    This article explains how to handle SSL/TLS certificate verification errors that occur when making HTTPS requests in Node.js using Axios. The article recommends passing a custom httpsAgent option with rejectUnauthorized set to false to disable SSL/TLS certificate verification. However, the article emphasizes the importance of enabling certificate verification in production environments to ensure data security.
  • Published on
    AWS Aurora Serverless is a fully managed, auto-scaling configuration of Aurora that automatically starts up, shuts down, and scales the compute resources based on your application's needs. In this article, we will learn how to create an Aurora Serverless V2 with AWS CDK.
  • Published on
    Explore the transformative capabilities of deep learning through our newly launched course on PyTorch. Led by Omar Atef, this engaging course provides hands-on experiences with five vital projects, ranging from tabular data classification to advanced applications in image, audio, and text classification. Ideal for beginners and those with some machine learning knowledge, the course also emphasizes the practical application of concepts through real-world coding exercises. Dive into the world of AI and enhance your skills with PyTorch today!
  • Published on
    In the digital age, optimizing the Largest Contentful Paint (LCP) is essential for improved user experience and better search rankings. This blog post delves into LCP and its newly introduced subparts, helping developers identify and address loading delays. With tools like DebugBear, you can gain valuable insights into how different components, such as Time to First Byte and Resource Load Delay, impact your site's performance. Embracing these strategies not only enhances website speed but also fine-tunes real user engagement.