Skip to content
View Yassine-64's full-sized avatar
🎃
Focusing
🎃
Focusing
  • MotherBoard
  • 19:13 (UTC -12:00)
Block or Report

Block or report Yassine-64

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

Here is a little bit about me!

let moreAboutMe = [
     "Hi again!",
     "As you might have seen in the Processing Sketch, I'm Yassine Mazhare, a 20-year-old developer from Morocco.",
     "I discovered my true passion for programming in 2019.",
     "Currently, I'm focusing on becoming a DevOps engineer specializing in mobile apps.", 
     "For the past two years, I've been self-teaching how to code.",
     "This journey has been an exciting exploration of languages, frameworks, and problem-solving techniques.",
     "Each day is an opportunity to enhance my skills and creativity."
 ];

function showDescription() {
 for (let i = 0; i < moreAboutMe.length; i++) {
     console.log(moreAboutMe[i]);
 }
}

showDescription();

Find Me On:

                   

Pinned

  1. Yassine-64 Yassine-64 Public

    My GitHub profile README.md! .Share some love with a ⭐

    Processing 2

  2. Kadan-Algorithm Kadan-Algorithm Public

    This repository includes a Python implementation of Kadane's algorithm, a dynamic programming algorithm used to find the maximum subarray sum in a given array. The kadan_algorithm.py file contains …

    Python

  3. Delivery-Manager-App Delivery-Manager-App Public

    This Python-based repository serves as a comprehensive guide for managers utilizing the Delivery Manager application. It provides essential information and instructions for overseeing deliveries an…

    Python