
npm
Webpack
Ender
GNU Make
Brunch
Bower
Yarn
JSPM
Git
GitHub
VS Code
Mercurial SCM
Apache Subversion
GitKraken
GitHub Desktop
Azure DevOps
npm
GitBased on our record, Git should be more popular than npm. It has been mentiond 319 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Yr on npm: https://npmjs.com/@yr-lang/yr This is the first time that I am showing this, I have been using it myself and built everything alone. I would love some feedback and tips, and if you would like to be an early adopter, I will be glad to work with you! - Source: Hacker News / 2 months ago
I started thinking about the idea for npmx late one night (I couldn't sleep, and spotted a Slack message that nerd-sniped me). I posted on Bluesky to ask for people's wishlist for https://npmjs.com โ and started building npmx almost immediately. By the next day, I had an MVP. - Source: dev.to / 4 months ago
> But we still don't have a solution to search projects on potentially thousands of servers, including self-hosted ones. We do. https://mvnrepository.com/repos/central https://npmjs.com https://packagist.org/ https://pypi.org/ https://www.debian.org/distrib/packages#search_packages https://pkg.go.dev/ https://elpa.gnu.org/packages/ And many others. And we still have forums like this one and Reddit where... - Source: Hacker News / 10 months ago
A rather official looking message was sent to maintainers of packages hosted on npmjs.com that they were overdue for a two-factor update. - Source: dev.to / 10 months ago
Publishing packages to the official npmjs.com registry requires an account with a valid e-mail address. When npm packages are published, this information is openly and widely available to anyone to review. - Source: dev.to / 11 months ago
One last source of confusion worth clearing up. Git is the version control system itself, the underlying technology that does the change-tracking. GitHub is one popular place to host projects that use Git, and it is not the only one. GitLab and Bitbucket do much the same job. A beginner does not need to evaluate all three. Picking the one a tutorial or a friend already uses is a fine way to start because... - Source: dev.to / 27 days ago
Use Git or a feature registry to track all changes. Versioned feature pipelines support reproducibility across both training and production. - Source: dev.to / about 1 month ago
The Git is the standard version control system in modern software development. With the ability to track changes and facilitate collaboration between teams, Git allows different versions of the source code to coexist, enabling parallel work and code maintenance. - Source: dev.to / about 1 month ago
Check the official website: https://git-scm.com/. - Source: dev.to / about 1 month ago
For complex codebases, a structured Markdown document organized by module works well as a starting point - it is human-readable and can be committed to version control alongside the code. For very large codebases, Git-tracked JSON or YAML dependency files, potentially visualized with a tool like Mermaid (available through GitHub), make the relationships searchable and interactive. - Source: dev.to / about 2 months ago
Webpack - Webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.
GitHub - Originally founded as a project to simplify sharing code, GitHub has grown into an application used by over a million people to store over two million code repositories, making GitHub the largest code host in the world.
Ender - Frontend Development
VS Code - Build and debug modern web and cloud applications, by Microsoft
GNU Make - GNU Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files.
Mercurial SCM - Mercurial is a free, distributed source control management tool.