Skip to content

Instantly share code, notes, and snippets.

View agustingomes's full-sized avatar

Agustin Gomes agustingomes

  • Amsterdam, Netherlands
View GitHub Profile
@agustingomes
agustingomes / SQLiteRoverRepository.php
Created August 12, 2022 15:54
Unit testing a SQL backed repository implementation
<?php
declare(strict_types=1);
namespace AgustinGomes\Rover\Repository;
use AgustinGomes\Rover\Orientation;
use AgustinGomes\Rover\Position;
use AgustinGomes\Rover\Rover;
use AgustinGomes\Rover\RoverPositionReadRepository;
use AgustinGomes\Rover\RoverPositionWriteRepository;
@agustingomes
agustingomes / markdown-details-collapsible.md
Created March 29, 2022 09:07 — forked from pierrejoubert73/markdown-details-collapsible.md
How to add a collapsible section in markdown.

A collapsible section containing markdown

Click to expand!

Heading

  1. A numbered
  2. list
    • With some
    • Sub bullets
@agustingomes
agustingomes / dell_fedora_recovery.md
Created May 29, 2020 22:58
Dell firmware update often breaks the Fedora bootloader

If that happens:

  • Boot from live image
  • enter terminal
  • execute:
sudo -s

new_root="/mnt"