Alfonso's Website

Posts / Page 2

Test that a laravel command is scheduled

In this post, I'll show you how to write a test to ensure that a command is scheduled inside the `app/Console/Kernel.php` file

Read More

Detect if Browser Supports MetaMask

Learn how to use JavaScript to detect if the user's browser supports the MetaMask plugin. Useful for displaying a warning or limiting the functionality,

Read More

Build a Command Line Application in Rust

Learn how to create a command line application (CLI) in Rust using the clap crate. This tutorial will teach you how to define and read different arguments.

Read More