Skip to content

Instantly share code, notes, and snippets.

View yob-yob's full-sized avatar
🎯
Focusing

Sean yob-yob

🎯
Focusing
View GitHub Profile

In this article, we’ll cover ten proven methods for mastering any skill. You’ll learn how to learn quickly, supercharge your personal growth, and stand out from the crowd without having to spend every living minute bent over text books.

One Key Skill

What would you say if I told you there’s a skill that could benefit anyone, any place, any time? Something that would accelerate your progress no matter what career path you chose, indifferent to technological disruptions?

Does that sound too good to be true? Well, here’s the pitch: in a world that’s changing faster than ever, you need to adapt quickly and constantly. That requires the willingness to change, and the ability to learn. Learning quickly — and becoming a life-long learner — should become your new superpower. You won’t be able to stop the world from changing, but with this ability to adapt, you’ll be the first to embrace change and leverage it for your own benefit — and you’ll also amaze potential employers.

What It Means to Learn Quickl

@yob-yob
yob-yob / .php-cs-fixer.dist.php
Created September 11, 2021 08:51
Laravel Linters
<?php
use PhpCsFixer\Config;
use PhpCsFixer\Finder;
$rules = [
'array_syntax' => ['syntax' => 'short'],
'blank_line_after_namespace' => true,
'blank_line_after_opening_tag' => true,
@yob-yob
yob-yob / answer.md
Last active August 19, 2021 15:14
how to change the output color of echo

some variables that you can use:

# Reset
Color_Off='\033[0m'       # Text Reset

# Regular Colors
Black='\033[0;30m'        # Black
Red='\033[0;31m'          # Red
Green='\033[0;32m'        # Green

Yellow='\033[0;33m' # Yellow

@yob-yob
yob-yob / Laravel Quick Mail Test via Tinker
Last active June 2, 2021 09:36
Laravel Quick Mail Test via Tinker
Mail::raw('Hello World!', function($msg) {$msg->to('myemail@gmail.com')->subject('Test Email'); });
@yob-yob
yob-yob / how to find your Windows 10 product key using the command prompt
Last active June 2, 2021 09:36
how to find your Windows 10 product key using the command prompt
wmic path softwarelicensingservice get OA3xOriginalProductKey