!https://codepen.io/Godex/pen/DLgQbg
Posts tagged: webdev
All posts with the tag "webdev"
!https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponent
!https://twitter.com/chriscoyier/status/1681407724993798144
In my adventure to learn django, I want to be able to setup REST api's to feed into dynamic front end sites. Potentia...
My next step into django made me realize that I do not have access to the admin panel, turns out that I need to creat...
I am continuing my journey into django, but today I am not at my workstation. I am ssh'd in remotely from a chromeboo...
I have no experience in django, and in my exploration to become a better python developer I am dipping my toe into on...
I recently attended python web conf 2022 and after seeing some incredible presentations on it I am excited to give ht...
Let's make a vim command to automatically collect all the links in these posts at the end of each article. Regex conf...
Mermaid gives us a way to style nodes through the use of css, but rather than using normal css selectors we need to u...
Mermaid provides some really great ways to group or fence in parts of your graphs through the use of subgraphs.
Since GitHub started supporting mermaid in their markdown I wanted to take another look at how to implement it on my ...
In looking for a way to automatically generate descriptions for pages I stumbled into a markdown ast in python. It al...
BeautifulSoup is a DOM like library for python. It's quite useful to manipulate html. Here is an example to find_all ...
Today I discovered a sweet new cli for compressing images. squoosh cli is a wasm powered cli that supports a bunch of...
Building Rich a Dev Server
Draft Post
I’ve really been digging @willmcgugan’s rich library for creating TUI like interfaces in python. I’ve only recently started to take full advantage of it.
I am working on a project in which I want to have a dev server running continuously in the background. I really like dev servers theat automatically chooose an unused port and list out the running pid so that I can kill it if I need to.
...
Site Down During Build
Recently I noticed a new netlify site of mine was down while I was checking to see if new content was live. Later found out this was consistent after each and every push the site would go gown as soon as I hit push, and would not come back until the build finished.
Do other Netlify sites go down during build???
Short Answer NO. All of my google fu lead me to believe I was alone and none of my other sites do this.
...
Adding Audio to my blog posts
This is episode 1 of the Waylon Walker Audio experience, posts from waylonwalker.com in audio form.
So I have had this idea for awhile to add audio to my blog posts. The idea partly comes from the aws blog, if you have ever been on their blog you will have noticed that they have a voiced by amazon polly section.
Honestly I don’t know this is all new to me and I dont have much to go off of. For now its a test that may or may not work out.
...