codereviewvideos
Code repositories to go with the video series at CodeReviewVideos.com
Code Review VideosPreston, Lancs, UK
Pinned Repositories
ansible
api.symfony-3.crud
Symfony 3 and FOS REST Bundle - CRUD API
docker-php-7
Docker image for PHP 7.x
docker-symfony-mysql-nginx-example
An example of Docker with Symfony, nginx, and MySQL
fos-rest-and-user-bundle-integration
An approach to integrating FOS User Bundle with FOS REST Bundle
githut
Beginner friendly guide to Symfony 3
react-login-registration
An example React / Redux / Redux Saga application talking to a Symfony 3 API
symfony-3-rest-api-example
Symfony 3 RESTful API Example
symfony-workflow-example
An example of using Symfony's workflow component
symfony3-wallpaper-website-tutorial
Symfony 3 beginner friendly wallpaper website tutorial series
codereviewvideos's Repositories
codereviewvideos/json-payload-validation
Exploring JSON payload validation in Java / Spring Boot
codereviewvideos/spring-security-form-login-example
Spring Security Form Login Example
codereviewvideos/c-sharp-json-serialize-deserialize-example
code for https://codereviewvideos.com/learn-c-sharp/beginners-guide-json-serialization-and-deserialization-in-c-sharp/
codereviewvideos/cypress-validate-dropdown-options-example
The matching code for my blog post on covering how to validate dropdown options when using Cypress
codereviewvideos/example-gov-uk-frontend
A bare bones node / express / typescript gov uk example Resources
codereviewvideos/gov-uk-code-formatting-example
An example of using automated code formatting tools on gov uk front end projects
codereviewvideos/kotlin-web-scraping-example
Kotlin Web Scraping Example - single table
codereviewvideos/postgres-json-vs-jsonb-benchmark
Investigating the differences between Postgres JSON and JSONB and their impact on database performance.
codereviewvideos/postgres-select-case-testing
testing postgres select case when sql query
codereviewvideos/postgres-select-count-filter-where-testing
testing postgres count filter where syntax
codereviewvideos/spring-boot-guest-book-example
A simple guest book example using Spring Boot
codereviewvideos/spring-security-first-steps
Demo project for Spring Boot with Spring Security and Basic auth in a JSON API
codereviewvideos/spring-security-roles-exploration
Small project to better understand Spring Security roles with JSON API
codereviewvideos/backend-2018-api-platform
codereviewvideos/backend-2018-raw-symfony-4
codereviewvideos/backend-2018-symfony-4-fosrest
codereviewvideos/codereviewvideos
codereviewvideos/design-patterns-csharp
https://codereviewvideos.com/design-patterns/
codereviewvideos/design-patterns-typescript
https://codereviewvideos.com/design-patterns/
codereviewvideos/docker-mdbook
Dockerized mdBook
codereviewvideos/docker-symfony3-redis-example
an example of using Redis for caching in a Symfony 3 app
codereviewvideos/java
Exercism exercises in Java.
codereviewvideos/link-visitor-typescript
codereviewvideos/mdBook
Create book from markdown files. Like Gitbook but implemented in Rust
codereviewvideos/nextjs-14-example-crud-app
NextJS 14 CRUD Forms Example
codereviewvideos/post-redirect-get-pattern-example
Code to go with the post at https://codereviewvideos.com/post-redirect-get-pattern-example/
codereviewvideos/rector
Instant Upgrades and Instant Refactoring of any PHP 5.3+ code
codereviewvideos/scrape-test
just a test page
codereviewvideos/thetechnicalinterview.com
codereviewvideos/typescript-tdd-code-puzzle-starter
A generic TypeScript / Jest starting point for solving code puzzles - based on Exercism.io TS.