<p>Does my React app render too often? </p>
https://alexsidorenko.com/blog/react-app-render-often/
Open link
Rebeca Sarai
Posted on
April 18, 2022
Topics:
js, react
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>List of Python API Wrappers </p>
↗
https://github.com/realpython/list-of-python-api-wrappers
Filipe Ximenes
Dec 27, 2016
Topics:
api, python
<p>On a Django test, get the HTML content of an e-mail with <code>content, mimetype = mail.outbox[0].alternatives[0]</code></p>
↗
Flávio Juvenal
Dec 27, 2016
Topics:
django, email
<p>This is how to pass an argument to a <code>Makefile</code> command:</p> <p><code>ARG := $(word 2, $(MAKECMDGOALS) ) test: python manage.py test $(ARG) --parallel --keepdb</code> Use like this: <code>make test app.tests</code></p>
↗
Filipe Ximenes
Dec 27, 2016
Topics:
tests
<p>Testing image upload in Django Rest Framework: </p>
↗
http://bit.ly/2ib17M7
Victor Carriço
Dec 27, 2016
Topics:
django, django-rest-framework, tests
<p>Speed up your Django automated tests with <code>python manage.py test --keepdb --parallel</code></p>
↗
Flávio Juvenal
Dec 27, 2016
Topics:
django, tests
<p>The role of a senior developer </p>
↗
http://mattbriggs.net/blog/2015/06/01/the-role-of-a-senior-developer/
Filipe Ximenes
Dec 27, 2016
Topics:
career
<p>Name your tabs for better organizing opened tabs (great for meetings) </p>
↗
https://chrome.google.com/webstore/detail/renametab/mkailnbloeepkajmoblllhhhckpbbncg
André Ericson
Dec 27, 2016
Topics:
chrome extension
<p>Audit web apps performance with Google Lighthouse </p>
↗
https://developers.google.com/web/tools/lighthouse/
Felipe Farias
Dec 26, 2016
Topics:
performance, seo
<p>Use <code>jest --runInBand</code> for faster builds and to avoid out of memory errors in [CircleCI](</p>
↗
https://circleci.com/)
André Ericson
Dec 23, 2016
Topics:
tests
<p>Python functional resources </p>
↗
https://github.com/sfermigier/awesome-functional-python
Flávio Juvenal
Dec 22, 2016
Topics:
functional, python
<p>Functional pattern matching in Python </p>
↗
https://github.com/billpmurphy/hask
Flávio Juvenal
Dec 22, 2016
Topics:
functional, python
<p>Great way to learn Flexbox: </p>
↗
http://flexboxfroggy.com/
Felipe Farias
Dec 22, 2016
Topics:
css3
<p>Use this lib to estimate password strength in Python: </p>
↗
https://github.com/dwolfhub/zxcvbn-python
Felipe Farias
Dec 22, 2016
Topics:
python, security
<p>While developing, do <code>python manage.py --keepdb</code> to speed up your Django tests. This prevents the overhead of creating and destroying a new test DB</p>
↗
Flávio Juvenal
Dec 22, 2016
Topics:
django, tests
<p>Django-solo helps working with singletons: </p>
↗
https://github.com/lazybird/django-solo
Flávio Juvenal
Dec 21, 2016
Topics:
django
<p>The Simpsons in CSS [</p>
↗
http://pattle.github.io/simpsons-in-css/](http://pattle.github.io/simpsons-in-css/)
Felipe Farias
Dec 21, 2016
Topics:
css
<p>Python 3.6 is out! - [Jet Brains post on the new features]( - [Official changelog](</p>
↗
https://blog.jetbrains.com/pycharm/2016/12/python-3-6-a-quick-look/)
Flávio Juvenal
Dec 21, 2016
Topics:
python
<p>Yet another Webpack/Gulp/Grunt: </p>
↗
https://github.com/rollup/rollup
Filipe Ximenes
Dec 21, 2016
Topics:
javascript
<p>You can pass a <code>update_fields</code> param to the model <code>save</code> method. One interesting use for this is to avoid updating dates in time stamped models.</p> <p><code>product.name = 'Name changed again' product.save(update_fields=['name'])</code></p> <p><a href="#specifying-which-fields-to-save">#specifying-which-fields-to-save</a></p>
↗
https://docs.djangoproject.com/en/1.10/ref/models/instances/
Flávio Juvenal
Dec 21, 2016
Topics:
django
<p>VERY GOOD article to better understand Javascript inheritance: </p>
↗
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Inheritance_and_the_prototype_chain
Filipe Ximenes
Dec 21, 2016
Topics:
javascript
<p>Great blog post on Python pdb: <a href="#.xogl073gi">#.xogl073gi</a></p>
↗
https://medium.com/instamojo-matters/become-a-pdb-power-user-e3fc4e2774b2
Felipe Farias
Dec 21, 2016
Topics:
debug, python
<p>Use <code>subTest</code> in Python unittest when asserting inside loop: <a href="#.425k66c9b">#.425k66c9b</a></p>
↗
https://hackernoon.com/the-best-new-feature-in-unittest-you-didnt-know-you-need-e0d26c213dce
Filipe Ximenes
Dec 21, 2016
Topics:
django, tests
<p>Google Analytics is based on goals, but goals are too generic for e-commerces. You can go on settings and set a specific flow with conversions and dropouts for each step of your funnel.</p>
↗
Felipe Farias
Dec 21, 2016
Topics:
analytics
<p>On Django, access form error codes in the template use the <code>as_data</code> attribute like this: <code>{% for error in form.errors.as_data %}{% endfor %}</code> </p>
↗
Felipe Farias
Dec 21, 2016
Topics:
django
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