Best of Google Cloud PlatformOctober 2024

  1. 1
    Article
    Avatar of bytebytegoByteByteGo·2y

    EP135: Big Data Pipeline Cheatsheet for AWS, Azure, and Google Cloud

    The post covers a variety of topics crucial for engineering leaders, including big data pipelines for AWS, Azure, and Google Cloud. It provides a detailed cheatsheet for key services like data ingestion, storage, processing, and visualization on each platform. It also discusses API architectural styles and offers a concise guide for building secure APIs. Additionally, there's a resource on key data structures used daily and an advertisement for an enterprise conference and a mini crash course on advanced AI tools.

  2. 2
    Video
    Avatar of freecodecampfreeCodeCamp·1y

    Generative AI for Developers – Comprehensive Course

    This comprehensive course on generative AI covers essential concepts like large language models, data preprocessing, and advanced techniques such as fine-tuning and prompt engineering. Through hands-on projects using tools like Hugging Face, OpenAI, and LangChain, participants will learn to build real-world applications including text summarization and custom chatbots. The course also delves into vector databases, AI pipelines, and deployment techniques using platforms like Google Cloud Vertex AI and AWS Bedrock.

  3. 3
    Article
    Avatar of towardsdevTowards Dev·2y

    Building an API with Go, PostgreSQL, Google Cloud and CockroachDB

    The post outlines the process of building and deploying an API using Go, PostgreSQL, Google Cloud Run, and CockroachDB. It provides detailed steps for setting up a local PostgreSQL database, creating an API server with Go, managing middleware and routes, handling error structures, caching, and deploying on Google Cloud Run. Additionally, it includes instructions for integrating with CockroachDB and using Google Secret Manager for managing sensitive data like certificates.

  4. 4
    Video
    Avatar of freecodecampfreeCodeCamp·2y

    Google Cloud Digital Leader Certification Course 2024 - Pass the Exam!

    Andrew Brown provides a free Google Cloud Digital Leader (GCP CDL) certification course that includes lecture content, hands-on labs, and a practice exam. The course aims to help individuals pass the certification exam which covers fundamental cloud concepts like digital transformation, core services, databases, AI, networking, and cost management. Participants can take the exam at a test center or online. Additional paid resources, such as practice exams and lecture materials, are available for further study support.

  5. 5
    Article
    Avatar of baeldungBaeldung·1y

    Introduction to S3proxy

    Learn how S3Proxy provides a compatibility layer between the S3 API and various storage backends, helping to avoid vendor lock-in. This tutorial covers integrating S3Proxy in a Spring Boot application, configuring it with Azure Blob Storage, Google Cloud Storage, and a local file system for development and testing. Detailed instructions are provided for setting up cloud-agnostic storage properties and writing tests to verify interactions with these backends.