Skip to content
View emamulandalib's full-sized avatar

Block or report emamulandalib

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

Pinned Loading

  1. problem-solving problem-solving Public

    I am solving problems from HackerRank, Leetcode. Sometimes I am using #Javascript, sometimes #Rust. Also, I love to use #Golang if I will find interest to solve it using Golang. I think the main pa…

    Go 2

  2. learn-tf-aws-vpc learn-tf-aws-vpc Public

    A simple project to learn Terraform and VPC(AWS)

    HCL

  3. cassandra-restore-keyspace cassandra-restore-keyspace Public

    This repository contains code to restore data to cassandra after taking the snapshot using nodetool.

    Rust 1 1

  4. k8s_ubuntu_ansible k8s_ubuntu_ansible Public

    Smarty

  5. HAProxy backend config for Istio Ing... HAProxy backend config for Istio Ingress
    1
    backend httpbin
    2
        balance roundrobin
    3
        mode http
    4
    
                  
    5
        server master 192.168.50.10:32009 check check-sni httpbin.example.com sni str(httpbin.example.com) ssl verify none