6 Open Source Tools That Every Web Developer Needs to Know for a Better Workflow

Noah Front End Developer
3 min readFeb 9, 2023
<a href=”https://www.freepik.com/free-vector/cartoon-tiny-young-programmers-coders-working-with-computers-flat-illustration_14623773.htm">Image by pch.vector</a> on Freepik

Appwrite

1.Appwrite is a backend platform that provides developers with APIs to build applications. It has features like databases, authentication, storage, real-time updates, and a console for tracking API usage. The platform is open-source, secure, and easy to integrate with various technologies and programming languages. It also offers self-hosting options for privacy and control. Developers can start using the platform for free with lightweight SDKs and detailed documentation. The Appwrite developer community is active on GitHub, Twitter, and Discord.

OssJs

2.Ossjs/release is a minimalistic, opinionated, and predictable release automation tool. It follows a default publishing pipeline that analyzes commits, determines next version based on Conventional Commits specification, runs the publishing script, creates a release tag and release commit in Git, creates a new release on GitHub, pushes changes to GitHub, and comments on relevant GitHub issues and pull requests. The tool is meant for those who want a consistent and predictable release process and do not require any customisation of the release process.

Browsers-list

--

--