<p>easy way to migrate a Trello Board to a Asana project. You can only do once for free, but it works amazingly well migrator.xyz</p>
Open link
Rob Novelino
Posted on
April 24, 2019
Topics:
Let's talk!
Clients
Services
Blog
About us
Careers
Let's talk!
SOFTWARE
HOUSE
Clients
Insights
Blog
Learnings
Careers
About us
Contact us
Tech Insights
Lessons we’ve learned while working on real projects
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>Engineering Teams Are Just Networks: </p>
↗
https://bellmar.medium.com/engineering-teams-are-just-networks-1fc16058879a
Flavio Juvenal
Dec 28, 2021
Topics:
hiring, management
<p>PostgreSQL Anonymizer: </p>
↗
https://postgresql-anonymizer.readthedocs.io/en/latest/
Flavio Juvenal
Dec 28, 2021
Topics:
db, postgres
<p>How to make Django migrations that add unique fields: </p>
↗
https://docs.djangoproject.com/en/3.2/howto/writing-migrations/#migrations-that-add-unique-fields
Flavio Juvenal
Dec 27, 2021
Topics:
db, django, migrations, uuid
<p>Celery with heavy workloads (TL;DR use RabbitMQ as broker and Redis as result backend): </p>
↗
https://techscouter.blogspot.com/2018/05/celery-with-heavy-workloads.html
Flavio Juvenal
Dec 26, 2021
Topics:
celery, python, rabbitmq, redis
<p>“There’s a confusion between effectiveness and efficiency that stands between doing the right things and doing things right. <em>There is surely nothing quite so useless as doing with great efficiency what should not be done at all.”</em> - Peter Drucker </p>
↗
https://hbr.org/1963/05/managing-for-business-effectiveness
Lais Varejão
Dec 24, 2021
Topics:
management
<p>You can run EXPLAIN on a SQL query directly from a Django queryset: </p>
↗
https://docs.djangoproject.com/en/3.2/ref/models/querysets/#explain
Flavio Juvenal
Dec 23, 2021
Topics:
db, django, performance
<p>Progressive Delivery: The art of moving fast but with control. </p>
↗
https://launchdarkly.com/blog/what-is-progressive-delivery-all-about/
Flavio Juvenal
Dec 22, 2021
Topics:
deployment, devops, featureflag, release
<p>It is basically always the case that the long-term costs of keeping a system working reliably vastly exceed any inconveniences you encounter while building it. Mature and productive developers understand this. Choose Boring Technology: </p>
↗
https://mcfunley.com/choose-boring-technology
Flavio Juvenal
Dec 22, 2021
Topics:
devops, infrastructure, operations
<p>"There's an underlying rule from evolution that the more specialized a system is, the less adaptable to change it is. Whether it's a bird over-fit to its ecosystem, or a database you're only using for one thing." </p>
↗
https://sirupsen.com/trading-complexity
Rebeca Sarai
Dec 21, 2021
Topics:
<p>Why Every Software Engineering Interview Should Include Ops Questions: </p>
↗
https://charity.wtf/2021/08/21/why-every-software-engineering-interview-should-include-ops-questions/
Flavio Juvenal
Dec 21, 2021
Topics:
devops, hiring, interview, sre
<p>Run less software: </p>
↗
https://www.intercom.com/blog/run-less-software/
Flavio Juvenal
Dec 20, 2021
Topics:
product
<p>A discussion of the distinctions (and dependencies) between reliability and resilience, and how to build complex systems that perform under strain and surprise. </p>
↗
https://increment.com/reliability/resilience-engineering-david-woods/
Flavio Juvenal
Dec 20, 2021
Topics:
reliability
<p>Impact & UX Research: What is it and how do we know we've achieved it? </p>
↗
https://joinlearners.com/talk/impact-ux-research-what-is-it-and-how-do-we-know-weve-achieved-it
Evilanne Brandão
Dec 20, 2021
Topics:
design, research, ux
<p>Keeping data integrity with Django migrations </p>
↗
https://cheesecakelabs.com/blog/keeping-data-integrity-django-migrations/
Gabriela Cavalcante
Dec 20, 2021
Topics:
django, migration
<p>How to test the callbacks passed to Django's transaction.on_commit</p>
↗
https://docs.djangoproject.com/en/4.2/topics/db/transactions/
Elton Morais
Dec 20, 2021
Topics:
django, testing
<p>Twelve-factor processes are stateless and share-nothing. Any data that needs to persist must be stored in a stateful backing service, typically a database. </p>
↗
https://12factor.net/processes
Flavio Juvenal
Dec 17, 2021
Topics:
<p>Holiday Book Recommendations for Engineering Managers, Software Engineers and Product Managers </p>
↗
https://blog.pragmaticengineer.com/holiday-tech-book-recommendations/
Filipe Ximenes
Dec 17, 2021
Topics:
<p>Content Security Policy Cheat Sheet </p>
↗
https://cheatsheetseries.owasp.org/cheatsheets/Content_Security_Policy_Cheat_Sheet.html
Pamella Bezerra
Dec 17, 2021
Topics:
security, web
<p>Disposability is one of the factors of The Twelve-Factor App: processes are disposable, meaning they can be started or stopped at a moment’s notice. </p>
↗
https://12factor.net/disposability
Flavio Juvenal
Dec 17, 2021
Topics:
<p>Export to CSV from PSQL using the copy command </p>
↗
https://dataschool.com/learn-sql/export-to-csv-from-psql/
Elton Morais
Dec 17, 2021
Topics:
database, postgresql, psql
<p>Reliability, constant work, and a good cup of coffee </p>
↗
https://aws.amazon.com/builders-library/reliability-and-constant-work
Paulo Pigatto
Dec 17, 2021
Topics:
reliability
<p>How to allow for the growth of your engineers: </p>
↗
https://leaddev.com/mentoring-coaching-feedback/addressing-skills-gaps-senior-engineers?utm_source=ActiveCampaign&utm_medium=email&utm_content=Addressing+skills+gaps+for+senior+engineers&utm_campaign=Originals+-+Issue+65+%28December+16%29
Diogo de Miranda
Dec 16, 2021
Topics:
career, growth, skills
<p>“Every product team’s number one goal should be to maintain product simplicity.” - </p>
↗
https://www.shopify.com/partners/blog/feature-creep
Lais Varejão
Dec 16, 2021
Topics:
product management
<p>TypeScript for Pythonistas: </p>
↗
https://medium.com/@Pilot-EPD-Blog/typescript-for-pythonistas-f90bbb297f0a
Rebeca Sarai
Dec 15, 2021
Topics:
python, typescript
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