mK

mahesh K.

DevOps Engineer /Kafka Support at Global Bridge InfoTech

Mahesh K. has a total of 10 years of work experience. From 2016 to present, Mahesh has been employed at GBIT (Global Bridge InfoTech Inc) as a DevOps Engineer /Kafka Support. During this role, Mahesh has been exposed to all aspects of software development life cycle (SDLC) such as analysis, planning, developing, testing, implementing, and post-production analysis of projects. Additionally, Mahesh has expertise with UNIX and Windows environments, including shell and Python scripts. From 2014 to 2016, Mahesh was employed at Server Management Services LLC as a DC Support and DevOps. During this role, Mahesh was extensively involved in infrastructure as code, execution plans, resource graph, and change automation using Terraform. Furthermore, Mahesh wrote new plugins to support new functionality in Terraform. From 2010 to 2014, Mahesh was employed at Yupp TV as a System Administrator. During this role, Mahesh implemented post installation procedures for UNIX operating systems through internal scripting involving Shell/Perl. Additionally, Mahesh worked on various Unix/Linux clusters such as Oracle RAC, SAP service guard, S2S, and Local Service guard CFS S2S and Local, Linux VCS HA Cluster S2S.

//

// ViewController.m

// ImageViewer

//

// Created by 吴紫颖 on 2019/6/19.

// Copyright © 2019 吴紫颖. All rights reserved.

//

#import "ViewController.h"

#import "ImageViewerController.h"

@interface ViewController ()

@property (weak, nonatomic) IBOutlet UIImageView *imageView;

@end

@implementation ViewController

- (void)viewDidLoad {

[super viewDidLoad];

// Do any additional setup after loading the view.

}

- (IBAction)clickImageView:(id)sender {

ImageViewerController *imageViewer = [[ImageViewerController alloc] init];

imageViewer.image = _imageView.image;

[self presentViewController:imageViewer animated:YES completion:nil];

}

@end

Links

Timeline

  • DevOps Engineer /Kafka Support

    June, 2016 - present

A panel showing how The Org can help with contacting the right person.