Skip to main content

yoanbernabeu/symfony-yoandev-skills

O SkillsMP coletou 16 skills de yoanbernabeu/symfony-yoandev-skills. Abra uma skill para revisar a origem e os detalhes.

Última atividade de origem registrada
Catálogo do SkillsMP atualizado
skills coletadas
16
Estrelas no GitHub
0
Forks no GitHub
0

Skills neste repositório

classificação pendente

Mostrando 16 de 16 skills coletadas.

ocupação
sem classificação
descrição

Decide where code goes in a Symfony project and wire it correctly: the Controller / Service / Repository / DTO / Entity contract, the three DTO namespaces (Input, Read, Output), service design and who calls flush(), business exceptions carrying their own HTTP…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Move work out of the request with Messenger, send email asynchronously with Mailer and TemplatedEmail, and run recurring jobs with Scheduler — Doctrine transport, retry and failure policy, prioritised queues, idempotent handlers, and workers under supervisor…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Write Symfony console commands as thin translation layers over a service: one class per command family with method-level #[AsCommand] on Symfony 8.1, invokable commands with #[Argument] and #[Option] before that, SymfonyStyle output, dry run by default with…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Ship a Symfony application to production as a Docker image running FrankenPHP: the build and release sequence and what each step is for, migrations run automatically at deploy, production php.ini and OPcache preloading, environment variables and secrets on…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

The persistence layer of a Symfony project: entities in maker format with attribute mapping, auto-increment integer ids, \DateTimeImmutable and native enums; relations and the collection traps they open; repositories as the single place where DQL,…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Build and debug the front end of a Symfony application with AssetMapper, Twig, Stimulus, Turbo and Symfony UX — no bundler, no Node build step. Use this skill whenever someone asks to make a page interactive, add a filter or a live search, add an autocomplete…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Write the HTTP layer of a Symfony application: controllers, routes, request input mapping, JSON and HTML responses, forms and Twig templates. One controller class per resource, a class-level route prefix, input DTOs hydrated by #[MapRequestPayload] or a…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Set up and run a Symfony project locally: PostgreSQL and Mailpit in Docker, the Symfony CLI dev server which auto-injects DATABASE_URL and MAILER_DSN from the running containers, HTTPS and HTTP/2 out of the box, and an optional FrankenPHP container for…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Make a Symfony application say what it is doing in production: Monolog channels separating application logs from Doctrine and Messenger, processors attaching a correlation id and the current user, fingers_crossed explained, redaction of passwords and personal…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Make a slow Symfony page fast and prove it stays fast: measure with the profiler and Stopwatch before touching anything, kill N+1 queries with explicit joins and SELECT NEW projections into read DTOs, and lock the result behind an integration test that counts…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Set up and run the quality gate on a Symfony project: PHPStan at level max with the Symfony and Doctrine extensions, deptrac to enforce the layer contract, php-cs-fixer for style, and a CI pipeline that runs all of it. Ships ready-to-commit configuration…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Authentication and authorisation on a Symfony project: the User entity and user providers, the firewall, native access_token authentication for a JSON API with revocable opaque tokens, roles and role_hierarchy for zones, Voters for anything depending on the…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Entry point for writing code in a Symfony project: detects the project's versions and conventions, states the five rules that apply to everything, and routes to the specialised skill for the task at hand. Load this FIRST whenever a request touches a Symfony…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Decide what happens to an uploaded file once the controller has it: public under public/ or protected behind a controller, Flysystem so local development and S3 in production run the same code, a generated storage key with the original filename kept in the…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Write and run PHPUnit tests on a Symfony project the TDD way: the test first, run red, then the code — with the test pyramid (TestCase for business rules, KernelTestCase for repositories, WebTestCase for HTTP wiring), database isolation through…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Keep a Symfony application alive across versions: the release lifecycle and what "no BC break in a minor" really guarantees, triaging deprecations between your own code and your dependencies, replaying Flex recipes that drifted since the project was created…

Idioma do texto original: inglês

atualizado
Mostrando 16 de 16 skills coletadas.