DEV Community

Cover image for Hacktoberfest begins in less than 24 hours
Ben Halpern Subscriber for The DEV Team

Posted on

Hacktoberfest begins in less than 24 hours

Follow the Hacktoberfest tag on DEV. Folks have already begun posting there.

#hacktoberfest

Happy hacking! πŸŽƒ

If you are interested in contributing to DEV itself, we will have an overview post ready to go tomorrow on day one.

In the meantime, feel free to star and follow our repo 🀩

GitHub logo forem / forem

For empowering community 🌱


Forem 🌱

For Empowering Community

Build Status Build Status GitHub commit activity GitHub issues ready for dev GitPod badge

Welcome to the Forem codebase, the platform that powers dev.to. We are so excited to have you. With your help, we can build out Forem’s usability, scalability, and stability to better serve our communities.

What is Forem?

Forem is open source software for building communities. Communities for your peers, customers, fanbases, families, friends, and any other time and space where people need to come together to be part of a collective See our announcement post for a high-level overview of what Forem is.

dev.to (or just DEV) is hosted by Forem. It is a community of software developers who write articles, take part in discussions, and build their professional profiles. We value supportive and constructive dialogue in the pursuit of great code and career growth for all members. The ecosystem spans from beginner to advanced developers, and all are welcome to find their place…

Happy coding!

Latest comments (22)

Collapse
 
juanfrank77 profile image
Juan F Gonzalez

Happy beginning of Hacktoberfest!

Collapse
 
sptutusukanta profile image
Sukanta Paul

This time will focus on more serious projects :) in #hacktoberfest

Collapse
 
10secondsofcode profile image
Elango Sundar

Looking for easy and reactjs, markdown contributions for #Hacktoberfest ?
github.com/10secondsofcode/10secon...

Collapse
 
xmalinov profile image
Alexander Malinov

Created the repo for easy PR for learning how to send PR and just introduce yourself.

github.com/xmalinov/free-hacktober... (no programming skills needed)

Collapse
 
emiller00 profile image
Elliott Miller

I hear an inception bwaaaaaaa

Collapse
 
majse14 profile image
Majse14

So coooool Amazing!

Collapse
 
johannesjo profile image
Johannes Millan • Edited

I decided to add throw my own mini competition into the mix:

dev.to/johannesjo/i-am-giving-away...

Collapse
 
rubiin profile image
Rubin • Edited

Thanks Ben for the continuous updates.Anyone want to help me out with this one

GitHub logo rubiin / nestjs-easyconfig

Manage configs on the go πŸ”₯

Nest Logo

.

<p align="center">

Package License
NPM Downloads
circleci


Description

Nestjs-easyconfig loads configs from your .env (Wraps dotenv module) βš™οΈ πŸ”₯

Installation

$ npm install nestjs-easyconfig
$ yarn add nestjs-easyconfig

Usage

With config file supplied (basic):

import  { Module }  from  '@nestjs/common'
import { EasyconfigModule } from  'nestjs-easyconfig'
@Module({
 imports:  [EasyconfigModule.register({path: './config/.env'})]
})
export  class  AppModule  {}

With config file supplied and safe set to true:

import  { Module }  from  '@nestjs/common';
import { EasyconfigModule } from  'nestjs-easyconfig';

@Module({
 imports:  [EasyconfigModule.register({path: './config/.env', safe: true})],
})
export  class  AppModule  {}

By default safe is set to false. When safe is set to true, the module compares the supplied env file with the sample env file to find missing keys. If any keys…

Collapse
 
the_prion profile image
Jeff Meyerson • Edited

If you are looking for designers and project managers to hack with, create a project on FindCollabs with your GitHub repo!

fc gif

Collapse
 
andrewbrown profile image
Andrew Brown πŸ‡¨πŸ‡¦

But the big question is do we get a special Hacktobest DEV.to Badge?! 11111