Skip to content
View geraldapm's full-sized avatar
Block or Report

Block or report geraldapm

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
geraldapm/README.md
public class Greeting {
    private final String prefix = ". Welcome to my Github";
    private String name;
    public Greeting (String name) {
        this.name = name;
    }

    public void sayHi() {
        System.out.println("Hello, " + name + prefix)
    }
}

Hi 👋, I'm Gerald

A passionate System Engineer from Blitar, Indonesia

geraldapm

Hello everyone, my name is Geraldhi Aditya Putra Mahayadnya. You can just call me Gerald. I'm a graduate from Universitas Dinamika (Stikom Surabaya) majoring in Computer Engineering. I'm interested about developing IT Infrastuctures especially in Computer Networking, System Administration, and Internet of Things.

🌱 I’m currently working at a Banking Company in Indonesia as a System Engineer specialized in Unix and Linux Systems. I organized, deployed, and maintained over 500+ Linux Machines and automated them using Ansible and other tools. API is my best friend when it comes to automation :D

👯 I’m looking to collaborate on IT Infrastructure Engineering and developing Linux-based Machine. Feel free to reach me anytime.

Connect with me:

geraldapm gerald.mahayadnya gerald_apm

geraldapm

geraldapm

Popular repositories Loading

  1. easeplantz-frontend easeplantz-frontend Public

    CSS 2 1

  2. easeplantz-backend easeplantz-backend Public

    Easeplantz back-end server using NodeJS and Express JS integrated with Tensorflow.js

    JavaScript 1 1

  3. bangkit-belajar-ansible bangkit-belajar-ansible Public

    Learning ansible together!

    1

  4. scm-sandbox scm-sandbox Public

    This Repo is about testing SCM mechanism on Github.

    HTML

  5. bangkit-sandbox bangkit-sandbox Public

    Testing environment di coursera sob

    Python

  6. it-cert-automation-practice it-cert-automation-practice Public

    Forked from google/it-cert-automation-practice

    Google IT Automation with Python Professional Certificate - Practice files

    Python