Let's talk!
Clients
Services
Blog
About us
Careers
Let's talk!
SOFTWARE
HOUSE
Clients
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>Tips for introverts at work </p>
↗
https://www.psychologytoday.com/us/blog/self-promotion-introverts/201803/balancing-your-time-and-energy-introvert
Diogo de Miranda
Nov 19, 2021
Topics:
introverts, performance, wellness
<p>Speed up a Heroku App with Fly: </p>
↗
https://fly.io/docs/app-guides/speed-up-a-heroku-app/
Flavio Juvenal
Nov 4, 2021
Topics:
cdn, fly, heroku, performance
<p>Optimizing Your Web Performance: Separating the Signals from the Noise: </p>
↗
https://www.infoq.com/presentations/trainline-core-web-vitals/
Flavio Juvenal
Nov 4, 2021
Topics:
optimization, performance, web
<p>Fast and secure standalone server for resizing and converting remote images: </p>
↗
https://imgproxy.net/
Flavio Juvenal
Nov 3, 2021
Topics:
image, performance, proxy
<p>Python's pathlib is slow! </p>
↗
https://twitter.com/ossronny/status/1443635280121040899
Flavio Juvenal
Sep 30, 2021
Topics:
performance, python
<p>Book Speed Up Your Django Tests: </p>
↗
https://adamchainz.gumroad.com/l/suydt
Flavio Juvenal
Sep 20, 2021
Topics:
django, performance, test
<p>Optimize and resize images in AWS S3 in real-time with ImageKit: </p>
↗
https://imagekit.io/blog/image-optimization-resize-aws-s3-imagekit/
Flavio Juvenal
Sep 14, 2021
Topics:
aws, cdn, performance, s3, web
<p>If you want to have high performance animations, avoid properties that trigger layout or paint </p>
↗
https://web.dev/animations-guide/
João Lins
Jul 15, 2021
Topics:
animations, css, performance
<p>Preloading fonts in Chrome with 'preload' link directive: </p>
↗
https://stackoverflow.com/questions/42616709/preloading-fonts-in-chrome-with-preload-link-directive
Flavio Juvenal
Jul 14, 2021
Topics:
chrome, html, performance, preload
<p>Leaky Abstractions - When Copy-Paste-Delete is faster than Cut </p>
↗
https://textslashplain.com/2021/06/02/leaky-abstractions/
Carlos Coelho
Jun 14, 2021
Topics:
abstractions, performance
<p>"You have two hands. Observability and experimentation: It stuck with me as it also makes the point that when you're only using one type to solve a performance problem you're working one-handed." </p>
↗
http://www.brendangregg.com/blog/2021-05-23/what-is-observability.html
Rebeca Sarai
Jun 8, 2021
Topics:
observability, performance
<p>btilly on HN: "Whatever scale you hit on a single machine, you can probably gain 1-2 orders of magnitude of performance by switching to a faster language and carefully optimizing. If you switch to distributed, you'll LOSE at least an order of magnitude performance due to the overhead of RPCs, but are able to scale indefinitely afterwards." </p>
↗
https://news.ycombinator.com/item?id=25918090
Flavio Juvenal
Jun 7, 2021
Topics:
distributed, performance, scaling
<p>postgres-checkup – automated PostgreSQL health checks: </p>
↗
https://gitlab.com/postgres-ai/postgres-checkup
Flavio Juvenal
Jun 7, 2021
Topics:
db, performance, postgres
<p>Adding CloudFlare to S3 bucket: </p>
↗
https://serverfault.com/questions/1025614/adding-cloudflare-to-s3-bucket
Flavio Juvenal
Jun 2, 2021
Topics:
aws, cdn, cloudflare, performance, s3
<p>Secrets of a NRQL Wizard: New Relic Query Language </p>
↗
https://newrelic.com/blog/best-practices/advanced-nrql
Flavio Juvenal
Apr 27, 2021
Topics:
nrql, performance
<p>Speeding up SQL queries by orders of magnitude using UNION: </p>
↗
https://www.foxhound.systems/blog/sql-performance-with-union/
Flavio Juvenal
Mar 30, 2021
Topics:
db, performance, postgres, sql
<p>Pyroscope: an open source continuous profiling platform </p>
↗
https://github.com/pyroscope-io/pyroscope
João Lins
Mar 17, 2021
Topics:
debug, performance, profiling, python
<p>Scalene: a high-performance, high-precision CPU, GPU, and memory profiler for Python </p>
↗
https://github.com/plasma-umass/scalene
Flavio Juvenal
Mar 15, 2021
Topics:
debug, performance, profiling, python
<p>Log all queries of Postgres on docker-compose: </p>
↗
https://stackoverflow.com/a/59313245/145349
Flavio Juvenal
Mar 8, 2021
Topics:
db, debug, performance
<p>Great introduction to memory (RAM) issues: </p>
↗
https://www.welcometothejungle.com/en/articles/btc-memory-handling
Flavio Juvenal
Nov 5, 2020
Topics:
debugging, memory, performance, ram
<p>Understanding time.perf_counter() and time.process_time(): </p>
↗
https://stackoverflow.com/questions/25785243/understanding-time-perf-counter-and-time-process-time
Flavio Juvenal
Oct 1, 2020
Topics:
performance, profiling, python
<p>How we used Postgres extended statistics to achieve a 3000x speedup: </p>
↗
https://build.affinity.co/how-we-used-postgres-extended-statistics-to-achieve-a-3000x-speedup-ea93d3dcdc61
Flavio Juvenal
Aug 27, 2020
Topics:
db, performance, postgres, statistics
<p>Reading a Postgres EXPLAIN ANALYZE Query Plan: </p>
↗
https://thoughtbot.com/blog/reading-an-explain-analyze-query-plan
Flavio Juvenal
Aug 27, 2020
Topics:
db, performance, postgres
<p>How to Modernize a Django Index Definition with Zero Downtime: </p>
↗
https://adamj.eu/tech/2020/07/27/how-to-modernize-your-django-index-definitions/
Flavio Juvenal
Aug 5, 2020
Topics:
db, django, index, performance
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