Skip to content
View Randy-RM's full-sized avatar
πŸš€
In constant evolution
πŸš€
In constant evolution
Block or Report

Block or report Randy-RM

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

Randy Assani Beni

Hi !
Welcome to my GitHub profile


πŸ“– About me

  • πŸ˜„ I'm Software Engineer with a Computer Science degree and experience on computer engineering,
    software development, UX/UI design & teaching
  • 🎨 I design and develop all types of applications (web, mobile and desktop)
  • πŸ•’ Time Management and Agile Project Management(scrum & Kanban)
  • πŸŽ“ Graduated in Computer Engineering at the University of Kinshasa (UNIKIN 2015)
  • 🌐 Visit My Portfolio : randyassani.dev

πŸ”₯ My contribution sequence

Randy-RM's stats


🀝 Connect with me

Linkedin

Email


🧠 Tech stack

  • πŸ’» Β  Language : JavaScript | PHP | TypeScript
  • πŸ‘¨β€πŸ’» Β  Backend : Node Js | Express Js | Nest Js | PHP | Laravel | Symfony
  • 🌐 Β  Frontend : HTML | CSS | JavaScript | React Js | React Native | Next Js | Gatsby Js | Jquery | SCSS
  • πŸ›’ Β  Database : MySQL | MongoDB | Postgresql
  • πŸ”§Β  Tools : Git | GitHub | Linux | windows

πŸ”† Github stats

πŸš€ GitHub profile stats


Randy-RM's Github Stats

⚑ Most used languages


Randy-RM's Top Languages

notice : This graph is only a measure of the languages that make up my public
code on GitHub and does not reflect my experience or skill level.

Pinned

  1. express-js-mvc-tuto express-js-mvc-tuto Public

    Hello 😎!!! This project has been set up to help those who are new to BackEnd programming with Javascript in a Node Js environment. It has been organized following a few best practices πŸš€ such as the…

    JavaScript 11

  2. portfolio-assani-beni-randy portfolio-assani-beni-randy Public

    My portfolio

    TypeScript 9 1

  3. 100daysofjs 100daysofjs Public

    Forked from lassiecoder/100daysofjs

    Hey everyone! πŸ‘‹ I'm diving headfirst into a 100-day JavaScript adventure, and I couldn't be more thrilled to share it with you all! πŸŽ‰ Over the next three months, I'll be immersing myself in everyth…

  4. Summary of 'Clean code' by Robert C.... Summary of 'Clean code' by Robert C. Martin
    1
    Code is clean if it can be understood easily – by everyone on the team. Clean code can be read and enhanced by a developer other than its original author. With understandability comes readability, changeability, extensibility and maintainability.
    2
    _____________________________________
    3
    
                  
    4
    ## General rules
    5
    1. Follow standard conventions.
  5. Instructions on how to write a good ... Instructions on how to write a good commit message on git
    1
    feat: a new feature has been added
    2
    
                  
    3
    fix: an error has been corrected
    4
    
                  
    5
    docs: changes have been made to the documentation
  6. Useful NVM commands Useful NVM commands
    1
    // check version
    2
    node -v || node --version
    3
    
                  
    4
    // list locally installed versions of node
    5
    nvm ls