<p>Inhumanity of Root Cause Analysis: </p>
https://www.verica.io/blog/inhumanity-of-root-cause-analysis/
Open link
Flavio Juvenal
Posted on
December 28, 2021
Topics:
devops, sre
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>Set a dynamic value for Django model parameter 'upload_to' using a callable factory class </p>
↗
https://code.djangoproject.com/ticket/22999
João Lins
Jun 5, 2018
Topics:
<p>Getting started with Celery [Celery]</p>
↗
https://www.youtube.com/watch?v=fg-JfZBetpM
Amanda Savluchinske
Jun 5, 2018
Topics:
python
<p>Auto reload Celery upon changes for development environments </p>
↗
https://avilpage.com/2017/05/how-to-auto-reload-celery-workers-in-development.html
Carlos Coelho
Jun 4, 2018
Topics:
celery, python
<p>a new evidence of how companies that grow too big can bring problems to the innovation ecosystem </p>
↗
https://www.economist.com/business/2018/06/02/american-tech-giants-are-making-life-tough-for-startups
Rob Novelino
Jun 4, 2018
Topics:
<p>React v16.x made some important changes (and deprecations) to the components lifecycles #component-lifecycle-changes</p>
↗
https://reactjs.org/blog/2018/03/29/react-v-16-3.html
Victor Ferraz
Jun 1, 2018
Topics:
javascript, react
<p>If you use <code>git clone –recursive</code> or manipulate submodules you need to update Git. The Git community has disclosed a vulnerability that allows remote code execution. More info here: and here: </p>
↗
https://blogs.msdn.microsoft.com/devops/2018/05/29/announcing-the-may-2018-git-security-vulnerability/
Rebeca Sarai
Jun 1, 2018
Topics:
<p>Possible things that might go wrong when you're working with mock </p>
↗
http://alexmarandon.com/articles/python_mock_gotchas/
Vanessa Barreiros
Jun 1, 2018
Topics:
Mock, python, test
<p>Effective TDD: Tricks to speed up Django tests (up to 10x faster!) </p>
↗
http://www.daveoncode.com/2013/09/23/effective-tdd-tricks-to-speed-up-django-tests-up-to-10x-faster/
Flávio Juvenal
May 31, 2018
Topics:
django, test
<p>Before publishing your package to PyPi, use <code>python setup.py check -r -s</code> to check if your <code>long_description</code> .rst file is correctly formatted</p>
↗
Vanessa Barreiros
May 31, 2018
Topics:
pypi
<p>Easy tutorial on publishing packages to PyPi </p>
↗
http://wittchen.io/2018/04/08/publishing-python-package-to-pypi/
Vanessa Barreiros
May 30, 2018
Topics:
packages, pypi, python
<p>Google has a portal with their research, guides and case studies about strategy, innovation and other interesting subjects </p>
↗
https://rework.withgoogle.com/
Vanessa Barreiros
May 29, 2018
Topics:
google, research
<p>Google has a new tool for design+development collaboration, and it looks awesome! </p>
↗
https://uxdesign.cc/is-google-going-to-eat-invision-alive-40075edd947b
Aline Silveira
May 29, 2018
Topics:
design tools, ui, ux
<p>If you need to split a path, use <code>os.path.split(path_str)</code> instead of <code>path_str.split(os.path.sep)</code>. otherwise you'll have problems with absolute paths even if you use <code>os.path.join</code> to join everything altogether</p>
↗
Carlos Coelho
May 28, 2018
Topics:
python
<p>Good article that overviews the usage of natural language linters </p>
↗
https://tech.signavio.com/2017/natural-language-linting
Carlos Coelho
May 28, 2018
Topics:
linters, nlp
<p>Nice material about code review: and </p>
↗
https://gist.github.com/dpogue/588058df0743072c3983c1459756e3f3
Rebeca Sarai
May 28, 2018
Topics:
<p>A library for lazy loading React components </p>
↗
https://github.com/jasonslyvia/react-lazyload
Victor Ferraz
May 28, 2018
Topics:
javascript, performance, react
<p>The best way to bind event handlers in React </p>
↗
https://medium.freecodecamp.org/the-best-way-to-bind-event-handlers-in-react-282db2cf1530
Victor Ferraz
May 25, 2018
Topics:
javascript, performance, react
<p>A selction of Cool Backgrounds </p>
↗
https://coolbackgrounds.io/
Lais Varejão
May 25, 2018
Topics:
background assets
<p>Chrome DevTools has an automated tool called Lighthouse in to audit performance, accessibility, progressive web apps, etc #devtools</p>
↗
https://developers.google.com/web/tools/lighthouse/
Lais Varejão
May 24, 2018
Topics:
accessibility audit, performance audit
<p>more-itertools: More routines for operating on iterables, beyond itertools </p>
↗
https://github.com/erikrose/more-itertools
Flávio Juvenal
May 24, 2018
Topics:
iterable, library, python
<p>Are triggers really that slow in Postgres? </p>
↗
https://www.cybertec-postgresql.com/en/are-triggers-really-that-slow-in-postgres/
Flávio Juvenal
May 23, 2018
Topics:
db, performance, postgres, triggers
<p>A beginner’s guide to database locking and the lost update phenomena (examples in Hibernate, but relevant to Django!): </p>
↗
https://vladmihalcea.com/a-beginners-guide-to-database-locking-and-the-lost-update-phenomena/
Flávio Juvenal
May 23, 2018
Topics:
db, django, lock, transaction
<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
Aline Silveira
May 23, 2018
Topics:
ux
<p>Python3.7's Data Classes makes it easier to create boilerplate code for classes </p>
↗
https://hackernoon.com/a-brief-tour-of-python-3-7-data-classes-22ee5e046517
Victor Ferraz
May 23, 2018
Topics:
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