Code Review Videos's repositories
json-payload-validation
Exploring JSON payload validation in Java / Spring Boot
spring-security-form-login-example
Spring Security Form Login Example
c-sharp-json-serialize-deserialize-example
code for https://codereviewvideos.com/learn-c-sharp/beginners-guide-json-serialization-and-deserialization-in-c-sharp/
cypress-validate-dropdown-options-example
The matching code for my blog post on covering how to validate dropdown options when using Cypress
example-gov-uk-frontend
A bare bones node / express / typescript gov uk example Resources
gov-uk-code-formatting-example
An example of using automated code formatting tools on gov uk front end projects
kotlin-web-scraping-example
Kotlin Web Scraping Example - single table
postgres-json-vs-jsonb-benchmark
Investigating the differences between Postgres JSON and JSONB and their impact on database performance.
postgres-select-case-testing
testing postgres select case when sql query
postgres-select-count-filter-where-testing
testing postgres count filter where syntax
spring-boot-guest-book-example
A simple guest book example using Spring Boot
spring-security-first-steps
Demo project for Spring Boot with Spring Security and Basic auth in a JSON API
spring-security-roles-exploration
Small project to better understand Spring Security roles with JSON API
design-patterns-csharp
https://codereviewvideos.com/design-patterns/
design-patterns-typescript
https://codereviewvideos.com/design-patterns/
docker-mdbook
Dockerized mdBook
docker-symfony3-redis-example
an example of using Redis for caching in a Symfony 3 app
java
Exercism exercises in Java.
mdBook
Create book from markdown files. Like Gitbook but implemented in Rust
nextjs-14-example-crud-app
NextJS 14 CRUD Forms Example
post-redirect-get-pattern-example
Code to go with the post at https://codereviewvideos.com/post-redirect-get-pattern-example/
rector
Instant Upgrades and Instant Refactoring of any PHP 5.3+ code
scrape-test
just a test page
typescript-tdd-code-puzzle-starter
A generic TypeScript / Jest starting point for solving code puzzles - based on Exercism.io TS.