Skip to content
View mahendradwipurwanto's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@Ngodingin-Indonesia

Block or report mahendradwipurwanto

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

Hi there, I'm Mahendra Dwi Purwanto


A self-taughted FullStack web developer from Indonesian.
  • πŸ‘¨β€πŸŽ“ A fullstack developer
  • πŸ” A Backend and Security Enthusiast
  • πŸ‘¨β€πŸ’» I’m currently learning Python.
  • ✨ Check out my mahendradwipurwanto.github.io page


Languages and Tools:


NOTE: Top languages does not indicate my skill level or something like that, it's a Github metric of which languages i have the most public code on Github


Pinned Loading

  1. mahendradwipurwanto.github.io mahendradwipurwanto.github.io Public

    a simple website for my portofolio.

    HTML

  2. A simple page that handles search da... A simple page that handles search data from an multidimensional associative array
    1
    <?php
    2
    
                  
    3
    $database = [
    4
      'SMP 01 Malang' =>
    5
        [
  3. certificate-generator certificate-generator Public

    This is a simple project for certificate generator based on codeigniter, that generate and send to email as attachment in one process

    PHP 1

  4. pos-mini pos-mini Public

    A simple mini pos that handles managing product data's and product categories

    JavaScript

  5. Maintenance Page LO - KREATIF [URGENT] Maintenance Page LO - KREATIF [URGENT]
    1
    <!doctype html>
    2
    <title>LO KREATIF 2021 - Maintenance</title>
    3
    <style>
    4
      body { text-align: center; padding: 150px; }
    5
      h1 { font-size: 50px; }
  6. webotp webotp Public

    Handle authentication process with email and sms OTP

    PHP