Skip to content

Instantly share code, notes, and snippets.

View lucywoodman's full-sized avatar

lu lucywoodman

View GitHub Profile
@borsos-ilo
borsos-ilo / product.md
Last active April 22, 2025 19:20
Ilona Borsos - my personal product handbook

Hello

Where am I?

This gist is a living, practical document describing what product management is to me and how I do it. All opinions are mine and are not meant to convey THE truth of doing product, but rather serve as a document I can review on a regular basis to remind myself of things that are important for me. Enjoy it in its current form!

Inspired by the amazing Kathy Korevec who, through her writing, showed me the importance of having a grounding personal philosophy.

Growth stages of thoughts

I am a big fan of the philosophy of digital gardens which treats texts published on the internet as editable works-in-progress, encourages publishing early, and growing your understanding of things with time. Thoughts start as imperfect ideas and are refined, reality-tested, discarded, and changed over time - why not make our publishing re

@deepanchal
deepanchal / starship.toml
Last active November 2, 2024 19:22
Starship config
# Get editor completions based on the config schema
"$schema" = 'https://starship.rs/config-schema.json'
format = """
$username\
$hostname\
$localip\
$shlvl\
$singularity\
$kubernetes\
@danielroe
danielroe / settings.json
Last active April 19, 2025 06:36
VScode settings for a minimal UI
{
// Disable telemetry
"telemetry.telemetryLevel": "off",
// Zen mode
"zenMode.fullScreen": false,
"zenMode.hideTabs": true,
"zenMode.centerLayout": false,
// Theming
"workbench.iconTheme": "city-lights-icons-vsc",
"editor.fontFamily": "Dank Mono",
@ramantehlan
ramantehlan / README-Fancy.md
Last active March 2, 2025 00:00
README template I use for most of my projects.

Introduction

  • Add your project logo.
  • Write a short introduction to the project.
  • If you are using badges, add them here.

📒 Index

FWIW: I (@rondy) am not the creator of the content shared here, which is an excerpt from Edmond Lau's book. I simply copied and pasted it from another location and saved it as a personal note, before it gained popularity on news.ycombinator.com. Unfortunately, I cannot recall the exact origin of the original source, nor was I able to find the author's name, so I am can't provide the appropriate credits.


Effective Engineer - Notes

What's an Effective Engineer?