Skip to content
View rifqirosyidi's full-sized avatar
🌝
Learning
🌝
Learning
Block or Report

Block or report rifqirosyidi

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

Hi there 👋,

Welcome to My Profile

Hi, I'm Rifqi, I'm a Web Developer. Check ℹ️ For More Information.




I'm a Fresh Graduate Student, Web Developer

  • 🔭 I’m currently working on: Blog & Design, and some Personal Project
  • 🌱 I’m currently learning GraphQL, GatsbyJS, and other Javascript Framework. 🤣
  • 👯 I’m looking to forward to collaborate.
  • ⚡ Fun fact: I eat Food. 🍜

Languages:

Python

PHP

JavaScript

Java


Frameworks/Platforms:


Data:


Tools:

Terminal

GitHub

Visual Studio Code


Stats:

my github stats languages

profile_views

Pinned

  1. learn-MERNG learn-MERNG Public

    learning MERNG Stack MongoDB , Express , React , Node.js & GraphQL

    JavaScript

  2. data-science-the-very-basics data-science-the-very-basics Public

    introduction to data science

    Jupyter Notebook

  3. Any-Recipes Any-Recipes Public

    find any recipes online :D

    JavaScript 1

  4. Simple-Face-Recognition Simple-Face-Recognition Public

    simple face recognition using OpenCV

    Python

  5. elementaryOS | Things To Do After In... elementaryOS | Things To Do After Installing elementary OS Hera(5.1)
    1
    ## First Things First
    2
    
                  
    3
    - [x] **Enable PPA**
    4
    	```bash
    5
    	sudo apt update
  6. Learn the basic of Redux in one file. Learn the basic of Redux in one file.
    1
    const {createStore} = Redux;
    2
    
                  
    3
    const initState = {
    4
      todos: [],
    5
      posts: []