<p>Use the Planning Poker tool by Gorazdo on Miro app to run a quick and smooth estimation session with your product team </p>
https://gorazdo.studio/
Open link
Pedro Bacelar
Posted on
September 21, 2021
Topics:
effort, estimates, estimation, miro, planning poker, process, workshop
Let's talk!
Clients
Services
Blog
About us
Careers
Let's talk!
SOFTWARE
HOUSE
Clients
Services
MVP Development
Web Development
Staff Augmentation
Insights
Blog
Learnings
Careers
About us
Contact us
Learnings
Boost your knowledge with the insights from our expert team.
accessibility
agile
ai
api
architecture
aws
career
celery
communication
concurrency
css
data
database
db
debug
design
design system
development
devops
django
docker
documentation
figma
frontend
git
html
javascript
js
leadership
management
metrics
ml
orm
performance
postgres
process
product
product design
python
react
redux
research
security
software
sql
sre
test
testing
tests
typescript
ui
ux
web
workflow
<p>4 key lessons I’ve learned about OKRs </p>
↗
https://medium.com/@mcleanonline/4-key-lessons-ive-learned-about-okrs-3f4b902ae9f8
Pedro Bacelar
Jun 18, 2020
Topics:
goal, okr
<p>Visualizing Class-Based Views: </p>
↗
https://www.brennantymrak.com/articles/django-class-based-views-diagrams.html
Rebeca Sarai
Jun 11, 2020
Topics:
django, python
<p>Must read if you need to know if multiple tables are empty in SQL. Small story: Once I had count check taking hours to run just to assert if the table was empty, this post explains how to fix it: </p>
↗
https://adamj.eu/tech/2020/06/08/check-multiple-tables-are-empty-in-sql/
Rebeca Sarai
Jun 8, 2020
Topics:
databases, sql
<p>When Perfect Is (and Isn’t) the Enemy of Good </p>
↗
https://zapier.com/blog/perfect-is-the-enemy-of-good/
Felipe Farias
Jun 5, 2020
Topics:
consultancy, mvp
<p>some techniques to prioritize decisions with a team </p>
↗
https://www.nngroup.com/articles/prioritization-matrices/
Aline Silveira
Jun 5, 2020
Topics:
design, planning, strategy
<p>2020 Stack Overflow Developer Survey: #overview</p>
↗
https://insights.stackoverflow.com/survey/2020
Flavio Juvenal
Jun 5, 2020
Topics:
survey
<p>How to plan, write, and deliver technical documentation that works: </p>
↗
https://plan.io/blog/technical-documentation/
Aline Silveira
Jun 5, 2020
Topics:
documentation, product, writing
<p>How to write a project proposal that will get other stakeholders on board with your idea: </p>
↗
https://plan.io/blog/project-proposals/
Aline Silveira
Jun 5, 2020
Topics:
management, planning, strategy
<p>The big picture (strategy and company goals) needs to be crystal-clear before we start prioritizing and estimating features. </p>
↗
https://plan.io/blog/feature-prioritization/
Aline Silveira
Jun 5, 2020
Topics:
design, management, priorization, product, rice
<p>Big Design Up Front is not always the enemy of good agile development </p>
↗
https://www.freecodecamp.org/news/the-pros-and-cons-of-big-design-up-front-and-what-i-do-instead-375f00542dec/
Aline Silveira
Jun 5, 2020
Topics:
agile, design, waterfall, workflow
<p>Tips to design & write good design documentation, from the Dropbox team </p>
↗
https://medium.com/dropbox-design/how-do-you-design-a-design-doc-d7b2f1fa4a0c
Aline Silveira
Jun 5, 2020
Topics:
design, documentation, workflow, writing
<p>Figma: Prototyping and Developer Handoff </p>
↗
https://medium.com/figma-design/figma-2-0-now-with-prototyping-and-developer-handoff-1b309a5d025c
Letícia Regert
Jun 5, 2020
Topics:
design, figma, handoff
<p>Why Percentiles Don’t Work the Way You Think: </p>
↗
https://orangematter.solarwinds.com/2016/11/18/why-percentiles-dont-work-the-way-you-think/
Rebeca Sarai
Jun 4, 2020
Topics:
metrics, percentiles
<p>Joblib: running Python functions as pipeline jobs: </p>
↗
https://joblib.readthedocs.io/en/latest/
Rebeca Sarai
Jun 4, 2020
Topics:
python
<p>How to build solid hypotheses to guide our design process: </p>
↗
https://www.invisionapp.com/inside-design/hypothesis-driven-design-process/
Aline Silveira
Jun 3, 2020
Topics:
<p>A handy list of questions to be applied in user-feedback surveys, from IDF </p>
↗
https://www.interaction-design.org/literature/article/useful-survey-questions-for-user-feedback-surveys
Aline Silveira
Jun 3, 2020
Topics:
design, research, user feedback, ux
<p>Why feature-based roadmaps fail in rapidly changing markets </p>
↗
http://ceur-ws.org/Vol-2305/paper16.pdf
Aline Silveira
Jun 3, 2020
Topics:
product, product management, roadmap
<p>A framework for Engineering Career Ladders: </p>
↗
https://github.com/jorgef/engineeringladders
Rebeca Sarai
Jun 1, 2020
Topics:
career, engineering
<p>Simple rules that will help you design forms users will like to complete </p>
↗
https://uxdesign.cc/text-fields-forms-design-ui-components-series-2b32b2beebd0
Caroline Ribeiro
Jun 1, 2020
Topics:
design, ui, ux
<p>Collection of thinking tools and frameworks to help you solve problems, make decisions and understand systems. </p>
↗
https://untools.co/
Pedro Bacelar
May 29, 2020
Topics:
brainstorm, design, problem solving, workshop
<p>“Empowering clients with choice and an active role in the design process goes a step further towards their project becoming realized, and helps you keep things on course.” - Brendan English </p>
↗
https://uxplanet.org/please-please-include-your-clients-in-the-design-process-8cf37d4ee5a3
Pedro Bacelar
May 29, 2020
Topics:
client, design, process
<p>useDebouce hook for debouncing values instead of functions. The idea of debouncing the value itself instead of a callback is really useful and smart. </p>
↗
https://usehooks.com/useDebounce/
João Lins
May 29, 2020
Topics:
<p>Discussion on the various ways to wait for results in asyncio: </p>
↗
https://hynek.me/articles/waiting-in-asyncio/
Flavio Juvenal
May 29, 2020
Topics:
asyncio, concurrency, python
<p>Latency in Asynchronous Python: </p>
↗
https://nullprogram.com/blog/2020/05/24/
Flavio Juvenal
May 29, 2020
Topics:
asyncio, concurrency, python
Previous
Next
Close Cookie Preference Manager
Cookie Settings
By clicking “Accept all”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage and assist in our marketing efforts.
Check our privacy policies.
Strictly Necessary (Always Active)
Cookies required to enable basic website functionality.
Analytics
Cookies helping understand how this website performs, how visitors interact with the site, and whether there may be technical issues.
Marketing
Cookies used to deliver advertising that is more relevant to you and your interests.
Personalization
Cookies allowing the website to remember choices you make (such as your user name, language, or the region you are in).
Save settings
Accept all
We use Cookies to promote our services.
Settings and Privacy.
Accept