DEV Community

Ben Halpern
Ben Halpern Subscriber

Posted on

What side projects are you currently working on and how can others be of help? (Feb 15)

Oldest comments (30)

Collapse
 
jnfsmile profile image
Naftali Friedman

A website for a small business (done free for family). Can use help with graphical design and tips for working with Angular 2

Collapse
 
20zinnm profile image
Meyer Zinn

TIP #1: Use Vue.js

In all seriousness, generally you can use Bootstrap or similar to make a fairly good website quickly. I threw together climatemirror.org in a few hours.

Collapse
 
effingfight profile image
effing fight

intercoolerjs.org/ is marvelous for getting results quick, you should check it out!

Collapse
 
focuswish profile image
FocusWish

What's your rational for preferring Vue over React?

Thread Thread
 
20zinnm profile image
Meyer Zinn

Ease of use, time to pick up, docs, "hype" vs functionality, extensibility, which one of them had IDE support (Vue because it's not a new language), which one of them seemed the most sane. Those are what come to me off the top of my head, Vue is also faster (if it matters in a web app...) and can really be used as just a component if needed (without a need to learn a new language and use every precompiler under the sun).

Thread Thread
 
20zinnm profile image
Meyer Zinn

I will note it doesn't have the same tooling, but since it's plain JavaScript so it's not a huge problem.

Collapse
 
20zinnm profile image
Meyer Zinn

I'm currently working on the Climate Mirror project, which can use volunteers to help archive federal climate data. climatemirror.org

I'm also very interested in IPFS (ipfs.io) and its applications.

Collapse
 
inorganik profile image
Jamie Perkins

I'm working on a social podcast player - tung.fm. Looking for a co-founder, particularly someone who is an Android dev!

Collapse
 
aeiche profile image
Aaron Eiche

I'm always continuing my ongoing efforts to improve my Gift-Registry Web App, DoWant! (github.com/aaroneiche/do-want) It suffers from young-developer syndrome which makes it a little difficult to work through the various problems. I'm currently working on transitioning all the AJAX calls to proper REST endpoints.

I could always use more help with this. Unfortunately, I rarely have anyone jump on board (Probably because the code is a bit of a mess)
So I either could use help getting it off the ground, or I could use some help replacing it with a better system (probably written in Node)

Collapse
 
tbodt profile image
tbodt

I'm writing a set of python bindings to html5ever: github.com/tbodt/htmlpyever. If you need blazing fast, totally html5-compliant parsing in Python, check it out. It's currently in an unfinished state, but it'll be done at some point.

Collapse
 
garysieling profile image
Gary Sieling

I'm working on findlectures.com. Currently working on improving the sections with technical talks (both more, and better content).

Collapse
 
effingfight profile image
effing fight

We built effingfight.com

Mission: Every month we donate to a different organization in jeopardy under a Trump administration. Organizations include Planned Parenthood, ACLU, Natural Resources Defense Council and many more.

It's mostly done but could use a bit of love on social media, Facebook, etc to spread the word.

Collapse
 
ecnepsnai profile image
Ian Spence

I'm working on an open-source iOS App that allows you to easily inspect the certificate chain of any website.

It was released last summer, and is already fairly popular (especially in Russia). I would love it if you were able to take a look at the app, and suggest any features that you'd find useful. If you're comfortable working with Objective-C and OpenSSL, feel free to contribute to the project on Github!

App Website: certificate-inspector.com/
Github: github.com/certificate-helper/cert...

Collapse
 
orbmancer profile image
Damien Bry

I started mentorleo.co a few weeks ago. I teach a friend (Léo) to be a web developer, and now we are starting a community with a few other Léos.

It could be awesome to have other developers (not only web) joining the community to give introduction courses to the Léos !

Collapse
 
kwaazaar profile image
Robert te Kaat

Working on an open source lightweight eventing library using a MsSQL or MySQL database for storage. Reasons for using this library, instead of existing tools like RabbitMQ, Kafka, etc can be costs, simplicity (you only need a database) and support for so-called ordered delivery (per functional key) that relieves event consumers from handling ordering related issues themselves. You can find it here.
I'm also working on a rest-api that runs cross-platform and accompanying docker images.