11,494 questions
Advice
3
votes
6
replies
196
views
In Laravel, when should I use Controllers, Services, Actions, Repositories, Model?
I'm trying to understand the commonly accepted architecture patterns used in Laravel applications.
I've come across different approaches in various projects:
Controller → Model
Controller → Service → ...
Best practices
1
vote
0
replies
51
views
What is Mental Model of isLoading vs isFetching in TanStack?
What is Mental Model in TanStack, As I see the tan stack requirement is to Call the apis and store in cache.
isLoading is when data is not came yet and isFetching is data is underprocess and api ...
Tooling
0
votes
3
replies
96
views
Front end framework for desktop applications
I am currently working on a back-end in Java for an application. I wanted to create my front-end with JavaFX but after I gave it a shot I didn't like it very much, and plus I thought that it was much ...
Tooling
0
votes
3
replies
411
views
Which frontend framework/language is simplest to learn in 2025–2026: Next.js, or something else like Vue/Svelte?
I'm a full-stack dev from Ethiopia. I know Node.js, Express, JS, HTML/CSS and some basic React projects.
I want the simplest frontend tool to learn in 2026. Goals: easy to learn fast, good for full-...
Advice
0
votes
2
replies
92
views
Accessing Swift function in a framework from Objective-C AppDelegate.m
I'm working on an application where SwiftUI is being introduced to an app that was originally in Objective-C and then converted about 50% to Swift. Now future development will be in SwiftUI for the ...
Advice
0
votes
2
replies
109
views
Does anyone know flutter can build mobile fintech as pre-build framework?
I am starting to build a mobile app. but facing to build mobile framework widget from scratch every botton, textbox, etc..
Please share me the website or company. whom provide this source code for ...
Score of 0
1 answer
89 views
module not found in haystack 2.17.1
i am trying to create a small starter llm RAG project using haystack. my project packages are below (I use UV):
[project]
name = "llm-project"
version = "0.1.0"
description = "...
Score of 0
0 answers
224 views
Flutter iOS build fails – missing Flutter.framework / AppFrameworkInfo.plist + null error
I’m trying to build my Flutter app for iOS, but I keep running into a Flutter framework error. Please find github code link - https://github.com/SlumdogMillionaire/flutterapp.git
Minimum Reproducible ...
Score of 0
0 answers
35 views
In case of using same library in framework and iOS App
I have a custom framework(a.framework) using Alamofire v1.0. (version is jsut example)
And I have a My App using the custom framework(a.framework).
The my App using Alamofire v2.0.
No conficts?
In ...
Score of 1
0 answers
74 views
How to use custom framework with third-party framwork in my test ios project?
I have a test ios project.
And I built my custom framework. The custom framework uses thirt-party framework using cocoapods: for example, Alamofire Library.
My custom framework's build is successfull.
...
Score of 0
0 answers
43 views
How to use custom framework with external library in ios project?
I made custom framework included Socket.IO-Client-Swift with coccoapods.
In my custom framework's podfile is below.
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '16.0'
...
Score of 1
0 answers
41 views
Query regarding sequence agent
I'm currently working on building a Master Agent using Google ADK. I have two sub-agents:
A standard agent for handling text-based queries.
A pipeline agent, which is a SequenceAgent composed of ...
Score of 0
0 answers
46 views
How to export SPM package from remote URL of XCFramework
While moving xcframework to SPM package getting this error
Followed documentation
import PackageDescription
let package = Package(
name: "MySPMLibrary",
products: [
.library(
...
Score of 1
1 answer
90 views
Programming an OOP based framework ("win32engine"), but CreateWindow(...) fails when passing 'this' into the last parameter of the function
I am using Visual Studio, C++ language, subsystem Windows.
I asked ChatGPT multiple times without success. I tried what he said but either it didn't work or he just repeated himself.
I realised that ...
Score of 1
0 answers
147 views
cmake looking for files in /opt/homebrew when told to search frameworks only
I have been successfully building and testing my SDL2 program for months, on my native architecture Apple Silicon (arm64). Now, in order to provide my program to a friend who is beta testing, I need ...