Skip to content

Instantly share code, notes, and snippets.

View MizouziE's full-sized avatar
🎯
Focusing on improving

Sam MizouziE

🎯
Focusing on improving
View GitHub Profile
@MizouziE
MizouziE / laravel-test-job-dispatches-other-jobs.php
Last active September 26, 2023 13:33 — forked from djaiss/laravel-test-job-dispatches-other-jobs.php
How to test that a job dispatches another job in Laravel
<?php
namespace Tests\Unit\Jobs;
use Tests\TestCase;
use Illuminate\Support\Facades\Queue;
use Illuminate\Foundation\Testing\DatabaseTransactions;
class FirstJobTest extends TestCase
{
@MizouziE
MizouziE / main.go
Created February 17, 2023 12:25
go-input-experiment
package main
import (
"bufio"
"fmt"
"os"
"strconv"
)
func main() {
@MizouziE
MizouziE / benefits-of-OS.md
Created February 4, 2023 03:28
Shortcode for Hugo generated static site - dynamic meta og:image set by frontmatter in markdown file

typical path - content/articles/benefits-of-OS.md


title: My Top 3 Benefits of Open Source Contribution description: There are so many good things about Open Source, but here are my current top 3 from the perspective of an emerging developer draft: false date: "2022-04-29" categories:

  • Development tags:
  • web dev