Mounting folders as drives (without SUBST)
A guide to mounting Windows folders as persistent virtual drives using registry edits, offering an alternative to the SUBST command.
A guide to mounting Windows folders as persistent virtual drives using registry edits, offering an alternative to the SUBST command.
Best practices for developers to prepare and submit code for review, ensuring productive feedback and positive team dynamics.
Explores using Asciidoctor to write and maintain technical documentation alongside source code, comparing it to wikis and markdown.
How to automate repetitive tasks in IPython using startup files to import modules and define custom functions on launch.
Explores the benefits of Test-Driven Development (TDD), including preventing false positives, improving design, and providing fast feedback.
The article argues against nitpicking in code reviews by advocating for automated style checks to improve efficiency and focus.
A developer shares their experience switching to Neovim, highlighting its async plugin benefits and providing basic setup instructions.
The article explains the benefits of using a single, large repository (monorepo) for code, citing simplified organization and dependency management.
The article argues that web performance is a cultural, not just technical, problem and requires a holistic approach throughout development.
A talk exploring the modern web development tool ecosystem, from boilerplates to deployment, to improve developer productivity.