<p>The Mobile Performance Inequality Gap, 2021: </p>
https://infrequently.org/2021/03/the-performance-inequality-gap
Open link
Rebeca Sarai
Posted on
March 8, 2022
Topics:
js, mobile
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>How to Display Steppers on Mobile Forms </p>
↗
https://uxmovement.com/mobile/how-to-display-steppers-on-mobile-forms/
Pedro Bacelar
Dec 20, 2018
Topics:
mobile, ui, ux
<p>the biggest usability mistakes designers make while building a carousel </p>
↗
http://uxmovement.com/navigation/big-usability-mistakes-designers-make-on-carousels/
Aline Silveira
Dec 20, 2018
Topics:
ui
<p>Converting QueryDicts using dict() may result in unexpected behavior, use the object dict method instead #django.http.QueryDict.dict</p>
↗
https://docs.djangoproject.com/en/2.1/ref/request-response/
Gustavo Carvalho
Dec 19, 2018
Topics:
django, querydict
<p>Awesome logging library for Python </p>
↗
https://github.com/Delgan/loguru
Gustavo Carvalho
Dec 17, 2018
Topics:
logging, python
<p>great article(s) about functional programming in javascript </p>
↗
https://medium.com/@cscalfani/so-you-want-to-be-a-functional-programmer-part-1-1f15e387e536
Victor Ferraz
Dec 17, 2018
Topics:
<p>Be careful, Python lstrip and rstrip str methods may not behave as you think they do! </p>
↗
https://stackoverflow.com/questions/34544247/understanding-pythons-lstrip-method-on-strings
Flávio Juvenal
Dec 13, 2018
Topics:
python
<p>good argument regarding why competition and smaller companies is important for a future. As well as a counter-argument to why monopolies reduce wage, not automation </p>
↗
https://www.economist.com/open-future/2018/08/07/why-competition-matters?fsrc=scn/fb/te/bl/ed/whycompetitionmattersopenfuture
Rob Novelino
Dec 12, 2018
Topics:
<p>Useful plugin to batch rename all the layers on a Sketch file </p>
↗
https://github.com/rodi01/RenameIt
Pedro Bacelar
Dec 11, 2018
Topics:
design, sketch, ui
<p>The State of Web Browsers </p>
↗
https://ferdychristant.com/the-state-of-web-browsers-f5a83a41c1cb
Felipe Farias
Dec 10, 2018
Topics:
browsers, web
<p>An awesome security checklist written by Sqreen folks that you should definitely take a look into </p>
↗
https://www.sqreen.io/checklists/saas-cto-security-checklist
Carlos Coelho
Dec 10, 2018
Topics:
security
<p>If you wanna copy an object from Chrome DevTools console, just add the object to a global variable and use the function <code>copy(variable)</code></p>
↗
Vanessa Barreiros
Dec 7, 2018
Topics:
devtools, json
<p>Great collection of Python Books </p>
↗
https://realpython.com/best-python-books/
Gustavo Carvalho
Dec 6, 2018
Topics:
python
<p>Thread: How much code do you put in one statement? </p>
↗
https://twitter.com/raymondh/status/1068249707292442624
Gustavo Carvalho
Dec 6, 2018
Topics:
python
<p>how Waymo designed their self-driving cars to look boring so people would be less afraid of them and use the service more </p>
↗
https://www.fastcompany.com/90275407/the-fate-of-self-driving-cars-hangs-on-a-7-trillion-design-problem
Rob Novelino
Dec 6, 2018
Topics:
<p>You can interpolate other styled components inside a styled components interpolation #referring-to-other-components</p>
↗
https://www.styled-components.com/docs/advanced
João Lins
Dec 6, 2018
Topics:
react, styled components
<p>Python Tricks Book from Dan Bader of Real Python blog </p>
↗
https://realpython.com/products/python-tricks-book/?c=jxjqqjWgqUa
Gustavo Carvalho
Dec 6, 2018
Topics:
python
<p>lib that lets you try npm packages by installing and running them inside a Docker container </p>
↗
https://github.com/BrunnerLivio/try
Victor Ferraz
Dec 5, 2018
Topics:
<p><code>pytest-xdist</code> allows you to run failing tests in a loop inside a subprocess until it passes by looking for file changes to re-run previously failing tests. You can take advantage of it by having <code>pytest-xdist</code> installed and passing the command line flag <code>-f</code> or <code>--looponfail</code> to your pytest command. For more info see: #xdist-pytest-distributed-testing-plugin</p>
↗
https://docs.pytest.org/en/3.0.0/xdist.html
Carlos Coelho
Dec 5, 2018
Topics:
pytest, python, test
<p>understanding the concept of badges and learning pathways </p>
↗
https://support.badgr.io/display/BSKB/Learning+Pathways+and+Badge+System+Designs
Aline Silveira
Dec 4, 2018
Topics:
gamification, learning, ux
<p>Django Admin library for actions on the detail view quick and easy </p>
↗
https://github.com/crccheck/django-object-actions
João Lins
Dec 4, 2018
Topics:
django, django admin
<p>Obvious always wins: a case against hamburger menus (UI, navigation)</p>
↗
https://www.lukew.com/ff/entry.asp?1945
Aline Silveira
Dec 4, 2018
Topics:
<p>Good talk about the Recompose library for React </p>
↗
https://speakerdeck.com/thulioph/recompose
João Lins
Dec 3, 2018
Topics:
react
<p>How to announce new features to drive product adoption </p>
↗
https://uxplanet.org/how-to-announce-new-features-to-drive-product-adoption-eeda889b0349
Pedro Bacelar
Dec 3, 2018
Topics:
analytics, design, marketing, ux
<p>Gatsby is a JS framework based on React for building sites quickly, and can pull data from Markdown, CMS or REST/GraphQL APIs </p>
↗
https://www.gatsbyjs.org/
João Lins
Dec 3, 2018
Topics:
cms, gatsby, js, react
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