<p>Devtools - Track Which Element Has Focus - Very useful when implementing keyboard accessible components </p>
https://developers.google.com/web/tools/chrome-devtools/accessibility/focus
Open link
João Lins
Posted on
January 13, 2020
Topics:
accessibility, devtools
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>how designers turn into design leaders: </p>
↗
https://medium.com/user-interface-22/design-leadership-is-a-hugely-important-topic-these-days-e222836915d0
Aline Silveira
May 23, 2018
Topics:
design, leadership, management
<p>Stupid PostgreSQL Tricks: Writable Views (not really recommended, but interesting!): </p>
↗
https://legitimatesounding.com/blog/stupid_postgresql_tricks:_writable_views.html
Flávio Juvenal
May 23, 2018
Topics:
db, postgres
<p>Modifying request session on tests </p>
↗
https://medium.com/@harshvb7/how-to-add-session-and-messages-in-django-requestfactory-16935a3351d0
Vanessa Barreiros
May 22, 2018
Topics:
django, tests
<p>Nice React lib for controlling page scroll </p>
↗
https://github.com/fisshy/react-scroll
Luca Bezerra
May 22, 2018
Topics:
javascript, react, scroll
<p>Easy way to generate class diagrams pictures in a Django project from console: </p>
↗
https://simpleit.rocks/generate-uml-class-diagrams-from-django-models/
Lais Varejão
May 22, 2018
Topics:
class diagrams, django, uml
<p>How to test you React components using lots of different testing tools </p>
↗
https://www.robinwieruch.de/react-testing-tutorial/
Victor Ferraz
May 22, 2018
Topics:
<p>Good Questions, Bad Asks: The UX Of Questions In User Onboarding. </p>
↗
https://www.chargebee.com/blog/user-onboarding-questions/
Felipe Farias
May 21, 2018
Topics:
design, ux
<p>Very complete overview from Maritn Fowler on the different kinds of feature-flags, when to use and how to remove them </p>
↗
https://martinfowler.com/articles/feature-toggles.html
Rob Novelino
May 21, 2018
Topics:
<p>A Strategy Guide To CSS Custom Properties </p>
↗
https://www.smashingmagazine.com/2018/05/css-custom-properties-strategy-guide/
Felipe Farias
May 21, 2018
Topics:
css
<p>pagination vs infinite scrolling vs “load more”: which is the best way to show a list of items? </p>
↗
https://www.smashingmagazine.com/2016/03/pagination-infinite-scrolling-load-more-buttons/
Aline Silveira
May 20, 2018
Topics:
e-commerce, navigation, ui, ux
<p>how to present design work to a tough design team </p>
↗
https://medium.com/ux-power-tools/how-to-present-design-work-to-your-design-team-a9920fa2af6e
Aline Silveira
May 18, 2018
Topics:
design, feedback, ui
<p>Great talk about styled-components and the motivations behind its creation </p>
↗
https://www.youtube.com/watch?time_continue=129&v=bIK2NwoK9xk
Arimateia Neto
May 18, 2018
Topics:
<p>Django transaction.atomic is not a lock! </p>
↗
https://stackoverflow.com/questions/42520917/does-django-atomic-transaction-lock-the-database
Flávio Juvenal
May 18, 2018
Topics:
db, django, transaction
<p>Big-O: How Code Slows as Data Grows </p>
↗
https://nedbatchelder.com/text/bigo.html
Flávio Juvenal
May 17, 2018
Topics:
algorithms, big-o, python
<p>how to test Django migrations </p>
↗
https://www.caktusgroup.com/blog/2016/02/02/writing-unit-tests-django-migrations/
Hugo Bessa
May 17, 2018
Topics:
django, migrations, tests
<p>How to raise exceptions to Sentry on Javascript with Raven #manually-reporting-errors</p>
↗
https://docs.sentry.io/clients/javascript/
Luca Bezerra
May 15, 2018
Topics:
error handling, exception, javascript, raven, sentry
<p>glom - useful Python library for extracting and transforming nested data: </p>
↗
https://sedimental.org/glom_restructured_data.html
Flávio Juvenal
May 14, 2018
Topics:
data, python
<p>Send content on to clipboard directly from ipython session </p>
↗
https://blog.michaelyin.info/2015/04/13/send-content-to-clipboard-in-ipython/
Carlos Coelho
May 14, 2018
Topics:
ipython
<p>Flexbox fallbacks for popular UI solutions that use CSS Grid. CSS grid is AMAZING! However, if you need to support users of IE11 and below, or Edge 15 and below, grid won’t really work as you expect. </p>
↗
http://www.gridtoflex.com/
Felipe Farias
May 12, 2018
Topics:
css, css grid, flexbox
<p>The skeptic’s guide to low-fidelity prototyping </p>
↗
https://www.smashingmagazine.com/2014/10/the-skeptics-guide-to-low-fidelity-prototyping/
Aline Silveira
May 11, 2018
Topics:
lean, ux, validation
<p>good overview of how to use movement well in your products' UX </p>
↗
https://medium.com/ux-in-motion/creating-usability-with-motion-the-ux-in-motion-manifesto-a87a4584ddc
Rob Novelino
May 9, 2018
Topics:
<p>How to write automated tests in Django [Django] </p>
↗
https://realpython.com/testing-in-django-part-1-best-practices-and-examples/
Amanda Savluchinske
May 8, 2018
Topics:
<p>Where are you placing the error messages on your form? If they’re not placed where users expect to see them, you could jeopardize their capability to complete your form </p>
↗
http://uxmovement.com/forms/the-best-place-for-error-messages-on-forms/
Felipe Farias
May 8, 2018
Topics:
design
<p>Understanding Flex-Grow </p>
↗
https://hackernoon.com/the-power-of-flex-grow-d8ea61ccf16e
Felipe Farias
May 8, 2018
Topics:
css, flexbox
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