A methodology is usually a guideline system for solving a problem, with specific components such as phases, tasks, methods, techniques and tools.
Questions tagged [methodology]
368 questions
0
votes
1 answer
Automatically update my webserver when I update a branch using gitlab
Here is my scenario:
I have a Laravel 5.8 project with which I'm using gitlab.com to manage version control. I also set up a virtual private sever with a LAMP stack to host my site online. Currently my project has 2 branches, master and dev, and…

natral
- 986
- 1
- 18
- 42
0
votes
1 answer
What is the best approach to take to make sure that previous versions of your app don't crash when changing database design?
What is the best approach to use to make sure that previous versions of your mobile app don't crash when making changes to your backend database on a published app?
I've tried putting a check for database version on my app to show a need for…

mohammaddiari
- 9
- 3
0
votes
3 answers
How useful is UML if I work alone in a project
In most cases we work together in projects but most of us have some projects which working on it alone.
In such projects, is it a good idea to use UML or not? and Why?
Thank you in advance

Nasser Hadjloo
- 12,312
- 15
- 69
- 100
0
votes
8 answers
Quality vs. ROI - When is Good Enough, good enough?
UPDATED: I'm asking this from a development perspective, however to illustrate, a canoical non-development example that comes to mind is that if it costs, say, $10,000
to keep a uptime rate of 99%, then it theoretically can cost $100,000 to keep a…

Troy DeMonbreun
- 3,860
- 3
- 25
- 35
0
votes
0 answers
Best methodology for storing files from website and then push to CRM
Currently from our website users upload files (images, pdf etc)
These will be pushed to our CRM system
Current approach is, we are storing the uploaded files in blob stream in our database and then from windows service we are pushing to CRM systems…

Guru Prasad
- 569
- 6
- 13
0
votes
3 answers
Interface per base class design
consider i have a Customer Class and it got CustomerTypeA, CustomerTypeB, CustomerTypeC as child classes.
Would it be a better design to implement a ICustomer interface to Customer class and create sub type objects (CustomerTypeA, CustomerTypeB,…

Ramu
- 343
- 1
- 6
- 21
0
votes
1 answer
How to send user information when using jwt token?
I am developing 'write comment' using angular5 and jwt.
When a user writes a comment, it send the comment content to the server along with jwt token.
In this case, should the server handle the author information in a jwt token?
Or should I pass the…

fly high
- 215
- 1
- 4
- 18
0
votes
2 answers
How to identify abstraction and scope for architecture and design respectively?
I am in the architecture phase of my project. My challenge is that I am unable to maintain a certain level of abstraction at present. I often creep into areas that we generally address as part of design.
I don't know where to stop thinking &…

Kabeer
- 4,138
- 7
- 40
- 62
0
votes
1 answer
Choosing the right methodology for developing a system such as Control Monitoring System
I want to know the scope of the sufficient impact of the RUP methodology. i know it would be so efficient in on IS Systems such as MIS and HIS and so on but when you want to design and develop a system such as Control Monitoring System, is it be so…

m-abdi
- 540
- 1
- 7
- 30
0
votes
1 answer
API to get all OVM component handles
Is there an API to get all OVM component handles in a verification environement? The reason why I am asking is, I need to convert down OVM_FATAL to OVM_NOPRINT using OVM report handler. This report handler is an object instantiated in each…

user1978273
- 484
- 10
- 24
0
votes
1 answer
When can TLM peek fail?
I was working on OVM driver sequencer communication. I am using try_get_item() in ovm driver but it is still getting stuck. In my sequencer I redefined try_next_item and just printed a display statement before and after m_req_fifo.peek(t); The…

user1978273
- 484
- 10
- 24
0
votes
1 answer
Linux tool to bulk change a website from http:// to https://
I need to change an entire PHP-based website from http:// to https://. The SSL certificate has already been installed and shows validity.
Now, the website has many many subdirectories, shops, newsletters etc., but stems from one major directory.
Is…

mtjmohr
- 99
- 9
0
votes
4 answers
implementation before documentation
I am doing a design and build dissertation for my final year.
Everything is more or less good, except I cant find a software methodology to fit my process.
Basically I did the implementation FIRST and then from that I used tools to reverse engineer…

MostWanted
- 571
- 1
- 5
- 12
0
votes
2 answers
Best way to design Users and Contacts
I have two tables (e.g.):
Users (ID, firstName,middleName, lastName)
Contacts (ID, userID, serialNo, phoneNumber, eMail).
I shall be communicating (sending messages) to Users via phoneNumber or eMail or both and save it in Database (e.g.).
Log (ID,…

vat69
- 123
- 1
- 10
0
votes
1 answer
How override modifiers in nested rules
I have a question concerning BEM specificity. I want to be sure to use that methodology in the best way possible. Lets say I have generic style for a headline applying a color. Then my parent container has a modifier that edit the background. I then…

Dynomite
- 176
- 1
- 2
- 14