Skip to content

Instantly share code, notes, and snippets.

View GuillaumeLebeau's full-sized avatar

Guillaume Lebeau GuillaumeLebeau

View GitHub Profile
@GuillaumeLebeau
GuillaumeLebeau / MinimalAPIs.md
Created September 13, 2021 07:58 — forked from davidfowl/MinimalAPIs.md
Minimal APIs at a glance
name: .NET Core
on: [push, pull_request]
jobs:
build:
runs-on: [windows-latest]
steps:
- uses: actions/checkout@v1

MediatR Simple mediator implementation in .NET for In-process messaging.

Supports request/response, commands, queries, notifications and events, synchronous and async with intelligent dispatching via C# generic variance.

https://github.com/jbogard/MediatR/wiki

Workflow Workflow is kind of container for business logic. It could combine set of queries and commands into single operation which matters to end user.

@GuillaumeLebeau
GuillaumeLebeau / yarn.psd1
Last active August 11, 2023 13:33
PowerShell aliases for Yarn
#
# Module manifest for module 'yarn'
#
# Generated by: Guillaume Lebeau
#
# Generated on: 01-Oct-17
#
@{
@GuillaumeLebeau
GuillaumeLebeau / ngrxintro.md
Created July 26, 2017 20:21 — forked from btroncone/ngrxintro.md
A Comprehensive Introduction to @ngrx/store - Companion to Egghead.io Series

Comprehensive Introduction to @ngrx/store

By: @BTroncone

Also check out my lesson @ngrx/store in 10 minutes on egghead.io!

Update: Non-middleware examples have been updated to ngrx/store v2. More coming soon!

Table of Contents

@GuillaumeLebeau
GuillaumeLebeau / xampp_php7_xdebug.md
Created July 21, 2017 20:37 — forked from odan/xampp_php7_xdebug.md
Installing Xdebug for XAMPP
@GuillaumeLebeau
GuillaumeLebeau / chocolatey-package-list.txt
Last active July 17, 2018 18:35
List of Chocolatey packages
choco install googlechrome
choco install 7zip
choco install filezilla
choco install sysinternals --params="'/InstallationPath:D:\software\sysinternals'"
choco install adobereader-update
choco install ccleaner
choco install cmder
choco install defraggler
choco install docker-for-windows
choco install dropbox
@GuillaumeLebeau
GuillaumeLebeau / archinstallscript
Last active October 15, 2015 20:38
ArchLinux install
# Boot into the Arch Live CD and find the current ip address, load a keymap and start sshd.
# Setup can now continue via SSH with the abilty to copy and paste commands.
loadkeys fr-pc
wifi-menu
ip addr
ping -c 3 www.google.com
passwd
systemctl start sshd
# Build a btrfs filesystem on the entire SSD and create subvolumes