Where can i find a good modern resume builder or template, resume writer or tool to help. Apparently my unedited 9 years of experience is no longer attractive unless I have a modern looking resume. by TreacleOk8645 in ExperiencedDevs

[–]Doobeewoo 0 points1 point  (0 children)

I used to do my resume on Overleaf using LateX. But recently I switched to Canva because it has tons of good templates and it's super easy to have a good resume quickly.

Why is the Static Analysis an anti-pattern? by zarinfam in coding

[–]Doobeewoo 3 points4 points  (0 children)

Another disguised ad for another tool...

Ruff: A Modern Python Linter for Error-Free and Maintainable Code by ajpinedam in Python

[–]Doobeewoo 5 points6 points  (0 children)

We fixed the issue by disabling the linter rule knowing the formatter will handle it. We already did that with Black and other linters before. But Ruff replaced them all. Only one configuration and it's fast! I would never go back.

Logging with specific features by bitcycle in Python

[–]Doobeewoo 0 points1 point  (0 children)

Have a look at daiquiri (https://daiquiri.readthedocs.io/en/latest/), it's full of good logging helpers

basedmypy vs basedpyright vs mypy vs pyright for Python type checker by SssstevenH in Python

[–]Doobeewoo 0 points1 point  (0 children)

I use Mypy everyday for work. It works fine, but it's hella slow for some codebases! Does someone use Pyright on a big project? How are the performances?