| URL | Description |
|---|---|
| https://g.co/recover | Google Account: Account Recovery |
| https://g.co/2sv | Google Account: 2SV |
| https://g.co/sc | Google Account: Security code for another device |
| https://g.co/verifyaccount | Google Account: Verify |
| https://g.co/passkey | Passkeys |
| https://g.co/passkeys | Passkeys |
Ok. I'm going to list off some ideas for projects. You will have to determine if any particular idea is good enough to include in a portfolio. These aren't creative ideas. They likely already exist. Some are way too advanced while others are simplistic.
I will recommend to post any project you make to github and make a github project page for it. Explain in as much detail as possible how you made it, how it can be improved etc. Document it.
If you pick an advanced idea, setup a development roadmap and follow it. This will show some project management skills.
Another piece of advice for those who are design challenged. Use different front end frameworks and use different themes for those frameworks to provide appealing designs without looking like yet another bootstrap site.
| ;The Problem: | |
| ; I love the hotcorner(s) in GNOME & KDE, and kept finding myself | |
| ; trying to use them since I've been forced to use windows 10 (winshit). | |
| ;My solution: | |
| ; download & install: https://autohotkey.com/ | |
| ; save this script with the extension ".ahk" | |
| ; click on the script to start it and/or set it to launch automatically. | |
| #Persistent |
| <?php | |
| /** | |
| * CodeIgniter | |
| * | |
| * An open source application development framework for PHP 5.2.4 or newer | |
| * | |
| * NOTICE OF LICENSE | |
| * | |
| * Licensed under the Open Software License version 3.0 | |
| * |
| public function index() | |
| { | |
| $config = Array( | |
| 'protocol' => 'smtp', | |
| 'smtp_host' => 'smtp3.netcore.co.in', | |
| 'smtp_port' => 25, | |
| 'smtp_user' => 'support@9abusiness.com', | |
| 'smtp_pass' => 'Supp0rt', | |
| 'mailtype' => 'html', | |
| 'charset' => 'utf-8', |
| <?php | |
| /** | |
| * @name Database class | |
| * @author Miguel Fermín | |
| * @copyright 2013 | |
| * @license MIT | |
| * @license http://opensource.org/licenses/MIT | |
| */ | |
| class DataBase { | |