Richard Zampieri

Results 62 issues of Richard Zampieri

## Description The purpose of this task is to modify the existing HTTP decorators (@Get, @Post, @Put, @Patch, @Head, @Delete) used in the ExpressoTS framework to automatically set appropriate default...

enhancement

## Description This task involves creating a JWT (JSON Web Token) Provider within the ExpressoTS framework. The provider will be responsible for generating, verifying, and managing JWTs, which are critical...

enhancement

## Description We aim to enhance the current system for managing environment configurations in our application by automatically selecting the appropriate .env file (env.prod for production or env.local for local...

enhancement

## Overview The objective of this task is to reimplement the `InMemoryDB` provider to enhance its usability and functionality for developers using the ExpressoTS framework. The `InMemoryDB` class serves as...

enhancement

## Overview The objective of this study is to assess the compatibility and performance of the ExpressoTS framework when running on the Bun runtime environment. Bun is a modern JavaScript...

## Description Remove the dependency of `inversify-binding-decorators library` from the templates. Currently the only functionality in used from this library is the `@provide` decorator. All the other decorators such as...

enhancement

## Description Integrating Fastify support into your existing application structure, which currently supports primarily to Express, involves several key steps. The goal is to abstract common functionalities between Express and...

enhancement

## Description The goal of this issue is to conceptualize, design, and implement a Visual Studio Code extension specifically tailored for the ExpressoTS framework. This extension will enable developers to...

enhancement

## Description To study the replacement of the current module registration and dependency injection system with a decorator-based approach. The existing mechanism, which relies on explicit imports and manual module...

enhancement

## Description Create mechanism separating and managing environment-specific configurations across local development, and production (.prod) environments. With recent versions of Node.js enhancing support for .env files, it is now feasible...

enhancement