AlbertHernandez
Software Engineering. I love code. Always learning something new.
@EDpuzzle Valencia, Spain
Pinned Repositories
awilix-ts-example
App example about how we can improve our code using awilix
branch-name-action
Check if the branch name is following a convention name
express-typescript-service-template
Template for new services based on Express and Typescript with the Best Practices and Ready for Production
github-action-nodejs-template
Template for new Github Actions based on Typescript with the Best Practices and Ready to be Released
hexagonal-architecture-typescript-service-template
Typescript template for new services using hexagonal architecture
hexagonal-typescript
nestjs-hexagonal-architecture-example
Example of how to create a NestJS service using hexagonal architecture
nestjs-service-template
Template for new services based on NestJS with the Best Practices and Ready for Production
repository-pattern-typescript-example
Example of how to implement the repository pattern using typescript
typescript-library-template
Template for new libraries based on Typescript with the Best Practices and Ready for Production
AlbertHernandez's Repositories
AlbertHernandez/nestjs-service-template
Template for new services based on NestJS with the Best Practices and Ready for Production
AlbertHernandez/express-typescript-service-template
Template for new services based on Express and Typescript with the Best Practices and Ready for Production
AlbertHernandez/hexagonal-architecture-typescript-service-template
Typescript template for new services using hexagonal architecture
AlbertHernandez/nestjs-hexagonal-architecture-example
Example of how to create a NestJS service using hexagonal architecture
AlbertHernandez/typescript-library-template
Template for new libraries based on Typescript with the Best Practices and Ready for Production
AlbertHernandez/github-action-nodejs-template
Template for new Github Actions based on Typescript with the Best Practices and Ready to be Released
AlbertHernandez/hexagonal-typescript
AlbertHernandez/repository-pattern-typescript-example
Example of how to implement the repository pattern using typescript
AlbertHernandez/branch-name-action
Check if the branch name is following a convention name
AlbertHernandez/nest-users-crud
AlbertHernandez/assign-me
Automatically adds you to the assignees in the pull request
AlbertHernandez/working-label-action
GitHub Action to add labels depending if the pull request is ready to review
AlbertHernandez/controllers-single-responsibility-principle
AlbertHernandez/nodejs-redis-cache-example
AlbertHernandez/nestjs-redis-cache-example
Example of how to use redis for caching in nestjs
AlbertHernandez/async-local-storage-example
AlbertHernandez/dependency-cruiser-example
AlbertHernandez/object-mother-example
Example of how we can use object mother for improving testing strategy
AlbertHernandez/AlbertHernandez
My personal profile
AlbertHernandez/consume-api-in-node
AlbertHernandez/express-kubernetes-example
Example of an express service working in Kubernetes
AlbertHernandez/feature-flag-config-cat-example
AlbertHernandez/git-hooks
AlbertHernandez/haikus-for-codespaces
Example of a proejct using codespaces
AlbertHernandez/nestjs-decorators-example
Example of how to create typescript decorators in nestjs accessing to the container of nestjs
AlbertHernandez/pub-sub-api-node-client
A sample node gRPC client for the Salesforce Pub/Sub API
AlbertHernandez/release-please-example
Example of how to use release-please to release node libraries to npm
AlbertHernandez/concurrently-npm-scripts-demo
Project to show how we can run multiple npm scripts concurrently
AlbertHernandez/nestjs-async-validation-class-validator
Example of how to use class-validator for creating async validations in nestjs project
AlbertHernandez/node-testcontainers-example
Example of usage for testcontainers using node and typescript