Set up a Python project with conda and poetryIt's useful to use conda to manage python environments and poetry to manage your project dependencies.December 13, 2023
Multi-Cursor Editing in Visual Studio CodeVisual Studio Code (VSCode) offers a powerful functionality called "Multi-Cursor Editing," allowing developers to make simultaneous edits at multiple locations in a document.July 27, 2023
Centering a <div> in Next.jsUtilizing CSS flexbox or CSS grid layout, developers can easily center a <div> element in their Next.js applications.July 27, 2023
Using turbopack in your Next.jsTurboPack is a revolutionary tool designed to supercharge Next.js applications, offering performance optimizations and developer-friendly features.July 27, 2023