Dump links #17

Nowy, wiosenny zrzut linków:

  • https://httptoolkit.tech/blog/http-wtf/
  • https://sempai.pl/blog/core-web-vitals-przygotuj-sie-na-zmiany/
  • https://getcomposer.org/doc/articles/versions.md
    "require": {
        "vendor/package": "1.3.2", // exactly 1.3.2
    
        // >, <, >=, <= | specify upper / lower bounds
        "vendor/package": ">=1.3.2", // anything above or equal to 1.3.2
        "vendor/package": "<1.3.2", // anything below 1.3.2
    
        // * | wildcard
        "vendor/package": "1.3.*", // >=1.3.0 <1.4.0
    
        // ~ | allows last digit specified to go up
        "vendor/package": "~1.3.2", // >=1.3.2 <1.4.0
        "vendor/package": "~1.3", // >=1.3.0 <2.0.0
    
        // ^ | doesn't allow breaking changes (major version fixed - following semver)
        "vendor/package": "^1.3.2", // >=1.3.2 <2.0.0
        "vendor/package": "^0.3.2", // >=0.3.2 <0.4.0 // except if major version is 0
    }
  • https://bootsnipp.com/snippets/EK8Dl
  • https://vanillaforums.com/en/
  • https://flarum.org/
  • https://baserow.io/
  • https://www.danhacks.com/software/grpc-rest-graphql.html
  • https://zoomescaper.com/
  • https://podcast.allegro.tech/sre_w_allegro/
  • https://devcave.pl/notatnik-juniora/zasady-projektowania-kodu
  • https://api-platform.com/ (https://github.com/api-platform/api-platform)
  • https://github.com/cubiclesoft/cloud-storage-server
  • https://github.com/cubiclesoft/sso-server
  • https://exifcleaner.com

 

 

aljandor

Programista kochający podróże. Fan Open Source.