composer create-project --prefer-dist laravel/laravel vaniloapp "5.8.*"
cd vaniloapp
WEBVTT | |
Kind: captions | |
Language: kn | |
1 | |
00:00:23.104 --> 00:00:25.074 | |
அவா முன்னலா நிகிரன் | |
2 | |
00:00:25.080 --> 00:00:27.074 |
WEBVTT | |
Kind: captions | |
Language: san | |
1 | |
00:00:05.358 --> 00:00:08.277 | |
सहस्र'शीर्षा पुरु'षः | | |
2 | |
00:00:09.159 --> 00:00:13.044 |
Books for software engineers
- Clean Code: A Handbook of Agile Software Craftsmanship
- The Clean Coder: A Code of Conduct for Professional Programmers
- The Pragmatic Programmer: From Journeyman to Master
- The Phoenix Project: A Novel about IT, DevOps, and Helping your Business Win
- Design Patterns: Elements of Reusable Object-Oriented Software
- The Imposter's Handbook: A Primer for Self-Taught Programmers
- Refactoring: Improving the Design of Existing Code
Verifying my Blockstack ID is secured with the address 12Cp9rsfKCeWf1mVvU3wVBkVWaHn2RaMUD https://explorer.blockstack.org/address/12Cp9rsfKCeWf1mVvU3wVBkVWaHn2RaMUD |
APP_ENV=testing | |
APP_KEY=SomeRandomString | |
DB_CONNECTION=testing | |
DB_TEST_USERNAME=root | |
DB_TEST_PASSWORD= | |
CACHE_DRIVER=array | |
SESSION_DRIVER=array | |
QUEUE_DRIVER=sync |
The Laravel explination, shown below is confusing.
Facades provide a "static" interface to classes that are available in the application's service container. Laravel ships with many facades which provide access to almost all of Laravel's features. Laravel facades serve as "static proxies" to underlying classes in the service container, providing the benefit of a terse, expressive syntax while maintaining more testability and flexibility than traditional static methods.
Many examples use Cache::get('key')
to demonstrate how a Facade works. Comparing the following code to the utility that a Facade provides.
<?php | |
namespace App\Providers; | |
use Illuminate\Support\Facades\App; | |
use Illuminate\Support\ServiceProvider; | |
use Illuminate\Contracts\Filesystem\FileNotFoundException; | |
class ConfigServiceProvider extends ServiceProvider | |
{ |
- Computer Science: Offers in-depth resources for learning and improving your skills with computer science, programming, algorithms, data structures, and more.
- Operating Systems: Covers operating systems and their tools.
- Web Development: Offers abundant resources for topics like browsers, CSS, DOM, HTML, JavaScript, Node.js, PHP, and Python. It contains many different manuals, tools, libraries, shortcuts, and more.
https://www.dafontfree.net/freefonts-script12-bt-f141942.htm
https://github.com/be5invis/vscode-custom-css
sudo nano ~/.vscode/vs-code-styles.css