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.
Contributor Guidelines: CONTRIBUTING.md
License: MIT
supabase / supabase
The open source Firebase alternative. Follow to stay updated about our public Beta.
Supabase
Supabase is an open source Firebase alternative. 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
- Dashboard
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.
Status
- Alpha: We are testing Supabase with a closed set of customers
- Public Alpha: Anyone can sign up over at app.supabase.com. But go easy on us, there are a few kinks
- Public Beta: Stable enough for…
hoppscotch / hoppscotch
👽 Open source API development ecosystem - https://hoppscotch.io
Support
Features
HTTP Methods
-
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 a message loop-back test along the path to the target resource -
<custom>
- Some APIs use custom request methods such asLIST
. Type in your custom methods.
guardicore / monkey
Infection Monkey - An open-source adversary emulation platform
Infection Monkey
Data center Security Testing Tool
Welcome to the Infection Monkey!
The Infection Monkey is an open source security tool for testing a data center's resiliency to perimeter breaches and internal server infection. The Monkey uses various methods to self propagate across a data center and reports success to a centralized Monkey Island server.
The Infection Monkey is comprised of two parts:
- Monkey - A tool which infects other machines and propagates to them.
- Monkey Island - A dedicated server to control and visualize the Infection Monkey's progress inside the data center.
To read more about the Monkey, visit akamai.com/infectionmonkey.
Screenshots
Map
Security report
Main Features
The Infection Monkey uses the following techniques and exploits to propagate to other machines.
- Multiple propagation techniques
- Predefined passwords
- Common logical exploits
- Password stealing using Mimikatz
- Multiple exploit methods
- SSH
- SMB
- WMI
- Log4Shell
- Zerologon
- and more, see our documentation hub for more…
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!