GithubHelp home page GithubHelp logo

Hello 👋

Visits Badge Open Source Love

Hi,I'm Rauan, a Software Engineer who enjoys translating business problems to software products.

  • 🔭 I usually work on automating and orchestrating custom pipelines for data extraction, ML model deployment and tracking in production (Google Kubernetes Engine, Vertex AI)

👨🏻‍💻 Languages and Tools

Kubernetes C SQL CI/CD Jira C++

​
import json
from dataclasses import asdict, dataclass


@dataclass
class MLStack:
    external_databases : tuple = ("PostgreSQL", "Oracle", "IBM_DB")
    machine_learning   : tuple = ("TensorFlow", "Scikit-Learn", "PyTorch", "xgBoost", "HyperOpt") 
    apache_stack       : tuple = ("Apache Spark", "Hive", "NiFi", "Flink", "Apache Knox")
    cloud_stack        : tuple = ("Google Kubernetes Engine")
    production         : tuple = ("Vertex AI", "Kubeflow","Luigi", "Airflow")
    os                 : tuple = ("ZooKeeper", "Alpine Linux")

    def serialize(self):
        return json.dumps(asdict(self), indent=4)


stack = Stack()
print(stack.serialize())
​

ra312's Projects

adamalston icon adamalston

🚧 DARK MODE! It's TOP SECRET! My awesome profile README!

ansible-hortonworks icon ansible-hortonworks

Ansible playbooks for deploying Hortonworks Data Platform and DataFlow using Ambari Blueprints

banditzoo icon banditzoo

Python library of bandits and RL agents in different real-world environments

book icon book

The Rust Programming Language

codon icon codon

A high-performance, zero-overhead, extensible Python compiler using LLVM

gcp-blueprints icon gcp-blueprints

Blueprints for Deploying Kubeflow on Google Cloud Platform and Anthos

gpt4all icon gpt4all

gpt4all: a chatbot trained on a massive collection of clean assistant data including code, stories and dialogue

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.