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
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>MTTR is a Misleading Metric—Now What? </p>
↗
https://www.verica.io/blog/mttr-is-a-misleading-metric-now-what/
Rebeca Sarai
Nov 30, 2021
Topics:
metrics
<p>A Universal Way to Set Up a Harmonious Line Spacing </p>
↗
https://onchky.medium.com/a-universal-way-to-set-up-a-harmonious-line-spacing-9c44769cca6a
Caroline Ribeiro
Nov 30, 2021
Topics:
design, typography, ui
<p>"How difficult it is to find a good name for a function is a good indication of how clear a concept it is that you’re trying to wrap" </p>
↗
https://eloquentjavascript.net/03_functions.html
Jaênia Sousa
Nov 30, 2021
Topics:
code quality, functions
<p>"How smart and versatile should our function be? [..] A useful principle is to not add cleverness unless you are absolutely sure you’re going to need it. It can be tempting to write general “frameworks” for every bit of functionality you come across. Resist that urge. You won’t get any real work done—you’ll just be writing code that you never use" </p>
↗
https://eloquentjavascript.net/03_functions.html
Jaênia Sousa
Nov 30, 2021
Topics:
code quality, functions
<p>Building a design system as a solo designer in a startup </p>
↗
https://medium.com/design-bootcamp/building-a-design-system-as-a-solo-designer-in-a-startup-af9fb8ef82f4
Pedro Bacelar
Nov 30, 2021
Topics:
components, design, design system, product, startup, ui
<p>How to make smarter design tradeoffs </p>
↗
https://uxdesign.cc/how-to-make-smart-design-tradeoffs-9210cbd8ae1d
Pedro Bacelar
Nov 30, 2021
Topics:
design, negotiation, product, stakeholder, tradeoff
<p>Advanced error handling with Apollo Link </p>
↗
https://www.apollographql.com/docs/react/data/error-handling/#retrying-operations
Jaênia Sousa
Nov 30, 2021
Topics:
apollo, error handling, graphql
<p>WCAG : What you need to know about the future of accessibility standards </p>
↗
https://www.w3.org/WAI/standards-guidelines/wcag/
Pedro Bacelar
Nov 30, 2021
Topics:
accessibility, design, ux, wcag
<p>3 Common Models for UX Teams and How to Choose Among Them </p>
↗
https://www.nngroup.com/articles/ux-team-models/
Pedro Bacelar
Nov 29, 2021
Topics:
career, design, leadership
<p>The designer conundrum: state of career tracks in our industry </p>
↗
https://uxdesign.cc/career-tracks-in-the-design-industry-6699e733e88f
Pedro Bacelar
Nov 29, 2021
Topics:
career, design, leadership
<p>Achieving Reusability With React Composition </p>
↗
https://formidable.com/blog/2021/react-composition/
Joao Veras
Nov 29, 2021
Topics:
react, refactoring
<p>The State of UX in 2022 </p>
↗
https://trends.uxdesign.cc/
Caroline Ribeiro
Nov 29, 2021
Topics:
design, trends, ux
<p>How to write inclusive, accessible digital products </p>
↗
https://uxdesign.cc/how-to-write-inclusive-accessible-digital-products-2f4b35ec59a2
Caroline Ribeiro
Nov 29, 2021
Topics:
accessibility, design, product design, ux, ux writing
<p>5 product feedback mistakes we all make </p>
↗
https://www.intercom.com/blog/5-mistakes-we-all-make-with-product-feedback/
Caroline Ribeiro
Nov 26, 2021
Topics:
feedback, product, product management
<p>Fix the 'not wrapped in act(...)' warning </p>
↗
https://kentcdodds.com/blog/fix-the-not-wrapped-in-act-warning
Pamella Bezerra
Nov 26, 2021
Topics:
javascript, react
<p>Giving thanks: helping your co-workers to keep being awesome. </p>
↗
https://hbr.org/2021/11/giving-thanks-at-work-an-hbr-guide
Diogo de Miranda
Nov 26, 2021
Topics:
healthy hours, teambuilding
<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
<p>One way to name/define component tokens in a simple way while still using the CTI attributes, with documentation and examples.</p>
↗
https://github.com/amzn/style-dictionary/tree/3d0d1c0356d42fc83f905a7e7e4b1c662c77de0b/examples/advanced/component-cti
Marcel Batista
Nov 25, 2021
Topics:
design, design system, design tokens
<p>Scripts: async, defer - </p>
↗
https://javascript.info/script-async-defer
Flavio Juvenal
Nov 25, 2021
Topics:
html, javascript
<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>5 ways to host PostgreSQL databases: </p>
↗
https://www.prisma.io/dataguide/postgresql/5-ways-to-host-postgresql
Flavio Juvenal
Nov 24, 2021
Topics:
cloud, db, postgres, sql
<p>Optimizing the Django Admin Paginator: </p>
↗
https://hakibenita.com/optimizing-the-django-admin-paginator
Flavio Juvenal
Nov 24, 2021
Topics:
admin, db, django, sql
<p>Join strategies and performance in PostgreSQL: </p>
↗
https://www.cybertec-postgresql.com/en/join-strategies-and-performance-in-postgresql/
Flavio Juvenal
Nov 24, 2021
Topics:
postgres, sql
<p>How to Create an Index in Django Without Downtime: </p>
↗
https://realpython.com/create-django-index-without-downtime/
Flavio Juvenal
Nov 24, 2021
Topics:
django, downtime, index, postgresql, sql
Previous
Next
We use Cookies to promote our services.
Settings and Privacy.
Accept
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