-
testing nvim installs
None
-
๐ญ Colors - Core concepts - Tailwind CSS
Tailwind has the best color system, very well done. Even if you don't use it, it serves as a great color picker.
-
๐ญ Developer Productivity, v2 with ThePrimeagen | P...
Big fan of Primes setup. I was not far off of his setup before he really came on the scene, but I've picked up a ton of
-
๐ญ Jhey สยทแดฅยทใส: "breakin' down classics CSS backgro...
Jhey has the coolest webdev demos!
-
markdown split panel
None
-
tailwind aspect
None
-
markdown it attrs with slashes dont work
None
-
markata search
None
-
Markata DidYouMean
None
-
๐ญ Why is Kubernetes everywhere? | Kelsey Hightower...
Kelsey says several times in this interview, you don't need kubernetes. If you are running one node you don't need kube
-
๐ญ Models - Pydantic
I came accross fromattributes today it allows creation of pydantic models from objects such as a sqlalchemy Base Mod
-
pesos
None
-
๐ญ Top Python libraries of 2024 | Tryolabs
Really good listicle of new modern top python libraries from 2024. Very well done article with images, links, and an a
-
๐ญ Choosing color palettes โ seaborn 0.13.2 documen...
Good overview of seaborn color palettes. They have all sorts of different types, some designed to purposfully give each
-
I fixed lists in my blog
None
-
๐ญ poolers.postgresql.cnpg.io CRD metadata.annotati...
I've never seen or needed to use a serversideapply in kubernetes before, but I ran into this same issue in my k3s homela
-
emoji in headless chrome in docker
None
-
๐ญ Keycloak
Keycloak looks like an interesting way to setup sso. It's part of the cncf so it's got a good backing. I want somethin
-
๐ญ The Worst Thing You Can Do For Your Career - You...
Don't stop learning! Stop trying because you have a doomer outlook on ai, llms, industry and think they are taking over
-
๐ญ The Future of HTMX - YouTube
I like the charts that Theo brings to to these videos. Shout out for a positive k8s reference and not shitting on it.
-
๐ญ Availability
nice overview of availability measurements and what they really mean. The crazy world we live in today depends on so ma
-
nvim-manager
None
-
one-shot-s3-cleanup
None
-
postiz-file-upload
None
-
๐ญ V2 suddenly getting client-not-enrolled today - ...
Just tried using my twitter api key for the first time in quite awhile. Apps now need to be tied to projects in order t
-
๐ญ bic | Static blog generator, in bash
Intereresting someone built a blog generator in bash. it comes with normal markdown to html, static content, robots.txt
-
๐ญ Animate to height: auto; (and other intrinsic si...
Css is getting so good, new things like interpolate-size are making things that use to require some deep expertise and h
-
๐ญ cyclotruc/gitingest: Replace 'hub' with 'ingest'...
Gitingest has a python package on pypi that you can run with uvx, and it accepts the same arguments as the web version,
-
๐ญ Cracking the Code | Open Sauce 2024 - YouTube
Great panel of software folks at open sauce. It was interesting hearing from all these creators from the perspective of
-
๐ญ GitHub - ngalaiko/tree-sitter-go-template: Golan...
This setup fixed my nvim syntax highlighting in helm templates.
-
๐ญ Owning It ยท Matthias Ott
I can say I had the same kind of feelings when I first saw something called "Own Your Web" being run in Buttondown. I t
-
๐ญ Realign โ Chris Coyier
Chris Coyier had a small re-align on his site, some good nuggets in here. > I like the idea of having a photo of myself
-
๐ญ About Me โ Harry Roberts โ Web Performance Consu...
I've only recently learned what colophon means, and I really like to read through site that use it. If you don't know i
-
๐ญ Own Your Web โข Buttondown
I'm a sucker for good own your own shit on the web blogs, and Matthias Ott has a top notch one here. The archive has be
-
slow nfs performance
None
-
/colophon
None
-
๐ญ slash pages
A nice list of slashpages you might want to consider including / aliasing / 301ing. These feel like nice things to setup
-
๐ญ We need to have a talk... - YouTube
Theo does a fantastic history of serverless here. Kubernetes shit Theo can't have an infra video without shitting o
-
๐ญ Why Your Backend Shouldn't Serve Files - YouTube
Lane from boot.dev madde this fantastic video about serving files on the internet. It has me wondering if I need to ret
-
๐ญ The beautiful sentence that is the web
Nicely worded Cassidy! Javascript can be too much, it can bog down low powered devices, we can ship so much that its un
-
๐ญ How to configure base url for all requests using...
Today I learned how to configure the baseurl for htmx using the <base> tag. This is pretty handy to be able to configur
-
๐ญ Addy Osmani: "Tip: Chrome DevTools can override ...
WTF, you can just change a server response from devtools and update a vuejs app? Just tried with htmx, and my GET reque
-
๐ญ kitze ๐ on X: "holy fk I thought package.json wa...
kitze hating on python packaging in new ways. Python packaging has a lot of quirks that can make it infuriating. Not
-
๐ญ 4 Tips for Building a Production-Ready FastAPI B...
Great list of 4 tips for running fastapi applications. Keep routes small Fat routers with all of the logic built
-
๐ญ Building Python tools with a one-shot prompt usi...
This is really interesting, the lazy uv scripts are really becoming quite appealing, especially for something like this
-
๐ญ Status | Depot
Depot's uptime seems to be great. I definitely hit some issues with it this afternoon 12/24/24 that were not reported.
-
๐ญ Deploy to Fly using a Depot builder
Here the integration to depot appears to be opt in using the --depot flag on fly deploy. This must have changed ove
-
๐ญ Depot
Just learned about depot today ironically because it seems to be down and fly is using them under the hood to do the con
-
๐ญ Cursor + Windsurf Settings to 5x AI's Output Qua...
This was an eye opening video into agentic editing workflows. setting rules Dfferent ai tools use different rules
-
๐ญ Talking with Typecraft - YouTube
This is a pretty great episode talking shop with typecraft. They talk setups, cameras, content creation. I found them t
-
๐ญ PEP 723 โ Inline script metadata | peps.python.o...
PEP 723 is what is inspiring all of these lazy self installing python scripts, Authored by the author of hatch and pyapp
-
๐ญ Switching from virtualenvwrapper to direnv, Star...
I've kinda fallen out of using direnv now that a lot of my projects use hatch, I generally just hatch shell into them.
-
๐ญ Lazy self-installing Python scripts with uv
I really like Trey's steps to making an executable python script with uv his old process seems to be the same with a ne
-
๐ญ docker context (and an issue to question your sa...
Dang context can really cause you to pull your hair out. Context seems so freaking convenient, but I've avoided it and
-
thoughts 0.0.4
None
-
๐ญ Styling better custom inputs with Dave Rupert - ...
Reminder to tune in later, can't watch now, but saw a link on Dave's blog. ![image](https://dropper.wayl.one/api/file/e
-
Links rely on color to be distiniquishable
None
-
๐ญ Add a healthcheck to your FastAPI app | Pype.dev
Nice example of adding a healthcheck to fastapi, and integrating it with docker. Don't forget to include curl in the in
-
๐ญ casey/just: ๐ค Just a command runner
new versions of just now come with color variables already set. bash [group('manage')] version: !/usr/bin/env
-
๐ญ pipedream/justfile at main ยท thechangelog/pipedr...
I found this nugget in thechangelogs justfile, it lets you add color to your justfile with variables quite easily.
-
๐ญ Hurl - Run and Test HTTP Requests
Hurl was mentioned by @gerhard on the latest [changelog and Friends](https://www.youtube.com/watc
-
๐ญ watchfiles
Simple, modern and high performance file watching and code reload in python.
-
๐ญ Changelog on X: "๐ฃ๏ธ@dhh on Kubernetes' migration...
switching cloud providers, theres no easy way. K8s was supposed to get us there, haha, the deep integrations with each
-
๐ญ Inside Argo: Automating the Future - YouTube
This is a really amazing documentary of argocd. I got into k8s pretty late in the game. Which is pretty typical for me
-
๐ญ Introduction - bootc
bootc is the underlying technology that enables OS's like bazzite, and Aurora from the uBlue ecosystem.
-
๐ญ Wes Bos on X: "CSS Anchors: flip a tooltip to th...
These css anchors are crazy that you can do this with html and not a bunch of js, probably requiring a library or framew
-
price an stl print on slant3d
None
-
๐ญ Production-ready Python Docker Containers with u...
Hynek has a sick dockerfile setup for using uv in python projects.
-
๐ญ Proper handling of None in WHERE condition ยท Iss...
SQLModel models ship with an is, and isnot that you can use to compare to None without pesky linters complaining.
-
๐ญ Cluster API book
Cluster API book
-
๐ญ Document how to provide a negative number as an ...
Today I learned that you cannot pass negative integers as values to typer. in this case contextsettings={"ignoreunkn
-
๐ญ Aaron Francis on X: "๐ฃ We're excited to announce...
Aaron Francis is a database master, pumped for thsi dude and all that he is able to accomplish.
-
๐ญ Will McGugan on X: "New Version of #Textual rele...
This new demo of textual is wildly awesome, so many widgets and features being added into the main library. The themes
-
๐ญ Pin versions of dependencies ยท Issue #2200 ยท Koz...
weazyprint was throwing me some errors, turns out that it's currently not compatible with the latest pydyf package. my
-
๐ญ Support regex substitution command ยท Issue #2232...
Here is a really good vim substitute with regex capture groups, saving this one for a rainy day. md Reading 1: T
-
๐ญ Support regex substitution command ยท Issue #2232...
Interesting take on refactoring the whole codebase from your editor. In this thread the-mikedavis suggests multicursor
-
๐ญ Database Remote-Copy Tool For SQLite (draft)
Simon shared a really cool new utility tool for sqlite ispired by rsync. It checks hashes of each sqlite page and syncs
-
๐ญ distrobox/docs/usage/distrobox-assemble.md at ma...
This page is gold. It lays out all of the distrobox assemble api with some good examples of how to get access to thing
-
๐ญ add init hooks and exported bins ยท WaylonWalker/...
Today I learned that you can use inithooks to access host machine commands from inside a distrobox container. This is
-
k3s config after first install
None
-
๐ญ Alternatives to Using Pure Black (#000000) for T...
A nice set of blacks to use in web design. Subtle variants off of black or white like this can really make your design l
-
๐ญ Wes Bos on X: "Are you using position: absolute;...
This is a pretty incredible use of css grid to overlay items overtop of each other without needing to resort to positio
-
๐ญ Buttery icons
Some sick looking icons no attribution needed.
-
๐ญ Installing Python - uv
uv now can install python for you. uv is inspired by rust's cargo, an all in one fast package and installation mana
-
Obsidian-new-file
None
-
Slug
None
-
๐ญ Hotkey to open link under at the text cursor pos...
Obsidian has a go to definition like feature, the keybind is alt+enter, I would have never guessed this one.
-
Obsidian-go-to-definition
None
-
Obsidian Using Templater Like Copier
None
-
Obsidian Image Converter
None
-
๐ญ How Fly.io uses Docker (without Docker) - YouTub...
Docker no Docker, what!!! So fly.io uses Dockerfiles to deploy your app, but no docker. They use containerd to downlo
-
๐ญ Sqlite-jiff
Sqlite is getting rust extensions now, and datetimes make it totally worth if if they work well and and fast, two things
-
๐ญ Text cursor bug in my Chrome browser that causes...
today I learned that there is an accessibility feature in chrome that allows you to place a text cursor anywhere on the
-
๐ญ python is simultaneously at the top and the bott...
Hard to argue this take, happy to see that its at the top. With it being such an old language its amazing that it still
-
๐ญ Command Line Interface Guidelines
This is a pretty sick set of guidelines to help you write better cli programs, I'm definitely coming back to reading thi
-
๐ญ Render-blocking on purpose
You can explicitly make a script render blocking, nothing will be rendered until this js is ready. html <script bl
-
๐ญ FastHX
Very interesting approach to htmx and fast api. It uses separate decorators for returning template partials and json th
-
๐ญ FastHX
Very interesting approach to htmx and fast api. It uses separate decorators for returning template partials and json th
-
k8s kustomize diff
None
-
๐ญ svenstaro/miniserve: ๐ For when you really just ...
miniserve is a sweet http server, replacement for python -m http.server. It's fast, runs off a small binary, but why
-
kubectl dash k
None
-
diskcache as debounce
None
-
๐ญ Background Tasks - FastAPI
fastapi comes with a concept of background tasks which are functions that can be ran in the background after a function
-
๐ญ markdown-it-pyrs ยท PyPI
markdown it py running in rust claims to be 20x faster. I'll definitely look into this if markdown it py is ever a bott
-
๐ญ DiskCache API Reference โ DiskCache 5.6.1 docume...
diskcache has a peekitem method that allows you to lookup the expiretime of a cached item without changing it. I recen
-
๐ญ Kustomize: The Best Way to Manage Your Kubernete...
Great intro into kustomize. This helped me get started with kustomize.
-
Install sealed-secreats via manifest
None
-
kind cluster
None
-
๐ญ Find And Replace one eyed kirby
another great use and demo of the one eyed fighting kirby
-
๐ญ PolyFill Vulnerability is WILD - YouTube
Damn, supply chain vector attacks are wild. Random guy in Primes stream was getting $40k offers to buy their open source
-
๐ญ Queueing โ An interactive study of queueing stra...
Absolutely sick post. This is top tier animated blog posts. This posts demos how different queuing systems work with
-
๐ญ One Script Tag Just Pwn'd Over 100,000 Websites ...
Supply chain attacks are so big these days engineers definitely need to take these into consideration. It's wild that s
-
๐ญ PyAnnotate: Auto-generate PEP-484 annotations
pyannotate is a tool that uses runtime types to suggest type annotations to use. Test runners such as pytest can be use
-
๐ญ tusharsadhwani/yen: Create virtual environments ...
> Create virtual environments for any Python version, without needing Python installed.
-
๐ญ Where DOESNโT curl run with curl BDFL Daniel Ste...
Love how Daniel just brushed off the number of netflix tv installs as small beans for curl installs. overall great epis
-
๐ญ Releases ยท stackrox/kube-linter
A linter for linting kubernetes manifests and help charts.
-
๐ญ Adam Wathan, Creator of TailwindCSS - YouTube
Two inspirational people in one podcast, its cool to see how adam thinks about code, css, webdev, and building businesse
-
๐ญ Episode #323 Best practices for Docker in produc...
Great listen for anyone interested in productionizing python code with docker. Itamar brings up some Don't trust bas
-
๐ญ podman requries qemu-system on ubuntu
podman requires qemu-system on bash โฏ podman machine init Looking up Podman Machine image at quay.io/podman/machi
-
๐ญ Customize and apply backgrounds fast | SVG Backg...
svgbackgrounds is a really awesome resource for svg things recently featured on [https://shoptalkshow.com/618/](https://
-
๐ญ argoproj/argo-events: Event-driven Automation Fr...
Argo events is an event driven automation framework for kubernetes that can create kubernetes objects among other things
-
tailwind post template
None
-
๐ญ Darren Burns ๐ฑ on X: "Here's an early clip of my...
This looks like a sweet tui postman clone. Darren is really rolling with these tui's. Cant wait to see where this one
-
๐ญ xxHash - Extremely fast non-cryptographic hash a...
> xxHash is an extremely fast non-cryptographic hash algorithm, working at RAM speed limit. It is proposed in four flavo
-
๐ญ xxhash ยท PyPI
I hit an issue with markata where even though a bunch of articles were cached, the site build was still slow because I w
-
Latest Page in Markata
None
-
๐ญ How to Deliver Code Every Day | Jake Worth
Great set of tips here! > No waiting. No โwaiting until tomorrowโ or โItโs Friday, letโs wait until Mondayโ to deploy.
-
sick wikilink hover
None
-
markata
None
-
๐ญ Text Decoration - Tailwind CSS
Tailwind calls strikethrough line-through. This caught me off guard and took me a minute to find. > Control how text i
-
๐ญ eraser-dev/eraser: ๐งน Cleaning up images from Kub...
This is kinda sick, its a tool to clean up container images in a k8s cluster.
-
๐ญ Distrobox
distrobox gives you distrobox-host-exec to run commands on the host. This is handy to get access to host level clis th
-
๐ญ How Ahrefs Gets a Billion Dollar-Worth Infrastru...
2024 has been a wild year for infra with going "back" to on prem being made popular by @dhh.
-
๐ญ Safer Bash Shebang Recipes - Just Programmer's M...
When using justfiles each line is ran separately from the last, unless you specify the file to be ran by something other
-
๐ญ Justfile Cheat Sheet by linux_china - Download f...
This is a dope ass cheat sheet for justfiles. It's filled with good examples that are short and to the point, probably
-
๐ญ Dax Raad - SST, Build modern full-stack applicat...
such a sick episode with dax. SST's free tier will be free as long as aws allows a free tier, their free tier literally
-
๐ญ Fields - Pydantic
exclude=True and repr=False is a good pydantic combination for secret attributes such as user passwords, or hashed p
-
๐ญ Hatch v1.10.0 - Hatch
Hatch be flyin. This new release of hatch includes support for the new package installer uv which is just mind blowin
-
๐ญ I Interviewed Uncle Bob - YouTube
Fantastic interview with Uncle Bob, really it was more of a 2 way conversation. So many of Uncle Bob's takes have been
-
๐ญ How an empty S3 bucket can make your AWS bill ex...
Imagine waking up to a $1,300 for running an example project! That sounds like peanuts for a cloud bill but for an indi
-
๐ญ Media Types
A full list of standard Accept types. This is a handy reference.
-
๐ญ rich.panel โ Rich 13.6.0 documentation
This is my go to rich response container for clis written in python. It creates a nice box around the content on the sc
-
๐ญ Handling Errors - FastAPI
This page shows how to customize your fastapi errors. I found this very useful to setup common templates so that I can
-
๐ญ Creating SSH Apps with Charm Wish and Laravel Pr...
Joe has a sick cli.labs site for deploying tui applications. bash ssh cli.lab.joe.codes
-
๐ญ white-space - CSS: Cascading Style Sheets | MDN
html can preserve newline \n characters by styling an element with white-space: pre-wrap; > pre-wrap Sequences
-
๐ญ > htmx ~ The response-targets Extension
The htmx response-targets extension allows me to respond to errors from the backend and do normal htmx swaps. > !!! not
-
๐ญ How to Restart All Pods in a Kubernetes Namespac...
As of kubernetes 1.15 there is an easy way to restart all pods in a deployment. bash kubectl -n {NAMESPACE} rollout
-
control minio token access
None
-
How to List Sqlite tables
None
-
Redka Runs on SQLite
None
-
๐ญ MarkdownDown
Small web app to convert html into markdown. Pretty cool idea. I actually want to look into this for reader and see how
-
copier trust
None
-
๐ญ argocd automated sync
yaml --- apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: kanboard namespace: argocd spec:
-
๐ญ Manual Upgrades | K3s
You can give k3s an install channel to install stable, latest, or specific versions like 1.26. This is handy to
-
ipython f2
None
-
๐ญ sql - How can I list the tables in a SQLite data...
I learned about the sqlitemaster table from this stack overflow answer. This helps make a lot of sense to how sqlite w
-
sqlmodel indexes
None
-
python inline snapshot
None
-
๐ญ inline-snapshot
This is a cool snapshot testing tool that automatically creates, and updates test values for you. Starting with some te
-
๐ญ nalgeon/redka: Redis re-implemented with SQLite
Redka a sick new redis compatable api, that uses sqlite as its backend datastore. It feels lightweight to use as it is
-
sqlite vacuum
None
-
Tailwind Animations
None
-
Composing Typer clis
None
-
tailwind arbitrary values
None
-
fix npm global install needs sudo
None
-
darkmode scrollbars
None
-
One Day Build - Play Outside
None
-
Udating Cloudflare Pages using the Wrangler cli
None
-
๐ญ node.js - How to fix npm throwing error without ...
Its sad that this is not the accepted answer. bash mkdir ~/.npm-global export NPMCONFIGPREFIX=~/.npm-global expo
-
๐ญ google chrome - Webkit scrollbar CSS, always a w...
This is how you fix the stupid corner section of a double scroll bar being white on a dark theme site. css ::-webk
-
scheduling cron jobs in kubernetes
None
-
๐ญ Cache Ruins Everything Around Me - YouTube
This is an interesting problem. I want to make a solution for this on htmx-patterns. I would make user specific routes
-
๐ญ building a youtube tool in 24 hours to prove a p...
So cool to see ROX build this over the course of a day.
-
jinja macros
None
-
jinja loop variable and htmx
None
-
fastapi jinja url_for with query params
None
-
setting up a kind cluster with argocd installed
None
-
feeds
None
-
๐ญ sql - SQLite: COUNT slow on big tables - Stack O...
Another interesting option for slow count queries in sqlite. > If you haven't DELETEd any records, doing: sql SELE
-
๐ญ Optimizing SQLite for servers
Very interesting article by Sylvain, suggested by Simon Willison. Definitely some things that I want to come back and t
-
๐ญ Sealed Secrets
kubeseal is a pretty simple to get started with way to manage secrets such that they can be stored in a git repo and be
-
kubernetes kubeseal
None
-
kubernetes 6 months in
None
-
๐ญ Middleware Explained - YouTube
Great episode covering a seemingly simple topic. What I really benefitted from was hearing all the different use cases,
-
๐ญ fastapi decorators
I've been using these decorators to modify the behavior of specific routes. It will do things like 404 admin only route
-
๐ญ Simon Willison on X: "TIL Google Chrome has a --...
Huh, so this is just built right into the chrome cli. python /Applications/Google\ Chrome.app/Contents/MacOS/Google
-
๐ญ fastapi https url_for
jinja's urlfor in fastapi does not account for https by default, there is probably a better way, but this is a way t
-
๐ญ learning strawberry
python import logging from typing import List import strawberry from fastapi import FastAPI from strawberry.fastapi
-
๐ญ Configure Liveness, Readiness and Startup Probes...
What is the difference between health, liveness, readiness, and startup? This article does a great job at a full writeu
-
๐ญ docker - Where does the convention of using /hea...
The convention of "z-pages" comes from google and reduces the likelihood of collisions with application endpoints and ke
-
๐ญ Placehold | A simple, fast and free image placeh...
This is a handy placeholder generator for generating placeholder items like images, and videos.
-
๐ญ My New Python Lsp Setup
I figured out the killer combination for python lsp servers, ruff and jedi! ruff does all of the diagnostics and format
-
๐ญ flake8-to-ruff ยท PyPI
Underrated python library to on board ruff, or just use it on a project where its not the norm. ruff claims that its 99
-
๐ญ searching my thoughts locally
First I need to fetch my thoughts from the api, and put it in a local sqlite database using sqlite-utils. bash ft
-
๐ญ jesseduffield/lazydocker: The lazier way to mana...
I've been using this for a few weeks now and it's fantastic. It's reminds me of lazygit, it gives a nice quick interfac
-
๐ญ Creating One-To-Many Relationships in Flask-SQLA...
Great example from Anthony showing how easy it is to practice building database orm models and playing with them in a re
-
๐ญ python - Concepts of backref and back_populate i...
Today I came across some sqlalchemy models that created some relationships, some used backref some used backpopula
-
๐ญ Dawn Gate - The Game that Solved Toxicity - 2 - ...
Thor is just straight up a great Human being! Getting a gaming company to tie power and progression with being nice is
-
๐ญ I'm Skeptical Of Low Code - YouTube
Great take on low code. I have definitely felt the pressure of being presented low code options, "look it does almost e
-
๐ญ The One Eyed Fighting Kirby
I've heard prime say just give it the one eyed fighting kirby so many times, and execute it few times, and there is no
-
๐ญ Java - ArchWiki
Today I learned that arch has a helper script archlinux-java to set the version of java. bash archlinux-java sta
-
๐ญ Read a Range of Data - LIMIT and OFFSET - SQLMod...
Today I was running some sqlmodel queries through the sqlalchemy orm. Admittedly I've not done enough orm queries befor
-
๐ญ Template Designer Documentation โ Jinja Document...
html code generated by my jinja templates generally look half garbage because of indents and whitespace all over the pla
-
thoughts on unit tests
None
-
๐ญ We Finally Agree On Unit Tests - YouTube
Theo's response puts a lot of my feelings about unit testing into words. It's crazy how cargo culty it becomes that the
-
๐ญ Mastodon.py โ Mastodon.py 1.8.1 documentation
Mastadon.py is a python api client for mastadon that makes it easy to cross post to mastadon. python from mastodon
-
๐ญ bunny.net - The Content Delivery platform that t...
bunny.net looks like an interesting cloudflare alternative.
-
๐ญ IndieWebify.Me - a guide to getting you on the I...
This is a sick guided site to validate indieweb tags on your site. It makes it much easier than trying to do it yoursel
-
๐ญ FastAPI - dependency inside Middleware? - Stack ...
After struggling to get dependencies inside of middleware I learned that you can make global dependencies at the app lev
-
๐ญ Handling Errors - FastAPI
This page shows how to customize your fastapi errors. I found this very useful to setup common templates so that I can
-
๐ญ logs with FastAPI and Uvicorn ยท Issue #1508 ยท ti...
Setting an additional log handler to the uvicorn logger for access logs in fastapi was not straightforward, but This pos
-
๐ญ How to group FastAPI endpoints in Swagger UI?
Setting tags in your fastapi endpoints will group them in the docs. You can also set some metadata around the t
-
Hiding Form input During htmx Request
None
-
๐ญ Show some equivalent list comprehensions in filt...
I often want to reach for non existing list comprehensions in jinja 2, Here are a few nice equivalents. python a: {
-
๐ญ DataDog/ddqa: Datadog's QA manager for releases ...
DataDog ddqa is building out a textual app and deploying it with pyapp. They have CI setup to fully build and cross com
-
๐ญ Adam Wathan on X: "Hear me out. https://t.co/QHk...
I'm going to give this trick a shot on my sites, and see how I like it. css { min-width: 0 } Down in the
-
๐ญ Path Operation Advanced Configuration - FastAPI
Excluding routes from fastapi docs, can be done from the route configuration using includeinschema. This is
-
๐ญ Protect API docs behind authentication? ยท Issue ...
You can protect your fastapi docs behind auth so that not only can certain roles not run certain routes, but they cannot
-
๐ญ Cancel subscriptions | Stripe Documentation
This is a handy guide to cancelling stripe subscriptions. python Set your secret key. Remember to switch to your
-
Stripe Cancellations in FastAPI and SQLModel
None
-
๐ญ Retrieve an upcoming invoice | Stripe API Refere...
You can find your customers next billing date through the stripe api by using Invoice. and passing in customer, custom
-
๐ญ Search | Stripe Documentation
Stripe has it's own query language for querying data. I'm just getting into using it and it seems pretty good so far.
-
๐ญ Stripe keys and IDs
Stripe has so many keys and ids this is a very helpful list to decode what exactly an id is for.
-
Looking for a Heroku replacement, What I found was...
None
-
Still Loving Tailwind
None
-
๐ญ CSS @media print issues with background-color; -...
Get those print colors exact css body{ -webkit-print-color-adjust:exact !important; print-color-adjust:exact !i
-
๐ญ page-break-after - CSS: Cascading Style Sheets |...
I'm working on something that might go to print, so I want the page breaks to happen somewhat in my control as the conte
-
๐ญ How to Build a Website or App
Great tips in this one. They discuss everything from front end to backend, databases and ORMS, here are a few o
-
๐ญ Will McGugan on X: "Just a wee thing that came u...
Textual is so sick, Will just made a live markdown editor in the terminal!
-
๐ญ Sebastiรกn Ramรญrez on X: "Now @FastAPI has 65k+ G...
Fastapi passes flask in GitHub stars! [![screenshot of https://twitter.com/tiangolo/status/1729153717956715007](http://
-
๐ญ Separations of Concerns is a Lie - YouTube
Nice take by @t3dotgg. Some of the old patterns that go deep into webdev, MVC, separati
-
๐ญ Heroicons
heroicons is a really nice set of many of the basic icons that you will need for building nice ui's. They have a really
-
๐ญ Uptime Kuma
Uptime kuma is a fantastic self hosted monitoring tool. One docker run command and you are up and running. Once you ar
-
๐ญ Kubernetes Secrets in 5 Minutes! - YouTube
I am converting my docker compose env secrets over to k8s secrets. This guide was clear and to the point how I can repl
-
๐ญ Waylon Walker ๐ on X: "Which is more complicated...
Wow, shocked at these results. All this time I've been told and believed that k8s is incredibly hard, and you need a $1
-
๐ญ Wes Bos on X: "๐ฅ The stale-while-revalidate head...
Wes has some of the coolest OG images i've ever seen. Here he talks about how to enable cache configuration so that its
-
๐ญ > htmx ~ Locality of Behaviour (LoB)
Interesting principle here. What a great example, If I'm looking at the second jQuery example, I have to dig into dev t
-
๐ญ Creating k8s jobs with python
I was looking to add running kubernetes jobs to a python cli I am creating, and I found this solution, mostly thanks to
-
๐ญ mkimuram/k8sviz: Generate Kubernetes architectur...
This is a sick kubernetes architecture diagran generation tool. Here is an example ![an example output from k8sviz](ht
-
๐ญ casey/just: ๐ค Just a command runner
I think just, might just be the thing I have been looking for. I've been looking for some ci/cd that I can host myself,
-
๐ญ Translate a Docker Compose File to Kubernetes Re...
kompose is a sick cli to convert docker-compose.yml to kubernetes manifest. bash install curl -L https://githu
-
๐ญ Daniel Nashed's Blog
Running your own docker registry in one line bash podman run -d -p 5000:5000 --restart=always --name registry regi
-
๐ญ Kubernetes Persistent Volumes with Deployment an...
Example of how to add a pvc to a deployment.
-
๐ญ Inspect a Kubernetes PersistentVolumeClaim | Fra...
I was curious to see what was going on inside of my minio object storage. Great technique here by Frank to create an ins
-
๐ญ Can't create Secret in Kubernetes: illegal base6...
In order to use k8s secrets manifest you first need to encode the data values. bash echo -n 'megasecretkey' | ope
-
๐ญ Can I access k3s using just kubectl (no sudo and...
Right after installing k3s you are going to need to use sudo to use any kubectl command. The reason for this is tha
-
๐ญ Quick-Start Guide | K3s
I recently spun up k3s in my homelab. I'm trying to offload some work off of my free tier fly.io app in order to keep i
-
๐ญ Tailwind Connect 2023 โ Keynote - YouTube
Tailwind comes with space that I have never heard of that is made to give margin and padding together in one class. A
-
๐ญ Episode #433 Litestar: Effortlessly Build Perfor...
Litestar is an interesting api framework similar to fastpi, that I am interested to check out to see if it fits into som
-
๐ญ Delete a Postgres Cluster ยท Fly Docs
Deleting a fly postgres db cluster was not straightforward to me as the app name is not inferred from the toml like it i
-
๐ญ Twitter Requires full image_urls
Yet again twitter cards were causing me pain. This time it was me not realizing that they require full urls, and not re
-
๐ญ Has Web Development Regressed? A Conversation wi...
Boot.dev is crushing it with these interviews. This one has Wes Bos, includes teaching, webdev, where is webdev headed.
-
๐ญ sysid/sse-starlette
sse-starlette provides server sent events for startlette and FastApi. I'm evaluating for use with htmx. Installatio
-
๐ญ Overflow - Tailwind CSS
Controlling overflow with tailwindcss Examples html <div class="overflow-visible ..."></div> <div class="overf
-
๐ญ How To Create a Custom Scrollbar
Default scrollbars on a dark theme website are just the ugliest thing. This page covers all the pseudo selectors needed
-
๐ญ Change Autocomplete Styles in WebKit Browsers | ...
All the hover, select, autofil, focus combinations have left me confused on how to consistently get my form elements sty
-
๐ญ florimondmanca/arel: Lightweight browser hot rel...
arel is a "Lightweight browser hot reload for Python ASGI web apps" I just implemented this on my thoughts website usin
-
๐ญ Automatic browser reloading in FastAPI
I just discovered arel for hot reloading python applications when content changes from
-
๐ญ Bob Belderbos on X: "Forget Python for a sec, he...
I need to learn regex capture groups better. This is so dang powerful. I really like the \v that bob uses here, it real
-
๐ญ teej dv ๐ญ on X: "Hypermedia fixes this HATEOAS g...
HATEOAS gonna hate. More and more htmx seems like the js library for backend devs. So rather than making 55 rest calls
-
๐ญ Open source, not open contribution with Ben John...
Ben Johnson was on the Changelog a few years back covering his work on litestream, and talks about why he chose to go op
-
how to host static content with fastapi
None
-
๐ญ DjangoCon Europe 2023 | Use SQLite in production...
Very inspiring talk, TLDR, you probably don't need a database server. sqlite will probably be faster, simpler to mainta
-
Set up minio bucket entrypoint
None
-
๐ญ benbjohnson/litestream: Streaming replication fo...
litestream is a sick cli tool for steaming replicas of sqlite. It automatically does daily snapshots, and str
-
why-is-postgres-default
None
-
๐ญ Why I Built Litestream - Litestream
As applications scale to the edge, to put compute as close to the user as possible, database queries back to the master
-
๐ญ I'm All-In on Server-Side SQLite ยท The Fly Blog
SQLite is the next big database trend. with more horizontal scaling, close to user read heavy applications, having your
-
๐ญ LiteFS Cloud: Distributed SQLite with Managed Ba...
Fly.io's solution to sqlite managed backups.I definitely want to look into this a bit, but moreso the tech under the hoo
-
๐ญ How to run pods as systemd services with Podman ...
podman comes with a nice command for generating systemd service files (units). bash $ podman pod create --name=my-p
-
๐ญ Pagefind | Pagefind โ Static low-bandwidth searc...
Pagefind is absolutely insane. I've tried a number of static site searches, and found them all hard to get get going, c
-
Setup Tailwind for Jinja
None
-
A Case For Tailwindcss
None
-
๐ญ aca/emmet-ls: Emmet support based on LSP.
This is the greatest nvim emmet plugin I have tried. In the past I had tried the vim plugin a few times and just could
-
๐ญ Formatter
Tried out biome today and it worked better than prettier on jinja templates, I might adopt this over prettier.
-
๐ญ > htmx ~ The disable-element Extension
An extension to disable elements during flight of an htmx request, Looks super useful for things like a create or delete
-
๐ญ > htmx ~ hx-indicator Attribute
The htmx-request class is added to htmx-target elements. You can target this css selector to create loading state
-
๐ญ The Truth About HTMX | Prime Reacts - YouTube
Prime concisely made sense of why htmx is so awesome compared to what has become modern reactive web dev in 2 minutes.
-
๐ญ > htmx ~ Examples ~ Updating Other Content
Three ways to support updating other content. Fantastic article walking through the different ways to update other part
-
๐ญ Bigger Applications - Multiple Files - FastAPI
Fastapi lets you tag your APIRouter's so that the swagger docs are grouped according to the router. python route
-
๐ญ Preline UI - Tailwind CSS component library | Pr...
Tailwind css component library. There are many examples with copy and pastabily with the tailwind classes already setup
-
๐ญ Tailwind CSS Cheat Sheet
A nice searchable cheatsheet for tailwindcss classes.
-
๐ญ SQLite FTS5 Extension
sqlite has 3 different tokenizers, porter, ascii, trigram. These can be used with sqlite-utils. bash sqlite-ut
-
๐ญ sqlite_utils Python library - sqlite-utils
sqlite-utils is primarily a cli tool for sqlite operations such as enabling full text search, and executing searches, bu
-
๐ญ simonw/datasette-render-markdown: Datasette plug...
datasette really does everything doesn't it!
-
๐ญ simonw/shot-scraper: A command-line utility for ...
> A command-line utility for taking automated screenshots of websites Daaaang, this is such an elegantly simpl
-
๐ญ shot-scraper: automated screenshots for document...
An interesting way to build automatically annotaatd docs with arrows pointing to elements on a webpage.
-
๐ญ HTML Over The Wire | Hotwire
An alternative approach to building modern web withhout heavy js and json, but instead html over the wire, keeping the l
-
๐ญ Lifecycle Hooks | Vue.js
A super handy reference to the vuejs lifecycle. <img src="https://vuejs.org/assets/lifecycle.16e4c08e.png" alt="vuejs l
-
๐ญ How to Use HTML to Open a Link in a New Tab
Most of the time when creating links in html you want to maintain the default behavior, as this is what users are going
-
๐ญ Create Models with a Many-to-Many Link - SQLMode...
Creating many to many relationships with sqlmodel requires a LinkTable Model. The link model will keep track of the lin
-
๐ญ python - How to use a Pydantic model with Form d...
I went down the route of leveraging the json-enc extention in htmx, but later realized that this completely breaks bro
-
๐ญ Debugging | pywebview
How to enable debug mode in pywebview. python import webview webview.createwindow('Woah dude!', 'https://pywebvi
-
๐ญ `ValueError: Constraint must have a name` in ale...
After a nasty time with alembic upgrades, thoughts is about to get a new users table. This may have came from incorrect
-
๐ญ Use Alembic Check to check for possible upgrades
Since using alembic I have been just running out a new revision checking its content and deleting it if its empty, today
-
๐ญ API โ Jinja Documentation
๐คฏ jinja comes with a loader to pre-compile templates! Defihnitely need to look at this for markata, as jinja is t
-
๐ญ API โ Jinja Documentation
I've definitely been missing out on setting up a proper jinja loader on a few projects, I need to lean on this a bit mor
-
๐ญ Tailwind CSS Crash Course - YouTube
Nice intro into tailwind, I definitely started grasping some of the concepts after watching Brad.
-
๐ญ GitHub - wagoodman/dive: A tool for exploring ea...
Really cool tui to inspect docker imaages that runs with docker.
-
๐ญ GZIP Compression Test | GiftOfSpeed
A nice tool to check compression on a public url.
-
๐ญ Read a Range of Data - LIMIT and OFFSET - SQLMod...
Implement paging in sqlmodel with where, limit, and offset. python def selectheroes(): with Session(engine) as
-
๐ญ DuckDB vs. MotherDuckโโโshould you switch to the...
duckdb is a new in process database that has been making its rounds in analytics for its high performance in those appli
-
๐ญ Center things - Textual
How to center things in textual. Textual has a very unique way of styling text user interfaces for the terminal using cs
-
๐ญ s3-tree ยท PyPI
Super useful way to show a tree view of an s3 bucket's structure! python pip install s3-tree python s3-t
-
๐ญ python - SQLAlchemy ORDER BY DESCENDING? - Stack...
How to sort results from a sqlalchemy based orm. python .orderby(model.Entry.amount.desc()) I needed this to
-
๐ญ kndndrj/nvim-dbee: Interactive database client f...
A neovim database client that I need to check out.
-
๐ญ Relocating the Docker root directory - IBM Docum...
A very straightforward guide to moving your docker data, such as container storage to a different location. In my case
-
๐ญ Podman - ArchWiki
I kept running into limits in the number of subuid and subgid's I had on my system by default. As always thank the arch
-
๐ญ Using Rich Inspect to interrogate Python objects...
I love rich inspect. It's one of my most often used features of rich. It gives you a great human readable insight into
-
๐ญ Wesley Aptekar-Cassels | Reasons to avoid Javasc...
And this is why we don't run cdn in prod, respect your users who can't control where the assets are stored. There are s
-
๐ญ > htmx ~ The json-enc Extension
json-enc extension converts url encoded form values into json encoded data, this is very useful for fastapi to have the
-
๐ญ Header Parameters - FastAPI
Getting request headers in fastapi has a pretty nice stetup, it allows you to get headers values as function arguments,
-
๐ญ 1j01/textual-paint: :art: MS Paint... in your te...
1j01 created a complete working clone of ms paint in the terminal using the textual framework
-
๐ญ sqlite-utils now supports plugins
As the title states sqlite-utils now supports plugins. I dug in just a bit and Simon implemented this completely with e
-
๐ญ Session vs Token Authentication in 100 Seconds -...
Great short explaination of session vs token authentication.
-
๐ญ Form Data - FastAPI
Getting form data inside of fastapi was not intuitive to me at first. Everything I had used in fastapi leaned on pydanti
-
๐ญ pywebview
I am creating this post from a desktop app that I created in 3 lines. python import webview webview.createwindo
-
๐ญ Column INSERT/UPDATE Defaults โ SQLAlchemy 1.4 D...
sqlalchemy serverdefaults end up as defaults in the database when new values are inserted. python t = Table( "
-
๐ญ Template Designer Documentation โ Jinja Document...
A feature of jinja that I just discovered is including sub templates. Here is an example from the docs. html {% in
-
๐ญ Templates - FastAPI
A guide to add Jinja2Templates to fastapi.
-
๐ญ > htmx ~ Documentation
A complete reference of all of the htmx swapping methods.
-
๐ญ python 3.x - FastAPI redirection for trailing sl...
I am trying to use htmx on a new fastapi site for my thoughts, and have been hitting this error. js Mixed Content:
-
๐ญ > htmx ~ The client-side-templates Extension
Using templates with htmx requires the client-side-templates extension, and the template engine to be loaded in a <scri
-
๐ญ Static Files - FastAPI
Mounting static files in fastapi. python from fastapi import FastAPI from fastapi.staticfiles import StaticFiles a
-
๐ญ HTMX looks pretty neat #coding #javascript - You...
Love the poling example with hx-trigger='every 1s'.
-
๐ญ First-class session support in FastAPI ยท Issue #...
Here is a snippet provided by @tiangolo to store the users jwt inside of a session cookie in fatapi. This was written i
-
๐ญ Harlequin SQL IDE - DuckDB
Harlequin is a pretty sweet example of what textual can be used to create. Its a terminal based sql ide for DuckDB.
-
๐ญ Python API - DuckDB
To persist data in duckdb you need to first make a connection to a duck db database. python con = duckdb.connect('f
-
๐ญ SQL on Pandas - DuckDB
duckdb can just query any pandas dataframe that is in memory. > I tried running it against a list of objects and got th
-
๐ญ pytest-subtests ยท PyPI
pytest-subtests is a package to register multiple subtests within a similar test function.
-
๐ญ Dark Form
A nice codepen reference for dark forms. I am using it for my thoughts chrome extension.
-
๐ญ doyensec/wsrepl: WebSocket REPL for pentesters
Very inspiring textual project to check out how they set up the ui. Their intro video has a pretty epic dev experience.
-
๐ญ Doyensec on Twitter: "Announcing wsrepl, the Web...
wsrepl is an epic websocket repl built in python on the textual framework.
-
๐ญ Filter Data - WHERE - SQLModel
When fetching pydantic models from the database with sqlmodel, and you cannot select your item by id, you probably need
-
๐ญ URL Decoding query strings or form parameters in...
In order to turn url encoded links back into links that I would find in the database of my thoughts project I need to ur
-
๐ญ encodeURIComponent() - JavaScript | MDN
In order to send data that includes special characters such as / in a url you need to url encode it. You have probabl
-
๐ญ Python Sucks And I LOVE It | Prime Reacts - YouT...
Prime reviews an article with some hot takes about python being slow and quirky, but good enough for a lot of things. E
-
๐ญ Chris Coyier on Twitter: "I was unaware of `text...
Next time I'm working with large headers on small screens I need to try this. I always truggle to get them to look goo
-
๐ญ Full-text search - Datasette documentation
Enable full-text search in sqlite using sqlite-utils. bash $ sqlite-utils enable-fts mydatabase.db items name descr
-
๐ญ sqlite-utils command-line tool - sqlite-utils
I want to like jq, but I think Simon is selling me on sqlite, maybe its just me but this looks readable, hackable, edita
-
๐ญ sqlite-utils command-line tool - sqlite-utils
insert a json array directly into into sqlite with sqlite-utils. bash echo '{"name": "Cleo", "age": 4}' | sqlite-ut
-
๐ญ jq Cheat Sheet
A nice cheat sheet for jq. jq looks so nice, but it so quickly gets overwhelming on how to select what you want. I was
-
๐ญ Flask Trailing Slashes 404
In flask apps I often get a 404 for routes with a trailing slash. This Stack Overflow post shows how to configure flask
-
๐ญ How to pull from images from docker.io with podm...
By default podman will not pull images from docker.io and will need setup. This guide worked for me.
-
๐ญ python script is not found
When setting up a new machine, vm, docker image you might be installing command line tools from places like pip. They w
-
Python scandir ignores hidden directories
None
-
Playing Star Wars Text Adventure with a 10 yr old
None
-
Pydantic and singledispatch
None
-
pipx textual devtools
None
-
textual app devtools
None
-
localstack status permission
None
-
Markata Supports Jinja Plugins 0.5.0.dev2
None
-
Getting Started with Django REST framework
None
-
Markata now uses hatch
None
-
django create superuser
None
-
django disallowed host
None
-
Trying out django
None
-
how to escape variables in jinja templates
None
-
I've made my ipython config too complicated, let's...
None
-
markata extend in configuration
None
-
Create a new Python Project with the Hatch Cli
None
-
Versioning Python Projects with Hatch
None
-
From Markdown to Blog with Markata | lightning tal...
None
-
I spoke at Python Web Conf 2022
None
-
Packages I Maintain
None
-
I turned on 2FA for all of my pypi packages
None
-
I was on Talk Python
None
-
use vim to remove duplicates
None
-
Highlighting text ranges with Rich | python
None
-
markata 0.3.0 is 15-20% faster
None
-
get the version of any python package | python api
None
-
IPython q to exit
None
-
Copier Slugify | python templating | using cookiec...
None
-
Textual has devtools
None
-
Using Different versions of python with pipx | pye...
None
-
LIVE-REPLAY - Python dev | Markata todoui | 4/6/20...
None
-
How I Quickly Capture Screenshots directly into My...
None
-
Copier < 6.0.0b0 considered dangerous
None
-
PyOhio CFP's
None
-
python functools total ordering
None
-
Smoother Python with automatic imports | pyflyby
None
-
kedro catalog create
None
-
Just Ask Ipython for help
None
-
Setting Parameters in kedro
None
-
Writing your first kedro Nodes
None
-
Running your Kedro Pipeline from the command line
None
-
kedro Virtual Environment
None
-
Kedro Install
None
-
Kedro Git Init
None
-
Kedro New
None
-
What is Kedro
None
-
Incremental Versioned Datasets in Kedro
None
-
I Started Streaming on Twitch
None
-
Kedro Spaceflights - part 2 | Stream replay June 7...
None
-
๐ฑ Digital Gardening | gif to Mp4 | Stream replay J...
None
-
Kedro Spaceflights - part 1 | Stream replay June 4...
None
-
Using Kedro In Scripts
None
-
Silence Kedro Logs
None
-
Python Diskcahe is locked
None
-
What is if __name__ == "__main___", and how do I u...
None
-
How to Install micromamba on linux (from the comam...
None
-
kedro replit
None
-
Pytest capsys
None
-
Building Rich a Dev Server
None
-
Site Down During Build
None
-
Kedro pipeline_registry.py
None
-
Minimal Kedro Pipeline
None
-
Markdown Cli
None
-
Kedro - My Data Is Not A Table
None
-
Quickly Change Conda Env With Fzf
None
-
Minimal Python Package
None
-
Custom Ipython Prompt
None
-
Ipython-Config
None
-
Automating my Post Starter
None
-
Windowing Python Lists
None
-
Adding Audio to my blog posts
None
-
Expand One Line Links
None
-
gatsby-remark-embedder
Inspired by discourse's link expansion I am rolling out expansions for one line links on the blog
-
reasons-to-kedro
None
-
What's New in Kedro 0.16.6
This version of kedro releases a new set of supported deployment options and the spaceflights pipeline is officially added as a starter alias.
-
Designing a "Router" for kedro
None
-
Reclaim memory usage in Jupyter
None
-
Strip Trailing Whitespace from Git projects
None
-
Three things to Automate with Python using Pandas
None
-
How to Install miniconda on linux (from the comman...
Installing miniconda from only the command line can be a bit of an intimidating task your first time. Lets walk through how to do it.
-
What's New in Kedro 0.16.4
None
-
Integration testing with Python, TestProject.io, a...
None
-
๐ Practice Python Online
None
-
Kedro Catalog
I am exploring a kedro catalog meta data hook
-
How python tools configure
None
-
Why use a cms
None
-
๐ Parsing RSS feeds with Python
None
-
How I Built My GitHub Profile
None
-
SLIDES - understanding python \*args and \*\*kwarg...
None
-
Gracefully adopt kedro, the catalog
None
-
How to find things in your kedro catalog
None
-
How Kedro handles your inputs
None
-
Refactoring your blog urls
None
-
understanding python \*args and \*\*kwargs
None
-
pre-commit is awesome
None
-
Kedro Static Viz 0.3.0 is out with Hooks Support
None
-
How to get Dev Comments from an article Url
None
-
Adding google fonts to a gatsbyjs site
https://stackoverflow.com/questions/47488440/how-do-i-add-google-fonts-to-a-gatsby-site
-
Create Custom Kedro Dataset
None
-
Interrogate is a pretty awesome, brand new, cli fo...
dead simple docstring coverage for your python project
-
creating the kedro-preflight hook
None
-
๐ Kedro Preflight Notes
run checks before running the pipeline
-
Explicit vs Implicit Returns in Javascript
None
-
python-deepwatch
None
-
TIL: Bind arguments to dynamically generated lambd...
None
-
Four Github Actions for Python
None
-
Variables names don't need their type
None
-
Create New Kedro Project
None
-
What is YOUR Advice for New Data Scientists
None
-
Do You Hoist
Do you have any use cases that you use hoising? Why? It seems like a really cool feature in any language that uses it, but I dont really notice it in use.
-
What is Kedro
None
-
Custom Scrollbar Design
None
-
2020 waylonwalker.com rebrand
I documented the story of my 2020 waylonwalker.com redesign on my blog. This post walks through the tools and inspiration for the card design.
-
I just added react-headroom to my site
None
-
Serverless things to investigate
None
-
I finally fixed my Styled-Components in gatsby.js
I finally fixed my Styled-Components in gatsby.js. I am starting a redesign of my website. I have started cross posting to [dev.to](https://dev.to) more regula
-
Should I switch to Zeit Now
Should I switch to Zeit Now. Netlify build times are starting to creep in.
-
simple click
Add helpful cli to your python libraries... All of them!
-
Personal URL shortener with Netlify Redirects
Personal URL shortener with Netlify Redirects
-
SqlAlchemy Models
My Notes about using sqlalchemy models
-
Building Cli apps in Python
learning about building cli apps in python
-
Kedro
My Notes about using kedro
-
๐ Packages to Investigate Notes
None
-
Debugging Python
Debugging Python
-
Just Use Pathlib
Pathlib is an amazing cross-platform path tool.
-
Filtering Pandas
Filtering pandas DataFrames many different ways.
-
Quick Progress Bars in python using TQDM
Quick Progress Bars in python using TQDM
-
Clean up Your Data Science with Named Tuples
None
-
Background Tasks in Python for Data Science
None
-
๐ Bash Notes
Waylon Walker's Bash Notes
-
Autoreload in Ipython
Autoreload in python
-
Forestry.io
Creating Posts from forestry.io.
-
D3 Day 5
None
-
D3 Day 4
Today we are adding scale to day 3's example horizontal bar chart.
-
D3 Day 3
none
-
FlexBox
None