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
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>Index Selectivity: A Key to High Performance SQL </p>
↗
https://flexport.engineering/index-selectivity-a-key-to-high-performance-sql-b20eed3febd
Flavio Juvenal
May 8, 2023
Topics:
db, performance, postgres, sql
<p>How to be a -10x Engineer </p>
↗
https://taylor.town/-10x
Vitor Rangel
Apr 10, 2023
Topics:
performance
<p>Ban 1+N in Django: </p>
↗
https://suor.github.io/blog/2023/03/26/ban-1-plus-n-in-django/
Flavio Juvenal
Mar 31, 2023
Topics:
django, performance
<p>"Clean" Code, Horrible Performance </p>
↗
https://youtu.be/tD5NrevFtbU
Elton Morais
Mar 23, 2023
Topics:
clean-code, performance
<p>The truth about CSS selector performance </p>
↗
https://blogs.windows.com/msedgedev/2023/01/17/the-truth-about-css-selector-performance/
Raí Siqueira
Feb 7, 2023
Topics:
css, performance
<p>Vue Virtual Scroll List </p>
↗
https://www.npmjs.com/package/vue-virtual-scroll-list
Raí Siqueira
Jan 30, 2023
Topics:
performance, vue
<p>In Postgres, "empty updates" have the same cost per row as any other update. Even if the values won't change after the <code>UPDATE</code>, the operation will still have the same performance: </p>
↗
https://dba.stackexchange.com/q/118178/139133
Flavio Juvenal
Dec 5, 2022
Topics:
orm, performance, postgres
<p>Cacheable S3 signed URLs: </p>
↗
https://advancedweb.hu/cacheable-s3-signed-urls/
Flavio Juvenal
Sep 30, 2022
Topics:
aws, caching, performance, s3, security
<p>Profiling site speed with the Chrome DevTools Performance tab </p>
↗
https://www.debugbear.com/blog/devtools-performance
Raí Siqueira
Sep 21, 2022
Topics:
chrome, devtools, performance
<p>How Does Dan Abramov Optimize After Be Complained about Website Speed? </p>
↗
https://react.dev/
Raí Siqueira
Jun 23, 2022
Topics:
performance, react
<p>CSS box-shadow Can Slow Down Scrolling: </p>
↗
https://medium.com/airbnb-engineering/css-box-shadow-can-slow-down-scrolling-d8ea47ec6867
Rebeca Sarai
Jun 20, 2022
Topics:
browser, css, performance
<p>You Are Doing SQL Pagination Wrong </p>
↗
https://betterprogramming.pub/you-are-doing-sql-pagination-wrong-739a700acbd0
Marcilio Leite
May 23, 2022
Topics:
optimization, performance, sql
<p>Where’s your bottleneck? CPU time vs wallclock time </p>
↗
https://pythonspeed.com/articles/blocking-cpu-or-io/
Flavio Juvenal
May 19, 2022
Topics:
optimization, performance, python
<p>Use Partial Responses To Reduce Request Sizes </p>
↗
http://highscalability.squarespace.com/blog/2011/3/9/google-and-netflix-strategy-use-partial-responses-to-reduce.html
Elton Morais
May 17, 2022
Topics:
performance, rest, web api
<p>You don't need that CORS request: </p>
↗
https://nickolinger.com/blog/2021-08-04-you-dont-need-that-cors-request/
Flavio Juvenal
May 16, 2022
Topics:
cors, performance, web
<p>django-raw-sugar: Turns your raw SQL into a QuerySet. </p>
↗
https://github.com/zxibizz/django-raw-sugar
Flavio Juvenal
Mar 25, 2022
Topics:
django, orm, performance, queryset, sql
<p>How Does Django's StreamingHttpResponse Work, Exactly? </p>
↗
https://andrewbrookins.com/django/how-does-djangos-streaminghttpresponse-work-exactly/
Flavio Juvenal
Mar 17, 2022
Topics:
django, generator, http, performance
<p>Improve Serialization Performance in Django Rest Framework </p>
↗
https://hakibenita.com/django-rest-framework-slow
Elton Morais
Feb 14, 2022
Topics:
django, drf, performance
<p>You can run EXPLAIN on a SQL query directly from a Django queryset: </p>
↗
https://docs.djangoproject.com/en/3.2/ref/models/querysets/#explain
Flavio Juvenal
Dec 23, 2021
Topics:
db, django, performance
<p>Beware of : PerformanceTiming.domInteractive</p>
↗
Flavio Juvenal
Dec 10, 2021
Topics:
js, optimization, performance
<p>A dark launch sends a copy of real user-generated traffic to your new service, and discards the result from the new service before it's returned to the user. It helps to avoid regressions and test the new service under realistic load. </p>
↗
https://cloud.google.com/blog/products/gcp/cre-life-lessons-what-is-a-dark-launch-and-what-does-it-do-for-me
Flavio Juvenal
Dec 7, 2021
Topics:
devops, performance, reliability, sre
<p>Heroku buildpack to remove unwanted files from the slug post-build, enabling the removal of node_modules and assets after webpack bundles are produced: </p>
↗
https://github.com/VentionCo/heroku-buildpack-post-build-clean
Flavio Juvenal
Dec 1, 2021
Topics:
heroku, performance, webpack
<p>Context Manager to launch exceptions when Django makes unexpected queries to ensure explicit control over DB overhead: </p>
↗
https://github.com/dabapps/django-zen-queries
Flavio Juvenal
Nov 25, 2021
Topics:
database, db, django, performance, sql
<p>How not to structure your database-backed web applications: a study of performance bugs in the wild - </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/
Flavio Juvenal
Nov 25, 2021
Topics:
db, orm, performance, sql
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