Thanks to visit codestin.com
Credit goes to Github.com

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

Organizations

@garasijogi @b-six

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Loading

  1. docker-odoo docker-odoo Public

    A set tools to build a custom Odoo docker image with docker compose and manage the deployments using Shell Script.

    Shell 1

  2. docker-n8n docker-n8n Public

    This repository contains docker-compose configurations to deploy n8n in queue mode.

    Shell

  3. docker-nodejs docker-nodejs Public

    Shell

  4. docker-wordpress docker-wordpress Public

    Shell

  5. 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
  6. 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