DEV Community

Cover image for The First Open Source Contributor Summit
Brian Douglas for OpenSauced

Posted on

The First Open Source Contributor Summit

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.

GitHub logo 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

πŸ’ More info at the official Snowpack website ➞


Contributor Guidelines: CONTRIBUTING.md
License: MIT




GitHub logo 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
    • Database Functions. Docs
    • Edge Functions Docs
  • File Storage. Docs
  • Dashboard

Supabase 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…

GitHub logo hoppscotch / hoppscotch

πŸ‘½ Open source API development ecosystem - https://hoppscotch.io

Hoppscotch Logo

Hoppscotch

Open source API development ecosystem

contributions welcome Website Tests Tweet

Built with ❀︎ by contributors


Hoppscotch Hoppscotch

Support

Chat on Discord Chat on Telegram Discuss on GitHub

Features

❀️ Lightweight: Crafted with minimalistic UI design.

⚑️ Fast: Send requests and get/copy responses in real-time.

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 to PUT 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 as LIST. Type in your custom methods.

🌈 Make it yours:…




GitHub logo guardicore / monkey

Infection Monkey - An open-source adversary emulation platform

Infection Monkey

GitHub release (latest by date)

Build Status codecov

GitHub stars GitHub commit activity

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

RSVP to the meetup for event updates.

Top comments (3)

Collapse
 
abskmj profile image
abskmj

JFYI, the RSVP link at the end of the post doesn't work.

Collapse
 
bdougieyo profile image
Brian Douglas

Thanks, you are already making contributions!

fixed.

Collapse
 
lporras profile image
Luis Porras

I Just RSVP for this event, thanks for sharing!