Skip to content
View angulartist's full-sized avatar
:shipit:
k
:shipit:
k
  • The Internet

Organizations

@fireship-io
Block or Report

Block or report angulartist

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
angulartist/README.md

Yaaaay!

Pinned

  1. google-cloud-data-engineer-resources google-cloud-data-engineer-resources Public

    Some of useful materials I'm using to pass the Google Cloud Professional Data Engineer Certification Exam

    33 15

  2. Keras-HDF5-ImageDataGenerator Keras-HDF5-ImageDataGenerator Public

    Blazing fast HDF5 Image Generator for Keras ⚡

    Python 13 4

  3. beam-amazon-batch-example beam-amazon-batch-example Public

    A practical example of batch processing on Google Cloud Dataflow using the Go SDK for Apache Beam 🔥

    Go 2

  4. hashtagsbattle hashtagsbattle Public archive

    IIM-DEVOPS - (demo) Real-time Twitter's hashtags analytics... fully managed by Google Cloud

    Python 2

  5. cloud-functions-ffmpeg-video-processing cloud-functions-ffmpeg-video-processing Public

    Stateless clip generator to troll your bad mates!

    TypeScript 1 1

  6. Reactive Firebase / BASICS - RxFire,... Reactive Firebase / BASICS - RxFire, Getting documents
    1
    /* Getting a single firestore document */
    2
    import { docData } from 'rxfire/firestore'
    3
    ...
    4
    someFunction() {
    5
      const todoRef = db.doc('todos/myTodo')