- SOFTWARE ENGINEERING
Git-Delta
If you use Git via the terminal, here's a quick tip that might make your workflow easier.
VSCode Shortcut zum schnellen Wechseln in ein anderes File
Andreas
Software Engineer
⌘ + p -> Namen eingeben + Enter
(Windows Strg statt ⌘) und schon ist man in genau dem File wo man weiterarbeiten wollte. In neuen Next13 Pages heißen alle Pagefiles page.tsx, sodass man entweder mit Pfeiltasten zum gewollten File durchscrollen muss, oder den folder namen etc mit eintippt. Zum Vereinfachen von diesem Problem gibt es allerdings zB das VSCode Plugin "Hazel - Internal Tooling" von David Granzin.
If you use Git via the terminal, here's a quick tip that might make your workflow easier.
Having a single digital place to manage my personal knowledge.
Discover the different Next.js rendering strategies—SSR, SSG, ISR, CSR, Streaming, and PPR — and how they impact performance, SEO, and business outcomes. Learn how to optimize your Next.js app for speed, scalability, and user experience with the right rendering approach.
How to use Templace Literal Types to increase safety and reduce work.