CodeWithYou

All Posts

  • Published on
    In an era where cloud costs can spiral, using AWS EC2 spot instances presents an effective way to reduce expenses when running GitHub Actions. This blog explores the journey of developing HyperEnv, a solution that employs ephemeral runners on spot instances, achieving a potential 60% cost reduction. Additionally, it covers strategies for handling instance interruptions and ensuring availability through fallback mechanisms. Join us as we unpack the architecture that makes it all possible.
  • Published on
    The journey of integrations has evolved dramatically from the simple file transfers of early computing to the complex composable architectures of today. Innovations such as REST APIs, GraphQL, and event-driven architectures epitomize modern integration patterns that enhance application scalability and performance. Headless CMS solutions like Storyblok are leading examples of this evolution, allowing flexible application development by decoupling content management and presentation. Embracing these advanced integration approaches is crucial for developers aiming to build efficient and future-proof applications.
  • Published on
    This blog post explores the essential techniques of clustering within the realm of Unsupervised Machine Learning. It covers key clustering algorithms such as K-Means, Hierarchical Clustering, and DBSCAN, providing detailed Python implementations and visualizations to help readers grasp their applications. Additionally, it discusses how to evaluate clustering performance and highlights real-world use cases, empowering both beginners and experienced data scientists to unlock hidden insights from complex datasets.
  • Published on
    I have been using AWS S3 for web hosting for a few years now. I have found it to be a great solution for hosting static websites, but it's not without its limitations. In this article, I'll explore the benefits and limitations of using AWS S3 for web hosting.