First off, I present you the context. I am writing an api in C# and ASP.NET Core and I am trying to follow the clean architecture. In summary : I don't know wh
I have a database where one of the tables is managed through type Token struct { gorm.Model Value string User User UserID uint } At some poi
I am trying to delete all the files and folders in a specific location on my Raspberry Pi except for .env, ., and ... This seems to work: find ~/my/app/here/. !
I am using Codeigniter 4 as backend and have completed the login page but am now stuck at how to check if the user has logged in or not I am using Next JS as fr
I'm a seasoned Python developer and I have to learn Scala for my new job. I had a great time practicing Python with CodeWars and decided to try with Scala as we
When is static variable loaded, runtime or compile time? Can someone please explain it. I would really appreciate the help. Thank you.
I am new mfc and english is not good but I have a question How can I get Edit ID in different file? My edit ID name is IDC_MYEDIT_EDIT(m_myEdit_Edit) I tried to
I have been trying to implement an OData service based upon an entity framework model where the authentication is provided by Sql Azure. I provide row/column ac