Skip to content
View robimaliqi's full-sized avatar
🌴
🌴
Block or Report

Block or report robimaliqi

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

Hi there 👋

aboutMe.rb

require 'job'

me = User.create(
  name: "Robi Maliqi",
  job: "Full-Stack Developer",
  dob: Date.new(1993, 7, 1),
  country: "United Kingdom",

  url: "https://www.robicodes.com/",
  coding_languages: [
    "Ruby",
    "JavaScript",
    "Ruby on Rails",
    "Express",
    "React",
    "Typescript"
  ],

  learning_new_skills: true,
  hobbies: [
    "Hiking",
    "Chasing sunsets/sunrises",
    "Chess"
  ]
)

Pinned

  1. e-commerce-shop e-commerce-shop Public

    A e-commerce shop where the user is able to add items to cart, to checkout the user has to sign up and log in. After logging in they are directed to stripe checkout integration where they are able …

    Ruby

  2. dev-community dev-community Public

    An app similar to Linkedin, exclusively tailored for developers. Built with Rails 7, Turbo-Hotwire, Stimulus JS and Bootstrap5.

    Ruby 1

  3. beach-life beach-life Public

    Final Makers Group Project - A web application to help you locate and see useful information of beaches in the u.k

    JavaScript 1 4

  4. chingu-voyages/v46-tier3-team-33 chingu-voyages/v46-tier3-team-33 Public

    Add-project-description-here | Voyage-46 | https://chingu.io/ | Twitter: https://twitter.com/ChinguCollabs

    TypeScript 2 6

  5. rails_newsAPI rails_newsAPI Public

    Ruby on Rails 7 news search application, allows users to search news articles with an external API and tracks users location to show the news in the users country.

    Ruby