<p>Detection of elements in viewport & smooth scrolling with parallax </p>
https://github.com/locomotivemtl/locomotive-scroll
Open link
Victor Ferraz
Posted on
November 11, 2020
Topics:
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>Flexbox fallbacks for popular UI solutions that use CSS Grid. CSS grid is AMAZING! However, if you need to support users of IE11 and below, or Edge 15 and below, grid won’t really work as you expect. </p>
↗
http://www.gridtoflex.com/
Felipe Farias
May 12, 2018
Topics:
css, css grid, flexbox
<p>The skeptic’s guide to low-fidelity prototyping </p>
↗
https://www.smashingmagazine.com/2014/10/the-skeptics-guide-to-low-fidelity-prototyping/
Aline Silveira
May 11, 2018
Topics:
lean, ux, validation
<p>good overview of how to use movement well in your products' UX </p>
↗
https://medium.com/ux-in-motion/creating-usability-with-motion-the-ux-in-motion-manifesto-a87a4584ddc
Rob Novelino
May 9, 2018
Topics:
<p>How to write automated tests in Django [Django] </p>
↗
https://realpython.com/testing-in-django-part-1-best-practices-and-examples/
Amanda Savluchinske
May 8, 2018
Topics:
<p>Where are you placing the error messages on your form? If they’re not placed where users expect to see them, you could jeopardize their capability to complete your form </p>
↗
http://uxmovement.com/forms/the-best-place-for-error-messages-on-forms/
Felipe Farias
May 8, 2018
Topics:
design
<p>Understanding Flex-Grow </p>
↗
https://hackernoon.com/the-power-of-flex-grow-d8ea61ccf16e
Felipe Farias
May 8, 2018
Topics:
css, flexbox
<p>Useful tool for testing webhooks locally </p>
↗
https://ngrok.com
Vanessa Barreiros
May 7, 2018
Topics:
tunneling, webhook
<p>On Django, you should NOT use <code>loaddata</code> management command directly in a data migration. It will use the current model state, not the historical one, therefore your migration will certainly BREAK in the future: </p>
↗
https://stackoverflow.com/a/39743581/145349
Flávio Juvenal
May 7, 2018
Topics:
db, django, migrations
<p>a few tips on building slides </p>
↗
https://www.rodriguezcommaj.com/blog/a-few-tips-on-building-slides
Aline Silveira
May 7, 2018
Topics:
graphic design, presentation
<p>When setting up a bucket's policy on S3, if you want to access or change the data in it, you need to give permissions to both the bucket's root and its subobjects </p>
↗
https://stackoverflow.com/a/10884964/1060162
Luca Bezerra
May 4, 2018
Topics:
amazon, bucket, policy, s3
<p>The best introductory tutorial I found so far for Django Rest Framework + React </p>
↗
https://www.valentinog.com/blog/tutorial-api-django-rest-react/
Vanessa Barreiros
May 4, 2018
Topics:
drf, intro, react
<p>Design is a multi layered process, much more than the visuals. [UX, design process] </p>
↗
https://blog.intercom.com/the-dribbblisation-of-design/
Aline Silveira
May 4, 2018
Topics:
<p>Different ways of using Python 3.7's built-in breakpoint method: </p>
↗
https://hackernoon.com/python-3-7s-new-builtin-breakpoint-a-quick-tour-4f1aebc444c
Luca Bezerra
May 1, 2018
Topics:
breakpoint, debugging, python
<p>React Composition vs Inheritance: </p>
↗
https://reactjs.org/docs/composition-vs-inheritance.html
Flávio Juvenal
May 1, 2018
Topics:
composition, inheritance, oo, react, reuse
<p>How to get diff to report summary of new, changed and deleted lines: </p>
↗
https://stackoverflow.com/questions/767198/how-to-get-diff-to-report-summary-of-new-changed-and-deleted-lines
Flávio Juvenal
May 1, 2018
Topics:
diff
<p>On PostgreSQL, use <code>substring</code> function with regex along with multiple columns on <code>order by</code> to properly mix numeric with alphabetical order: </p>
↗
https://dba.stackexchange.com/questions/52569/order-by-alphabet-and-then-by-numbers
Flávio Juvenal
Apr 25, 2018
Topics:
db, postgres
<p>Session Storage and Local Storage in React </p>
↗
https://www.robinwieruch.de/local-storage-react/
Arimateia Neto
Apr 25, 2018
Topics:
<p>How far can you ride scrolling gestures in a design? </p>
↗
https://uxdesign.cc/scrolling-interactions-techniques-d6dafbfa4716
Felipe Farias
Apr 24, 2018
Topics:
<p>If you're using pipenv and want to install a package and add it to Pipfile, use <code>pipenv install</code> instead of <code>pip install</code> inside the shell, otherwise it won't save</p>
↗
Vanessa Barreiros
Apr 23, 2018
Topics:
pip, pipenv
<p>You can now take full page screenshots with Firefox! QUICK, stop using Chrome and switch to Firefox!! </p>
↗
https://blog.mozilla.org/firefox/5-ways-take-screenshots/
Filipe Ximenes
Apr 23, 2018
Topics:
<p>Amazing tool to generate useful gitignore files based on selected technologies: </p>
↗
https://www.gitignore.io/
Carlos Coelho
Apr 23, 2018
Topics:
git, gitignore
<p>Seven principles of effective digital navigation [UX, UI, web development] </p>
↗
https://medium.com/@gerrymcgovern/seven-principles-of-effective-digital-navigation-885231a0ffb4
Aline Silveira
Apr 23, 2018
Topics:
<p>Nice npm package for checking what's taking up space in your webpack bundle </p>
↗
https://www.npmjs.com/package/webpack-bundle-analyzer
Luca Bezerra
Apr 20, 2018
Topics:
bundle, javascript, npm, webpack
<p>React: improved support for returning multiple children from a component’s render method </p>
↗
https://reactjs.org/blog/2017/11/28/react-v16.2.0-fragment-support.html
Flávio Juvenal
Apr 19, 2018
Topics:
react, ui
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