Let's talk!
Clients
Services
Blog
About us
Careers
Let's talk!
SOFTWARE
HOUSE
Clients
Insights
Blog
Learnings
Careers
About us
Contact us
Tech Insights
Lessons we’ve learned while working on real projects
accessibility
accessibility
agile
agile
ai
ai
api
api
architecture
architecture
aws
aws
career
career
celery
celery
communication
communication
concurrency
concurrency
css
css
data
data
database
database
db
db
debug
debug
design
design
design system
design system
development
development
devops
devops
django
django
docker
docker
documentation
documentation
figma
figma
frontend
frontend
git
git
html
html
javascript
javascript
js
js
leadership
leadership
management
management
metrics
metrics
ml
ml
orm
orm
performance
performance
postgres
postgres
process
process
product
product
product design
product design
python
python
react
react
redux
redux
research
research
security
security
software
software
sql
sql
sre
sre
test
test
testing
testing
tests
tests
typescript
typescript
ui
ui
ux
ux
web
web
workflow
workflow
<p>Browser painting and considerations for web performance </p>
↗
https://css-tricks.com/browser-painting-and-considerations-for-web-performance/
Felipe Farias
Aug 15, 2018
Topics:
devtools, performance
<p>Excellent article about how ORMs cause leaky abstractions that lead to performance issues and how fixing them is generally simple: </p>
↗
https://blog.acolyer.org/2018/06/28/how-_not_-to-structure-your-database-backed-web-applications-a-study-of-performance-bugs-in-the-wild/
Flávio Juvenal
Jun 30, 2018
Topics:
db, orm, performance
<p>A comprehensive guide on throttling and debouncing in JavaScript </p>
↗
https://codeburst.io/throttling-and-debouncing-in-javascript-646d076d0a44
Vanessa Barreiros
Jun 16, 2018
Topics:
javascript, performance
<p>django-perf-rec is like Django's <code>assertNumQueries</code> on steroids! </p>
↗
https://github.com/YPlan/django-perf-rec
Flávio Juvenal
Jun 8, 2018
Topics:
django, performance, test
<p>A library for lazy loading React components </p>
↗
https://github.com/jasonslyvia/react-lazyload
Victor Ferraz
May 28, 2018
Topics:
javascript, performance, react
<p>The best way to bind event handlers in React </p>
↗
https://medium.freecodecamp.org/the-best-way-to-bind-event-handlers-in-react-282db2cf1530
Victor Ferraz
May 25, 2018
Topics:
javascript, performance, react
<p>Are triggers really that slow in Postgres? </p>
↗
https://www.cybertec-postgresql.com/en/are-triggers-really-that-slow-in-postgres/
Flávio Juvenal
May 23, 2018
Topics:
db, performance, postgres, triggers
<p>Understanding time format of the EXPLAIN command in Postgres </p>
↗
https://dba.stackexchange.com/questions/5744/understanding-time-format-of-the-explain-command-postgres
Flávio Juvenal
Dec 13, 2017
Topics:
performance, postgres
<p>Fisher-Yates: the best way to shuffle an array and the dangers of naïveté </p>
↗
https://blog.codinghorror.com/the-danger-of-naivete/
Luca Bezerra
Nov 26, 2017
Topics:
algorithm, optimization, performance, shuffle
<p>Reading a Postgres EXPLAIN ANALYZE Query Plan: </p>
↗
https://robots.thoughtbot.com/reading-an-explain-analyze-query-plan
Flávio Juvenal
Nov 22, 2017
Topics:
db, performance, postgres
<p>statically: compiles a python function with cython using only a decorator - </p>
↗
https://github.com/AlanCristhian/statically
Flávio Juvenal
Nov 2, 2017
Topics:
cython, optimization, performance, python
<p>How to make your code 80 times faster with PyPy: </p>
↗
https://morepypy.blogspot.com.br/2017/10/how-to-make-your-code-80-times-faster.html
Flávio Juvenal
Nov 2, 2017
Topics:
optimization, performance, pypy, python
<p>Use <code>loader: 'file?name=public/fonts/[name].[ext]'</code> when loading fonts with Webpack instead of <code>loader: 'url-loader?limit=100000'</code> to avoid CSS bloat. The latter bundles the fonts into the CSS as DataUrls.</p>
↗
Lais Varejão
Oct 12, 2017
Topics:
performance, webpack
<p>django-eraserhead: Django package that provides hints to optimize database usage by deferring unused fields (and more) </p>
↗
https://github.com/dizballanze/django-eraserhead
Flávio Juvenal
Aug 20, 2017
Topics:
db, django, optimization, performance
<p>Critical CSS and Webpack: Automatically Minimize Render-Blocking CSS </p>
↗
https://vuejsdevelopers.com/2017/07/24/critical-css-webpack/
Lais Varejão
Aug 8, 2017
Topics:
css, performance, webpack
<p>Page Speed Matters </p>
↗
https://medium.com/@premayogan/performance-and-optimization-django-websites-c6a13f810936
Lais Varejão
Jul 13, 2017
Topics:
performance, django
<p>The Mindfulness of a Manual Performance Audit: </p>
↗
https://alistapart.com/article/mindfulness-of-a-manual-performance-audit
Lais Varejão
Jun 6, 2017
Topics:
performance
<p>Write Fast Apps Using Async Python 3.6 and Redis: </p>
↗
https://eng.paxos.com/write-fast-apps-using-async-python-3.6-and-redis
Flávio Juvenal
Apr 27, 2017
Topics:
asyncio, performance, redis
<p>Django has Conditional View Processing tools for conditional requests (ETag If-match, If-modified-since): </p>
↗
https://docs.djangoproject.com/en/1.10/topics/conditional-view-processing/
Flávio Juvenal
Mar 25, 2017
Topics:
django, http, performance
<p>Audit web apps performance with Google Lighthouse </p>
↗
https://developers.google.com/web/tools/lighthouse/
Felipe Farias
Dec 26, 2016
Topics:
performance, seo
Previous