I've been using fastapi more and more lately and one feature I just started using is background tasks thoughts-333.
Posts tagged: python
All posts with the tag "python"
!https://github.com/dropbox/pyannotate
!https://github.com/tusharsadhwani/yen
!https://talkpython.fm/episodes/show/323/best-practices-for-docker-in-production
!https://xxhash.com/
!https://pypi.org/project/xxhash/
I just implemented a latest blog post link in Markata by asking for the first post slug from the blog feed. The imple...
sick wikilink hover
Today I set up some sick wikilink hover effects using tailwind see A Case For Tailwindcss. When you hover over them they show an image preview of the link that you are going to. I cant find where I have seen this but it comes from some docs sites.
I’ll finish this article later, just excited to see it up.
markata
This post is a work in progress.
Markata is the static site generator that I created to build my website about this site. I built it for me and I enjoy using it. I know everying it can do and I can extend it to do more easily. I have set it up for some friends to also use it and am proud that it helps them publish their content.
It’s a meme to create your own static site generator to make your website. Yes its funny, I don’t recommend it if your not ready for the level of work that comes with it, but at the end of the day it’s very rewarding and a great way to learn.
...
thinking about static sites in 2024
!https://hatch.pypa.io/latest/blog/2024/05/02/hatch-v1100/
!https://rich.readthedocs.io/en/stable/reference/panel.html
To allow access only to the , you can pass add the Resource field to the User Policy when you create a new token.
You can inspect sqlite tables with the sqlite shell.
I recently had to update my copier-gallery command to trust my own templates because some of them have shell scripts ...
Today I accidentally ran f2 in ipython to discover that it opens your $EDITOR! I use this feature quite often in zsh,...
I've really been enjoying using sqlmodel for my projects that need a database. One thing that I definitely lacked on ...
!https://15r10nk.github.io/inline-snapshot/
is a new tool that I am trying out for python testing. It takes snapshots of your outputs and places them inline with...
Typer makes it easy to compose your cli applications, like you might with a web router if you are more familiar with ...