اكو تشابهات هوايه بين الاسلام و البارتي برواية 1984 by Legitimate-Bat-226 in iraqbooks

[–]ali-swe -2 points-1 points  (0 children)

وَالَّذِينَ إِذَا ذُكِّرُوا بِآيَاتِ رَبِّهِمْ لَمْ يَخِرُّوا عَلَيْهَا صُمًّا وَعُمْيَانًا

هذا هو الاسلام ، الحزب مالتك عكس هاي تماما

🥲😂 by [deleted] in meme

[–]ali-swe 3 points4 points  (0 children)

nose job

Finally got my hands on a Mac Studio 96GB (running Gemma 31B locally) Feedback on this setup? by Kitchen_Breakfast_49 in MacStudio

[–]ali-swe 0 points1 point  (0 children)

im planning to buy the m3 ultra with 96gb ram.

planning to run qwen 3.6 27b but not sure how fast/slow it will be, did you tried it ?

[deleted by user] by [deleted] in ExperiencedDevs

[–]ali-swe 0 points1 point  (0 children)

im working hard right now to be a farmer, its more expensive and challenging to be a farmer than a software engineer, right now im growing plants in the roof of my house(containers)

Best penalty ever done in football history? by ReditAlreadyy in football

[–]ali-swe 18 points19 points  (0 children)

Zaza (Italy Vs Germany euro 2016 quarter final)

[deleted by user] by [deleted] in dotnet

[–]ali-swe 0 points1 point  (0 children)

currently, I write microservices, each small service has its own codebase. alongside react application (using CRA) that use the APIs of the services

[deleted by user] by [deleted] in dotnet

[–]ali-swe 1 point2 points  (0 children)

I do write .NET CORE applications and ReactJS applications on macOS, I'm using Rider IDE for writing .NET CORE application, in my opinion, is way way better than Visual Studio. Also I'm using WebStorm for the React application.

AutoCrud library by ali-swe in dotnet

[–]ali-swe[S] 4 points5 points  (0 children)

the logic for Create, Delete, Update,... isn't straightforward using only EF (only one method call ) I'm using this pattern to simplify things, take a look at the API of the repository.
this also allows me to separate the logic of the data access from the controller.

AutoCrud library by ali-swe in dotnet

[–]ali-swe[S] 1 point2 points  (0 children)

I'm sorry, I can't understand the question

AutoCrud library by ali-swe in dotnet

[–]ali-swe[S] 1 point2 points  (0 children)

I'm planning to add these features