ioc.exchange is one of the many independent Mastodon servers you can use to participate in the fediverse.
INDICATORS OF COMPROMISE (IOC) InfoSec Community within the Fediverse. Newbies, experts, gurus - Everyone is Welcome! Instance is supposed to be fast and secure.

Administered by:

Server stats:

1.3K
active users

#nestjs

1 post1 participant0 posts today

In #nestjs we declare path components on `@Controller(<path>)` and method decorators like `@Get(<path>)`, `@Post(<path>)`, etc.

But it's also possible to declare a "path prefix" which applies to all controllers in the module via `RouterModule`:

`RouterModule.register({path: '/foo', module: MyModule});`

Immich is primarily written in TypeScript and JavaScript, with a significant amount of code also in Dart and Svelte. The Immich Server itself is built using TypeScript and Node.js, and leverages the Nest.js framework, Express server, and Kysely. The GitHub repository indicates that TypeScript accounts for 48.8% of the code, Dart for 28.7%, Svelte for 17.8%, and other languages contribute the remaining percentage.

#Immich#NodeJS#dart

Exploring LLM-powered code migration! 🚀 Check out linkedin.com/pulse/code-migrat which dives into my experience migrating a Java Spring Boot microservice to TypeScript Nest.js using Llama 3.3 and GitHub Copilot. I share valuable insights on the benefits and challenges of LLM-assisted development, highlighting the productivity gains and the need for manual refinement. #LLM #CodeMigration #TypeScript #NestJS #DeveloperProductivity #GitHubCopilot

www.linkedin.comCode Migration Using LLMsLast year, I evaluated how effective Large Language Models were in writing unit tests. This year, I decided to evaluate how effective LLMs were in migrating code from one programing language and tech stack to another.