hey guys , i'm using sequilize with nestjs but i keep getting an error when i try to build an instance of a model , can you point me on what i'm doing wrong ? thanks app.mod...
i want to download filezilla server on my remote linux machine , i use curl for downloading the url that is provided in here therefor i type the following command to downloa...
guys can you suggest any good learning material on building multi tenant systems ? (involving things like database designs and ... )
Trying to install fedora , but this part just stays on processing and won't let me configure it , any idea why?
hello , is it possible to execute tinyGo on browser ? in order to create an online playground for go ? i am aware about the gopherjs package but since i want to have support ...
TLDR : i'm building a third party api and i want to be sure when a request comes from a domain(client side of that domain) , the request is actually from that domain and not f...
hello there , i am reading a jsonl file which can poses really big lines (one that i found was 110 kb) , i am parsing this file line by line and using the object . interesting...
hello , why doesn't detach/attach work on my many to many relation ? here are the models : class Category extends Model { public function products() { return $th...
hey guys hope you are having a good time , when i do an api call with axios like that : axios.post("/api/post", body).then(r => console.log("r : ", r)).catch(e => console.lo...
am i doing it wrong ? line 63
Guys , what language do you think is mostly used for servers of multiplayer games? I'm planning to build a portofolio and i can't choose between golang , node and rust Also d...
Hello nice people Any mechanical keyboards you would suggest?
hello there i have prior experience in minimal libraries like express and echo(go) but i am looking for a more batteries included framework to speed up development first , w...
it seems like gorm only supports applying migrations not managing them (like which migration has been applied or not). i guess i would have to use another tool beside gorm fo...
hello, i was wondering what is the advantage of using casbin-auth (RBAC) over a naive implementation ? right now i'm sending a string to each handler and simply compare it to ...
hey there , i'm using scrapy and i need to iterate through children of a lets say div tag that can have children of any kind . something like <div><a></a><br><em></em></div> ...
hey guys , this isn't exactly linux related but i couldn't find a better place to ask this question ; does having tousends or millions of files (or directories) effect the pe...
hey guys , wish you a good time this is my nginx config file , and my app is running on port 8080 , i tested my app with curl and it returns the desired html page , but when ...
what webserver framework do you suggest that is both performant and popular for job offers ?
hello , does aws sdk v2 s3 client have a connection pool ? or do i as the developer have to handle the pool ? i'm a bit confused