Author Diego Perez, known as @YungPueblo on social media, discusses his new poetry book, "The Way Forward," talks about the importance of holding space for yourself and shares advice for those dealing with inner tension and past trauma.
Hate that @Zoom 's window title bar doesn't tell you the title of the meeting. Seems like a waste to have "Zoom Meeting" in the title bar (I know that much!). Are there any plans to address it? Anyone else with the same issue?
I am very fortunate 🤩 that this week I discovered a wonderful book called "RxJS in Actions".
It's written by @paulpdaniels and @luijar
So far I have just read the Forward, Preface, and Acknowledgment of the book, just to get an idea what I can expect from this book.
Anyone have any experience implementing monorepo-like behavior (easy dependency management, shared global configuration, package reuse, etc) but still keeping the set of existing Git repos separated? All that tools seem to want you to put everything into a single Git repo👇
But I have an application with 11 repos (microfrontends) and I don't want to redo all of that. I was thinking whether npm, yarn, or turborepo can allow me to declare that workspace root with all the monorepo configuration (e.g package.json), then each repo refers to that?