Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
architecture
- Page 1
Handling Real-Time DOM Sync in SSR React App with Dynamic Nested Routes
Programming
Web Development
3 Weeks Ago
by Neil_brown001
… break on layout shifts or route reloads. Any insights or
architecture
patterns would be appreciated. Bonus if you've faced this…
Software Development Trends 2025
Programming
Software Development
1 Month Ago
by digiratina
…. Hyper-Personalized Software 3. AI-First Development 4. Cloud-Native
Architecture
5. Focus on Cybersecurity-Embedded Development 6. Green Software Development…
Re: Software Development Trends 2025
Programming
Software Development
1 Month Ago
by rproffitt
While Green Software is good to see here, how are you going to be Cybersecure in 2025 USA with DOGE breaking into all the US agencies? Even with locked doors and more, nothing seems to be secure against DOGE.
How to Efficiently Develop Apps for iOS and Android?
Programming
Software Development
2 Months Ago
by faisalsaraj
Developing apps for both iOS and Android can be challenging but rewarding. The key is to use cross-platform frameworks like React Native or Flutter, which allow you to develop app iOS and Android simultaneously. This not only saves time but also ensures a consistent user experience across both platforms. Focusing on adaptive design principles can …
Re: How to Efficiently Develop Apps for iOS and Android?
Programming
Software Development
2 Months Ago
by rproffitt
We stopped making apps and moved back to web pages tuned to mobile users. Part of the reason was Apple's draconian and costly app system. Put on the web and we're done. No dedicating a person to shepherd the app through the Apple gauntlet.
Re: How to Efficiently Develop Apps for iOS and Android?
Programming
Software Development
2 Months Ago
by gorgebutler
Developing apps for iOS and Android efficiently requires the right strategy and tools. Using cross-platform frameworks like Flutter or React Native helps save time and effort by allowing developers to write a single code base for both platforms. Optimizing performance, focusing on user-friendly design, and following platform-specific guidelines …
Re: How to Efficiently Develop Apps for iOS and Android?
Programming
Software Development
2 Months Ago
by Reverend Jim
>Part of the reason... I, for one, am sick and tired of every Tom, Dick, and Harry requiring a separate app for everything. It has gotten to the point of having to scroll through pages of icons to locate whatever app you need for a particular occasion. Plus, every app stays open consuming limited memory. And then there are the constant …
Re: How to Efficiently Develop Apps for iOS and Android?
Programming
Software Development
2 Months Ago
by Olu_610
The adoption of cross-platform frameworks like React Native or Flutter brings me full support for creating applications which operate across iOS and Android platforms.
How to Build a Cloth Design Software?
Programming
Software Development
2 Months Ago
by KamalDeepPareek
Does anyone know, how we can build, basically i want to know, what things will be need?
Re: How to Build a Cloth Design Software?
Programming
Software Development
2 Months Ago
by Salem
Use threads - lot's of threads.
Re: How to Build a Cloth Design Software?
Programming
Software Development
2 Months Ago
by Dani
It depends on what you want the software to do, how complex that is, how much experience you have building out that type of thing, and what your skillset is.
Architecture
Programming
Web Development
13 Years Ago
by vijaykavin10
hello all I need a clarification about this topic...In j2EE application
architecture
is the key So i need to know about MVC
architecture
or JWMS
architecture
which one is suits good Thanks...
Architecture
Programming
Software Development
17 Years Ago
by sonia sardana
Please Frd me the .Net
Architecture
+ SQL
Architecture
???
Re: Architecture
Programming
Software Development
17 Years Ago
by Ramy Mahrous
Frd?? what do you need in software
architecture
?
Re: Architecture
Programming
Software Development
17 Years Ago
by sonia sardana
I want the Whole
architecture
FRND??????
Re: Architecture
Programming
Software Development
17 Years Ago
by Ramy Mahrous
Search on
Architecture
book
Architecture levels (and Assembly's 1-to-1 correspondence with microinstructions)
Programming
Computer Science
16 Years Ago
by viniciusweb
… Organization", Tanenbaum says that a typical computer have 6
architecture
levels: Digital, Microarchitecture, Instruction Set, Operating System, Assembly and the…
Architecture vs Organization
Community Center
13 Years Ago
by naskarnagen
Hi all! can anybody tell me the difference(s) between computer
architecture
and computer organization? Regards naskaragen
Re: Architecture vs Organization
Community Center
13 Years Ago
by mjdodd
without wishing to open a can of worms
architecture
is the way the electronic components are matched and put …
Architecture n-tier , explanation + example in ASP.NET
Programming
Web Development
12 Years Ago
by grafic.web
Hi there, can you explain to me in the easiest way what is an
Architecture
n-tier ??? And how to apply to a ASP.NET page or project, whit an example of code if is possible. Thanks a lot for your help!!
Re: Architecture n-tier , explanation + example in ASP.NET
Programming
Web Development
12 Years Ago
by nakor77
… not a feasible way to demonstrate an entire n-tier
architecture
with code in a forum post. It generally consists of…
architecture of the future
Programming
Computer Science
12 Years Ago
by marimuda
… be programmed in Binary. Is it possible to jumpstart the
architecture
without having the technology at hand?, Is it possible to…
Architecture for Client and Server in C ?
Programming
Software Development
11 Years Ago
by Rahul47
A friend of mine dazzeled me with by asking to write "
Architecture
for Client-Server in C". As I am noive in C I didnt got his question. I don't expected a prepared recipe but I want to learn the idea what he actually meant. Please Suggest. Thanx
Re: java architecture
Programming
Software Development
19 Years Ago
by jwenting
architecture
is a very broad thing. You are supposed to talk about what, the general
architecture
of the language? Or architecting software to be written in Java? Limit yourself to a small part of the language. The
architecture
of the Collections framework for example, or Swing.
MVC Architecture
Programming
Web Development
12 Years Ago
by prem2
Dear all, I am new to mvc
architecture
Programming concepts.I have doubt that why peoples are using MVC
Architecture
?.What are the core benefits of using this
architecture
. Thank you, Regards, prem2
Re: Your opinions about an an architecture of providing web apps based in C / C
Programming
Computer Science
9 Years Ago
by jkon
…“archive” I meant achieve . And of course “achieve an
architecture
” isn't accurate , but better would be “implement an…are two questions here , the first one if that
architecture
is something that can be done , I thought asking…actual implementation will show in facts) is if such an
architecture
would result a web application that uses “the minimum”…
MVC architecture
Programming
Web Development
13 Years Ago
by knowill
Help realize mvc
architecture
, please. I need site simple on mvc
architecture
. Here http://www.phpro.org/tutorials/Model-View-Controller-MVC.html#5 is example. i don't understand his. i don't understand how realize site.
Re: MVC Architecture
Programming
Web Development
12 Years Ago
by faizan11
please anyone suggest me online materials or resources, which is required to understand about MVC , i want to know about this
architecture
.
Re: MVC Architecture
Programming
Web Development
12 Years Ago
by Azher.f
M - Model . Has the Data. For example a database. V - View . Takes care of how the data should be shown. C - Controller . Makes the data available to the view from the model. There are many frameworks that use the MVC
architecture
. I can give you some examples of javascript frameworks. 1) Backbone.js 2) Ember.js 3) Node.js
Re: Difference between instruction set architecture and microarchitecture?
Programming
Computer Science
12 Years Ago
by mike_2000_17
…them into binary instruction code for a particular instruction set
architecture
(ISA), and that final binary code (opcode) … (NDA/IP). In simpler, older hardware, the micro-
architecture
was mostly hardware (e.g., transistor circuits that interpret…operating system running the computer is like the micro-
architecture
. The first is about how you get it …
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC