Posts tagged: python

All posts with the tag "python"

I've been using fastapi more and more lately and one feature I just started using is background tasks thoughts-333.

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.

1 min read

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.

...

To allow access only to the , you can pass add the Resource field to the User Policy when you create a new token.

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 ...

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 ...