42 liens privés
Transforming scholarly publications into living digital works
Compress and compare images with different codecs, right in your browser
youtube-dl -f bestaudio -x [url]
Download the .webm file, extract the .opus file with ffmpeg and delete the downloaded .webm file.
Animista is a place where you can play with a collection of ready to use CSS animations, tweak them and download only those you will actually use.
Instead of @component('mail:message'), we can use this for very simple customization.
@component('mail::layout')
{{-- Header --}}
@slot ('header')
@component('mail::header', ['url' => config('app.url')])
<!-- header -->
@endcomponent
@endslot
{{-- Content here --}}
{{-- Subcopy --}}
@slot('subcopy')
@component('mail::subcopy')
<!-- subcopy -->
@endcomponent
@endslot
{{-- Footer --}}
@slot ('footer')
@component('mail::footer')
<!-- footer -->
@endcomponent
@endslot
@endcomponent- The Brain Dump (Todo list façon GTD)
- Mikado (une tâche principale, des tâches liées découvertes et traitées progressivement)
- Over-committing (checkpoint, mieux que Ctrl+Z)
- Architecture Decisions Records (documenter les décisions)
- Approval Testing (tests avec des snapshots)
- Analyse des Hotspots (focaliser les changements)
- Les katas (s'exercer)
git restore -s otherBranch filepath
or
git restore --source otherBranch filepath
Les raisons du pourquoi des développeurs ne documentent pas et surtout pourquoi c'est une mauvaise idée
Importance de la communication dans la reprise et la poursuite d'un projet développé par autrui
Very helpful tutorial to build a website or an API with the Python Flask framework
Package to build a GraphQL API in Python