Skip to content
View Abidzar16's full-sized avatar
  • Jakarta
Block or Report

Block or report Abidzar16

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
Abidzar16/README.md
from "AbidzarMGK" import resume
from datetime import datetime

class bio(resume):
  def __init__(self):
    self.name = "Abidzar M. G. Kurniawan"
    self.title = "Software Engineer"
    self.experience = [{
      "occupation": "Backend Engineer Ihsan Solusi Informatika",
      "location": "Bandung",
      "start_date": datetime(2023, 10, 20),
      "end_date": datetime(2024, 01, 11)
    },{
      "occupation": "Backend Mentor Studi Independen Startup Campus",
      "location": "Remote",
      "start_date": datetime(2022, 6, 1),
      "end_date": datetime(2022, 12, 31)
    },{
      "occupation": "Backend Mentor Studi Independen Ruangguru",
      "location": "Remote",
      "start_date": datetime(2022, 2, 1),
      "end_date": datetime(2022, 5, 31)
    },{
      "occupation": "Backend Engineer Intern",
      "location": "Information Technology Center Directorate, Telkom University",
      "start_date": datetime(2021, 2, 1),
      "end_date": datetime(2021, 7, 31)
    },{
      "occupation": "Data Engineer Intern",
      "location": "PT Telekomunikasi Selular",
      "start_date": datetime(2019, 6, 10),
      "end_date": datetime(2019, 8, 10)
    }]
    
class skill(resume):
  def __init__(self):
    self.language = ["Python","NodeJS"]
    self.database = ["MySQL","PostgreSQL","MongoDB"]
    self.technology = ["NodeJS","ExpressJS","Postman","VSCode","Github"]

Pinned Loading

  1. personal-blog-portfolio personal-blog-portfolio Public

    A personal blog build using MEN (MongoDB, Express.js, and Node.js) stack

    JavaScript

  2. smartHospital-BE smartHospital-BE Public

    Forked from bluejaden99/smartHospital-BE

    This repository contain source code of group final project Smart Hospital Microservices for Telkom Digital Talent Incubator 2020 completion

    JavaScript 1

  3. OpenMusicAPI OpenMusicAPI Public

    JavaScript 1

  4. Project-Forum-API Project-Forum-API Public

    JavaScript 1