I’m impressed by kedro-diff from WaylonWalker.
quickly diff kedro history
All published posts
I’m impressed by kedro-diff from WaylonWalker.
quickly diff kedro history
I like ThePrimeagen’s project git-worktree.nvim.
No description available.
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.
...
Looking for inspiration? telescope.nvim by nvim-telescope.
Find, Filter, Preview, Pick. All lua, all the time.
If you’re into interesting projects, don’t miss out on harpoon, created by ThePrimeagen.
No description available.
The work on maggieappleton.com by MaggieAppleton.
⚠️ Now retired. My previous, poorly constructed digital garden built with Gatsby and MDX. Updated garden here: https://github.com/MaggieAppleton/maggieappleton.com-V2
The work on cookiecutter-data-science by drivendataorg.
A logical, reasonably standardized, but flexible project structure for doing and sharing data science work.
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.
...
With the realease of kedro==0.17.2 came a new module in the project template pipeline_registry.py. Here are some notes that I learned while playing with this new module.
You should now have something that looks like this in your src/<package-name>/pipeline_registry.py.
"""Project pipelines.""" from typing import Dict from kedro.pipeline import Pipeline def register_pipelines() -> Dict[str, Pipeline]: """Register the project's pipelines. Returns: A mapping from a pipeline name to a ``Pipeline`` object. """ return {"__default__": Pipeline([])}
pipeline_registry only works in
kedro>=0.17.2...
Check out smitajit and their project bufutils.vim.
bufutils.vim provide utilities to open, close, refresh, move, resize, zoom buffers faster
I like Rigellute’s project spotify-tui.
Spotify for the terminal written in Rust 🚀
I like swyxio’s project technical-community-builders.
companies hiring technical community builders
I like uranusjr’s project simpleindex.
No description available.
I came across lorenabalan from lorenabalan, and it’s packed with great features and ideas.
Personal repo
I recently discovered de1-python by dataengineerone, and it’s truly impressive.
Curated collection of DE1’s favorite kedro pieces.