Skip to content
View ryumada's full-sized avatar
๐Ÿค”
What should I code?
๐Ÿค”
What should I code?
  • garasijogi
  • Indonesia

Highlights

  • Pro

Organizations

@garasijogi @b-six
Block or Report

Block or report ryumada

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
ryumada/README.md

Hi there ๐Ÿ‘‹

I'm ryumada. I am a Backend, Cloud Computing, and Full-stack Enthusiast. I have experience in those three topics.

I'm passionate about these three topics, especially Backend Development and Cloud Computing. I hone this skill deeper by joining Bangkit 2022 program.

I will continue to improve myself until I die. I want to contribute to all the things around me and I will try my best to make an impact for them.

These topics also interest me, such as the design system and principle, clean code, TDD, OOP, and the other programming principle that makes software development more convenient to develop and of course can keep its development in the future.

  • ๐Ÿ”ญ I've finished my study and got a Bachelor of Computer degree in the Information Systems field.
  • ๐ŸŒฑ I'm the Bangkit 2022 alumni in the Cloud Computing learning path.
  • ๐Ÿ’ฌ Ask me about Backend Development, Cloud Computing, Full-stack Development, also System Analysis and Design.

Tech Stack

PHP Laravel CodeIgniter JavaScript Hapi NodeJS Python DjangoRestFramework


Github Statistic

Reach me on

Pinned

  1. Python Virtual Environment Tutorial Python Virtual Environment Tutorial
    1
    # Python Virtual Environment Tutorial
    2
    
                  
    3
    - [How to start Python Development with Python Environment](#how-to-start-python-development-with-python-environment)
    4
      - [1. Install `python3-venv` or `python3.x-venv`](#1-install-python3-venv-or-python3x-venv)
    5
      - [2. To create a virtual environment, decide which directory where you want to place it](#2-to-create-a-virtual-environment-decide-which-directory-where-you-want-to-place-it)
  2. web.config for IIS 8 to run codeigni... web.config for IIS 8 to run codeigniter v3.1.11 application
    1
    # htaccess to placed on root folder of php project using apache2 server
    2
    
                  
    3
    RewriteEngine On
    4
    RewriteCond %{REQUEST_FILENAME} !-f
    5
    RewriteCond %{REQUEST_FILENAME} !-d
  3. Grub not showing the grub menu inste... Grub not showing the grub menu instead It just showing the minimal-bash.
    1
    ## Overview
    2
    The problem of grub not showing the default grub menu is because it can't read your `grub.cfg` file in your EFI System Partition. EFI System Partition is tagged as its name in the partition list.
    3
    
                  
    4
    This command is used to list the disk using bash:
    5
    ```bash
  4. How to fix missing grub from Boot Me... How to fix missing grub from Boot Menu after windows install or update
    1
    # How to fix missing grub from Boot Menu after windows install or update[^1]
    2
    
                  
    3
    ### Boot your computer using USB Bootable Linux
    4
    Burn Linux Live CD ISO into your USB drive. then boot to it.
    5
    
                  
  5. FurnPriss/backend-furnpriss FurnPriss/backend-furnpriss Public archive

    The main API for our project

    Python 1