<p>how to help the stakeholder focus on the outcome, rather than a predefined solution: </p>
https://medium.com/user-interface-22/the-back-up-question-defining-a-projects-good-enough-4ae29e72052b
Open link
Aline Silveira
Posted on
May 23, 2018
Topics:
ux
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>This gist can greatly improve speed of tests that sends email in Django. </p>
↗
https://gist.github.com/aericson/e278098b71154e2b6e523b38d63f8f73
André Ericson
Feb 13, 2017
Topics:
django
<p>Using Django? Be careful with custom values for <code><meta name="referrer"></code>! Yes, a HTML tag can break Django CSRF protection: (PS: note old browsers might misbehave with new <code><meta name="referrer"></code> values too! Better avoid it.)</p>
↗
https://code.djangoproject.com/ticket/16870
Flávio Juvenal
Feb 8, 2017
Topics:
django, html
<p>AWS IAM policy for allowing s3cmd to sync to an S3 bucket: </p>
↗
https://blog.willj.net/2014/04/18/aws-iam-policy-for-allowing-s3cmd-to-sync-to-an-s3-bucket/
Flávio Juvenal
Feb 8, 2017
Topics:
amazon, aws, s3
<p>Avoid the overhead of having the default <code><select></code> in Django Admin with all the related instances (ForeignKey or ManyToMany) just listing them in <code>ModelAdmin.raw_id_fields</code>. I've just done it and my admin change pages are being loaded up to 10x faster, avoiding a lot of request timed out error.</p>
↗
Victor Carriço
Feb 8, 2017
Topics:
django, optimization
<p>Interesting post about GraphQL. It covers some interesting uses for it and downsides: "Do We Need GraphQL?" </p>
↗
http://kellysutton.com/2017/01/02/do-we-need-graphql.html
Filipe Ximenes
Feb 8, 2017
Topics:
api, rest
<p>Be careful with Python's New-Style String Format </p>
↗
http://lucumr.pocoo.org/2016/12/29/careful-with-str-format/
Filipe Ximenes
Feb 6, 2017
Topics:
python
<p>Local Storage And How To Use It On Websites </p>
↗
https://www.smashingmagazine.com/2010/10/local-storage-and-how-to-use-it/
Felipe Farias
Feb 6, 2017
Topics:
javascript
<p>Avoid catching ObjectDoesNotExist exception, when you know the model use Model.DoesNotExist.</p>
↗
André Ericson
Feb 3, 2017
Topics:
django
<p>Why using Rails instead of some shiny new JS stack? (Could apply to Django as well): </p>
↗
https://www.quora.com/What-makes-Rails-a-framework-worth-learning-in-2017/answer/David-Heinemeier-Hansson
Flávio Juvenal
Feb 3, 2017
Topics:
framework, web
<p>What really matters when it comes to improving yourself for geting a great job are the things you do AFTER college. Study on your own, read a lot, atend online courses and events, and do open source! </p>
↗
http://blog.interviewing.io/lessons-from-3000-technical-interviews/
Filipe Ximenes
Feb 3, 2017
Topics:
programming
<p>PyCicle finds circular imports in your project </p>
↗
https://github.com/bndr/pycycle
Filipe Ximenes
Feb 2, 2017
Topics:
python
<p>Cool article on pythonic code review </p>
↗
https://access.redhat.com/blogs/766093/posts/2802001
Filipe Ximenes
Feb 2, 2017
Topics:
python
<p>The decorator is a nice and quick way to profiling memory usage in python functions </p>
↗
https://github.com/fabianp/memory_profiler
Victor Carriço
Feb 2, 2017
Topics:
python
<p>Microcontent: How to Write Headlines, Page Titles, and Subject Lines: </p>
↗
https://www.nngroup.com/articles/microcontent-how-to-write-headlines-page-titles-and-subject-lines/
Flávio Juvenal
Jan 30, 2017
Topics:
copywriting, product, ux
<p>JavaScript Promises explained in plain English in a funny way: </p>
↗
http://kosamari.com/notes/the-promise-of-a-burger-party
Flávio Juvenal
Jan 30, 2017
Topics:
javascript, promises
<p>Use feature toggles ( so you can make smaller Pull Requests and constant releases</p>
↗
https://martinfowler.com/bliki/FeatureToggle.html)
Filipe Ximenes
Jan 27, 2017
Topics:
web development
<p>Crazy stuff can be done with Python operator overloading: </p>
↗
https://github.com/czheo/syntax_sugar_python
Flávio Juvenal
Jan 27, 2017
Topics:
functional, python
<p>With Django's sitemaps framework, you can use <code>python manage.py ping_google[/sitemap.xml]</code> to let it know to reindex your site</p>
↗
Lais Varejão
Jan 27, 2017
Topics:
django, web development
<p>Django comes with a built-in redirects app for fixing 404 with redirects stored in database: </p>
↗
https://docs.djangoproject.com/en/1.10/ref/contrib/redirects/
Flávio Juvenal
Jan 26, 2017
Topics:
django
<p>When working with npm, create the habit of updating your environment with <code>npm update</code> (not <code>npm install</code>) regularly. The latter does not update already installed packages, the former follows semver from package.json.</p>
↗
André Ericson
Jan 25, 2017
Topics:
javascript, npm
<p>Cache Me If You Can #.rk6zz3yit</p>
↗
https://medium.com/python-pandemonium/cache-me-if-you-can-d9815c9e2b35
Filipe Ximenes
Jan 25, 2017
Topics:
caching, django, python
<p>about concerns we all should have when creating tech </p>
↗
https://www.youtube.com/watch?v=D55ctBYF3AY&t=3s
Rob Novelino
Jan 25, 2017
Topics:
prototyping, ux
<p>The object-fit property lets you crop an inline image</p>
↗
Lais Varejão
Jan 25, 2017
Topics:
css, html
<p>You should use django proxy models with custom managers</p>
↗
Anderson Resende
Jan 25, 2017
Topics:
django, python
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