Contributing to open source can be challenging, especially when the first step for getting involved is unclear.
What is a contributor summit?
In partnership with Swimm, the Open Sauced community will hold a free and unique event focused on educating attendees about becoming contributors to open-source projects. The goal for this event is to bring the community together to get any context missing from the CONTRIBUTING.md files.
Learn directly from the maintainers of projects ways you can contribute during Hacktoberfest.
When is this happening?
This event kicks off with talks from maintainers and experts in the open-source on October 15th. It continues asynchronously via our community discord with workshops, Q&A, and discussions focused on getting folks involved in open source projects.
If this sounds like the event for you, RSVP on our Meetup page and come ready to learn.
Some of the projects represented during the event.
FredKSchott
/
snowpack
ESM-powered frontend build tool. Instant, lightweight, unbundled development. ✌️
Update (April 20, 2022): Snowpack is no longer actively maintained and is not recommended for new projects.
Check out Vite for a well-maintained Snowpack alternative.
See also: esbuild, parcel
Snowpack
Snowpack is a lightning-fast frontend build tool, designed to leverage JavaScript's native module system (known as ESM). It is an alternative to heavier, more complex bundlers like webpack or Parcel in your development workflow.
Key Features
- Develop faster, with a dev server that starts up in 50ms or less.
- See changes reflected instantly in the browser.
- Integrate your favorite bundler for a production-optimized build.
- Enjoy out-of-the-box support for TypeScript, JSX, CSS Modules and more.
- Connect your favorite tools with third-party plugins.
💁 More info at the official Snowpack website ➞
Contributor Guidelines: CONTRIBUTING.md
License: MIT
supabase
/
supabase
The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
Supabase
Supabase is the Postgres development platform. We're building the features of Firebase using enterprise-grade open source tools.
- Hosted Postgres Database. Docs
- Authentication and Authorization. Docs
- Auto-generated APIs
- Functions
- File Storage. Docs
- AI + Vector/Embeddings Toolkit. Docs
- Dashboard
Watch "releases" of this repo to get notified of major updates.
Documentation
For full documentation, visit supabase.com/docs
To see how to Contribute, visit Getting Started
Community & Support
- Community Forum. Best for: help with building, discussion about database best practices.
- GitHub Issues. Best for: bugs and errors you encounter using Supabase.
- Email Support. Best for: problems with your database or infrastructure.
- Discord. Best for: sharing your applications and hanging out with the community.
How it works
Supabase is a combination of open source tools. We’re building the features of Firebase using enterprise-grade, open source products…
hoppscotch
/
hoppscotch
Open source API development ecosystem - https://hoppscotch.io (open-source alternative to Postman, Insomnia)
We highly recommend you take a look at the Hoppscotch Documentation to learn more about the app.
Support
Features
❤️ Lightweight: Crafted with minimalistic UI design.
⚡️ Fast: Send requests and get responses in real time.
🗄️ HTTP Methods: Request methods define the type of action you are requesting to be performed.
-
GET
- Requests retrieve resource information -
POST
- The server creates a new entry in a database -
PUT
- Updates an existing resource -
PATCH
- Very similar toPUT
but makes a partial update on a resource -
DELETE
- Deletes resource or related component -
HEAD
- Retrieve response headers identical to those of a GET request, but without the response body. -
CONNECT
- Establishes a tunnel to the server identified by the target resource -
OPTIONS
- Describe the communication options for the target resource -
TRACE
- Performs…
guardicore
/
monkey
Infection Monkey - An open-source adversary emulation platform
Infection Monkey
Welcome to Infection Monkey! We're glad you could swing by.🐒 Here's all the info you'll need to start monkeying around.
What is Infection Monkey?
Infection Monkey is an open-source adversary emulation platform that helps you improve your security posture using empirical data. The Monkey uses various methods to self-propagate across a network and reports its activities to a centralized command and control server known as the Monkey Island. 🐵🏝️ You know, like malware, but ✨safe.✨
How does it work?
Infection Monkey is comprised of two components:
- Agent - A configurable network worm that can infect machines, steal data, and deliver payloads.
- Monkey Island - A command and control server used to control and visualize Infection Monkey's progress throughout the simulation.
Build up your malware antibodies 💉
You can think of Infection Monkey as a kind of "malware vaccine." Prior to the invention of mRNA vaccines, biological vaccines worked…
RSVP to the meetup for event updates.
Top comments (3)
JFYI, the RSVP link at the end of the post doesn't work.
Thanks, you are already making contributions!
fixed.
I Just RSVP for this event, thanks for sharing!