<p>In celery, when retrying tasks, nothing will run after a <code>raise (...)</code>, even if the are no more retries left.</p>
https://docs.celeryq.dev/en/stable/userguide/tasks.html
Open link
João Lins
Posted on
July 28, 2021
Topics:
celery, python
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>the problems with trusting models too much, especially with not enough data </p>
↗
https://www.theguardian.com/science/2020/mar/25/coronavirus-exposes-the-problems-and-pitfalls-of-modelling
Rob Novelino
Apr 3, 2020
Topics:
<p>An optionated collection of (mostly) technical things every software developer should know </p>
↗
https://github.com/mtdvio/every-programmer-should-know
Carlos Coelho
Apr 3, 2020
Topics:
collection, software development
<p>The Product-Minded Software Engineer: </p>
↗
https://www.vinta.com.br/lessons-learned/?q=https%3A%2F%2Fblog.pragmaticengineer.com%2Fthe-product-minded-engineer%2F
Rebeca Sarai
Apr 2, 2020
Topics:
engineer, product, software
<p>How to Combine Two Python Decorators: </p>
↗
https://adamj.eu/tech/2020/04/01/how-to-combine-two-python-decorators/
Rebeca Sarai
Apr 2, 2020
Topics:
django
<p>Excel Viewer: extension for VSCode that provides read-only previews for CSV files and Excel spreadsheets. The contents of the file will be displayed in a FlexGrid control, which supports sorting and filtering via its column headers </p>
↗
https://marketplace.visualstudio.com/items?itemName=GrapeCity.gc-excelviewer
Pamella Bezerra
Apr 1, 2020
Topics:
extension, ide, vscode
<p>It's possible to reset all variables in an iPython shell without having to restart it by calling <code>%reset -f</code> #magic-reset</p>
↗
https://ipython.readthedocs.io/en/stable/interactive/magics.html
Vanessa Barreiros
Mar 31, 2020
Topics:
ipython, python
<p>Microsoft has an intelligent end-to-end analytics for safe deployment in large-scale cloud named Gandalf: </p>
↗
https://blog.acolyer.org/2020/02/28/microsoft-gandalf/
Rebeca Sarai
Mar 31, 2020
Topics:
analytics, monitoring
<p>A framework for product strategy </p>
↗
https://uxdesign.cc/building-the-product-strategy-bf0cb660480b
Pedro Bacelar
Mar 31, 2020
Topics:
product, strategy
<p>Fun Vim shortcut of the day: <code>map <F7> :!pytest %<CR> "Run pytest for the current file on buffer</code></p>
↗
Gustavo Carvalho
Mar 30, 2020
Topics:
python, vim
<p>What are coachmarks, and how they can improve the user experience </p>
↗
https://ui-patterns.com/patterns/coachmarks
Aline Silveira
Mar 30, 2020
Topics:
ui, ui components, ui design
<p>Identify your slowest test set using pytest by using the flag <code>--duration</code>, e.g. <code>--duration=50</code> will report the 50 slowest test set from a given test suite. Refer to: #profiling-test-execution-duration</p>
↗
https://docs.pytest.org/en/latest/usage.html
Carlos Coelho
Mar 26, 2020
Topics:
pytest, test profiling
<p>Train sklearn 100x faster: </p>
↗
https://medium.com/building-ibotta/train-sklearn-100x-faster-bec530fc1f45
Flávio Juvenal
Mar 25, 2020
Topics:
data-science, ml, sklearn
<p>If you're not using Oh My Zsh you totally should! Your shell will get VERY powerful. </p>
↗
https://github.com/ohmyzsh/ohmyzsh
Hugo Bessa
Mar 23, 2020
Topics:
development
<p>Fundamentals of color in interface design </p>
↗
https://uxdesign.cc/fundamentals-of-color-in-interface-design-ui-8127149f13e6
Pedro Bacelar
Mar 23, 2020
Topics:
color, design, interface, ui
<p>Easy to understand explanation of Big-O notation without any fancy terms: </p>
↗
https://roadmap.sh/guides/big-o-notation
Rebeca Sarai
Mar 20, 2020
Topics:
bigo, complexity, isolateddev, letmeout, programming
<p>"Once at a certain level, all problems are solved by people. There is no such thing as purely technical problems" says Silvia Botros on principal engineering: </p>
↗
https://blog.dbsmasher.com/2019/01/28/on-being-a-principal-engineer.html
Rebeca Sarai
Mar 20, 2020
Topics:
devathome, letmeout, managers, principalengineer
<p>Dynamically Generating DAGs in Airflow: </p>
↗
https://www.astronomer.io/guides/dynamically-generating-dags/
Flávio Juvenal
Mar 20, 2020
Topics:
airflow, python
<p>Fix path to import local modules in Airflow DAG code: </p>
↗
https://stackoverflow.com/q/47998552/145349
Flávio Juvenal
Mar 20, 2020
Topics:
airflow, python
<p>Django's GZipMiddleware compresses content for browsers that understand GZip compression #module-django.middleware.gzip</p>
↗
https://docs.djangoproject.com/en/3.0/ref/middleware/
Pamella Bezerra
Mar 20, 2020
Topics:
compression, django
<p><code>pdb.pm()</code> puts a breakpoint at the traceback found in <code>sys.last_traceback</code> . This is really useful when you're running some method in a console and you need a breakpoint at the moment the code threw the exception. See more at: #pdb.pm</p>
↗
https://docs.python.org/3/library/pdb.html
Carlos Coelho
Mar 19, 2020
Topics:
debugging, python
<p>BLUF: a strategy for effective communication </p>
↗
https://www.animalz.co/blog/bottom-line-up-front/
Aline Silveira
Mar 19, 2020
Topics:
communication, workflow
<p>Five Techniques to Lazy Load Images for Website Performance </p>
↗
https://www.sitepoint.com/five-techniques-lazy-load-images-website-performance/
Pamella Bezerra
Mar 18, 2020
Topics:
seo
<p>Software Development Trends 2020: Latest Research And Data </p>
↗
https://codingsans.com/blog/software-development-trends
Carlos Coelho
Mar 18, 2020
Topics:
research, software development, trends
<p>Standard Cache-Control directives </p>
↗
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control
Pamella Bezerra
Mar 17, 2020
Topics:
cache, seo
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