I have a question for transforming a list Given: [A,B,C,D,F,W] but any letter counts, except W. Where A = 4 , B = 3, C = 2, D = 1 and F = 0 so
I have been working on a Rust project for quite some time to learn rust and have hit a blocker that I have been working at for quite some time and not sure if i
I have a server in Node.js + Express, that exposes some APIs both to public and admins. Actually I have 2 cloned instances running, one for Test, one for Produc
I am trying to build a database-class that allows method chaining to query it. I want to instantiate it like Laravel's Eloquent by making the first call static.
I would like to debug a very simple go program (just to see if/how things work with VSCode) This is my src so far: package main import ( "fmt" ) func ma
Is there any option to set the maxSize(in bytes) of the cache or the size limit for the items going to be stored in the in memory cache in nestjs . My current i
I have placed a self-signed certificate inside /temp/restund.pem directory. when trying to run restund service with tls it getting above error
I have come to an issue like the server tag is not well. this code is ASP.NET C# code. <asp:TemplateColumn HeaderText="Options"> <ItemTemplate&