Software Alternatives & Reviews

Old school developer, looking for suggestions to modernize my dev environment

Local by Flywheel Composer Vite Neovim Windows Package Manager CLI Visual Studio Code
  1. Provides a simple, local development environment with a friendly GUI.
    MAMP is still widely used for php dev on windows and mac, Local by Flywheel is very popular for Wordpress dev, although you can use without WP. Vagrant, Homestead, are also popular; more flexibility and power, but more difficult to use.

    #Web And Application Servers #CMS #Development Tools 227 social mentions

  2. Composer is a tool for dependency management in PHP.
    Pricing:
    • Open Source
    You'll definitely want to get up-to-speed on composer. It's the de-facto standard for package management and class autoloading. Every serious php project I know of uses composer.

    #Development Tools #Javascript UI Libraries #JavaScript Framework 124 social mentions

  3. 3
    Next Generation Frontend Tooling
    Pricing:
    • Open Source
    Vite is the main one. Install and run it as a proxy in between your WSL2 / PHP container and your system web browser.

    #Software Development #Web Frameworks #Developer Tools 374 social mentions

  4. 4
    Vim's rebirth for the 21st century
    Pricing:
    • Open Source
    Other text editors with IDE capabilities I'd consider are sublime text 4 or neovim. If you really wanted to go for the monolithic editor there's jetbrainz phpstorm, but it's got quite the pricetag.

    #Text Editors #IDE #Software Development 96 social mentions

  5. Windows Package Manager CLI (aka winget). Contribute to microsoft/winget-cli development by creating an account on GitHub.
    Winget: MS's official package manager (available via windows store) but it's also the youngest of the three. This is what I've been using exclusively since earlier this year, because most of what I've been using was supported at that point. Minor annoyance eliminated, can be used in any shell. Note: You won't always instantly have the latest updates, they can be behind by about 1-2 days.

    #Windows Tools #Package Manager #Front End Package Manager 10 social mentions

  6. Build and debug modern web and cloud applications, by Microsoft
    Pricing:
    • Open Source
    VScode (not Visual Studio) is pretty much the web code editor of choice at this point, however it does require time to configure and can chug on larger files (e.g. logs) in which case it's useful to have a copy of notepad++ on hand, just in case.

    #Text Editors #IDE #Software Development 1008 social mentions

Discuss: Old school developer, looking for suggestions to modernize my dev environment

Log in or Post with