11,496 questions
Advice
3
votes
6
replies
174
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
50
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
91
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
393
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
91
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
106
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
223 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
34 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
40 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
40 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
45 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 0
0 answers
49 views
process monitoring failure, can't get process instance issue with process run in PTF 8.59.16
Peoplesoft Testing framework - 8.59.16
Chrome Version - 137
I am getting error "process monitoring failure, can't get process instance" issue with process run in PTF
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 ...