Posts by Daniel Silva • 168 points
11 posts
-
2
votes5
answers440
viewsA: What would an Agile Development Process look like?
I wrote an article in my Linkedin about this, I believe it can be useful for you based on the first part of your question. You want to implement agile development or are simply running away from…
-
1
votes3
answers403
viewsA: Agile development and documentation update
In the concept of "agile" development, documentation is a mere supporting factor in the process (user story is a great example). If you are in "agile" the idea is that the documentation is…
-
1
votes1
answer113
viewsA: How to determine Stories users?
The "User Story" is based on the concept of cards, ie, each "User Story" is written on a card containing the actor (who wants) the action (what he wants) and functionality (what the expected…
-
0
votes7
answers2227
viewsA: Agile methodologies - a single programmer
According to Scrum’s guide to Scrum.org: The best size is that small enough to remain agile and large enough to complete a significant job within a sprint. Teams with less than three developers have…
-
1
votes3
answers283
viewsA: How to run a great user story or how to split it
A "User Story" can and should be divided when necessary. Respecting the INVEST concept mentioned by my colleague in the previous answer, I will try to illustrate in a very simple way: The "User…
scrumanswered Daniel Silva 168 -
3
votes2
answers5470
viewsA: How is good documentation done using SCRUM?
Because it is an agile methodology, Scrum is part of the presupposed that the team is pro-efficient, that is, it can produce the maximum value with the minimum of artifact when talking about…
-
0
votes2
answers350
viewsA: Solve a bug in the middle of a sprint?
The goal outlined in the "sprint Planning" does not change depending on the appearance of bugs, IE, everyone will continue working to liquidate the backlog of that sprint. During the "Daily Scrum"…
scrumanswered Daniel Silva 168 -
2
votes3
answers941
viewsA: What is the purpose of the daily meeting in the SCRUM methodology?
"Daily Scrum" is an event (meeting) that must be limited to 15 minutes. Serves to enable the development team to synchronize their activities and create planning for the next 24 hours. This is done…
answered Daniel Silva 168 -
0
votes1
answer1368
viewsA: My Samsung Galaxie S5 smartphone restarts when I’m in the middle of a call
There’s no configuration (right or wrong) that can make your smartphone reboot on its own, especially without asking you first. Below are some of the likely reasons: Virus: If your smartphone is…
-
3
votes2
answers6153
viewsA: How can I not allow the user to type numbers and only text in Java?
You can monitor what the user is typing through the "Keytyped" event of a jTexfField and there make the proper treatments as example below: private void tfNomeUsuarioKeyTyped(java.awt.event.KeyEvent…
javaanswered Daniel Silva 168 -
-1
votes2
answers368
viewsA: How do I do SEO?
Complementing the responses of colleagues, you need to optimize your page so that the search engines can find it according to your search parameters, but for this should be taken into account: Each…