DEV Community

Cover image for Side Project Sunday! What do you have going on?
Ben Halpern
Ben Halpern

Posted on

Side Project Sunday! What do you have going on?

Give a quick description of what you're up to and anything else you want to share.

Top comments (34)

Collapse
 
pbouillon profile image
Pierre Bouillon

A few weeks ago I started writing articles again on DEV and I just recently had the opportunity to take it to the next step: writing an article for a programming magazine!

This is quite a challenge in a short period of time on a subject I do not fully master but it's also thrilling and challenging. So far it takes a lot of time but I am also learning a lot!

Collapse
 
achie72 profile image
Tóth Béla

That is quite a step-up, congrats!

Collapse
 
pbouillon profile image
Pierre Bouillon

It is! Thank you 😄

Collapse
 
aamchora profile image
Hemendra Khatik

Working on developing an open-source hassel-free audio/video SDK to help developers save time and money.

SDK will consist following features

  • Audio streaming.
  • Video streaming.
  • Screen sharing.
  • Live chats.
Collapse
 
ben profile image
Ben Halpern

Ambitious! Very exciting.

Collapse
 
aamchora profile image
Hemendra Khatik

Thanks ben:)

Collapse
 
jzombie profile image
jzombie

I am interested in this.

I made a project called speaker.app which uses a peer-in-the-middle as a type of WebRTC proxy virtual server so that connected participants don't have to rely on mesh networks.

It doesn't get a lot of usage but my main goals were:

  • High quality, stereo audio
  • High quality screenshares
  • Not take anything too seriously
Collapse
 
meatboy profile image
Meat Boy

First three sounds like FFMPEG :) On what abstraction level are you operating?

Collapse
 
fjones profile image
FJones

It does, and a replacement for ffmpeg is sorely needed! Would love to hear more.

Thread Thread
 
jzombie profile image
jzombie

It's interesting to note that Chromium uses ffmpeg internally for media transcoding in its web browser (WebRTC & related).

Someone said, "yeah, but you can't access it." Ironically, a few weeks later, his Electron app wouldn't install because of a "ffmpeg.dll not found" error.

Collapse
 
parenttobias profile image
Toby Parent

Playing around with Appsmith, working on building out a dashboard for another side project. Blown away by how slick the low-code solution works!

Collapse
 
achie72 profile image
Tóth Béla

I'm attending a local game jam with the theme or retro remake, so grabbed one of the old favs of mine and went ham on programming!

Pico gunman

Collapse
 
chriis profile image
Chris Gregori

About to launch my new personal site I've been working on for the last week or so: chriis.dev - excited to hear feedback on the design. Gonna be posting a blog post showcasing how I've done some of the more fun things on the site.

Also about to start working on an Elixir library I started a few months ago and haven't had the chance to get back to called Timebomb.

When that's all done I'm planning on getting back to doing some more blogging and hopefully finishing off another Elixir project written in the PETAL stack. Phew.

Collapse
 
envoy_ profile image
Vedant Chainani

I have been working on a project called Elden Ring Web3 by Moralis ,learned a lot about SDKs and also learned some C# for game development in Unity. A very Interesting Project hope to complete it by next week.

Collapse
 
hunghvu profile image
Hung Vu

Reasearching on options to build my own blog website. Ideally, it will be my portfolio too (my current one is way out dated 😢).

I just created a discussion on this topic too, so any recommendation is appreciated!

Collapse
 
pbouillon profile image
Pierre Bouillon

To be honest: luck!

I just happened to see a post of the editor calling for author on some subjects and asked if the one about .NET 7 was still up for grabs. After a couple of mails to clarify the format and the points to be covered, the deadline has been set and here I am!

Collapse
 
mjcoder profile image
Mohammad Javed

I'm building a project in Laravel, I've called it "LaraRental" 🤣

It's a fun project using Tailwind CSS - I'm keen to learn the framework. I've been working on it the past 2 weekends, I've got my CRUD functionality & authentication working, it needs a little more work and then I can jump back to the frontend.

Collapse
 
subbramanil profile image
Subbu Lakshmanan

I worked on adding a feature to recognize seed information by taking the photo of seed packets using Google ML Kit for Text recognition. I am really surprised & excited at the level of accuracy of the recognition.

Collapse
 
fvaldes33 profile image
Franco Valdes • Edited

Few years ago I built a simple API that would draw geojson boundaries on google maps for a freelance client. I decided to rebuild it to learn a new stack and went all in. Transformed it into a no code tool for customizing maps. My goal was 30 days, did it in 20. Soft launched it on Monday. Check it out at cartta.io 👍🏽

Collapse
 
zigrazor profile image
ZigRazor

I share with you my Open Source Projects that I'm working on:

GitHub logo ZigRazor / CXXGraph

Header-Only C++ Library for Graph Representation and Algorithms

CXXGraph

DOI

DOI

codecov CodeFactor

GitHub license GitHub release

LGTM Alerts LGTM Grade

Generic badge Generic badge Generic badge

Generic badge Generic badge

Join the chat at https://gitter.im/CXXGraph-Community/community

Share on Tweet

Introduction

CXXGraph is a small library, header only, that manages the Graph and it's algorithms in C++. In other words a "Comprehensive C++ Graph Library" An alternative to Boost Graph Library (BGL).

We are Looking for...

We are looking for:

  • Site Developer for the development of the CXXGraph site ( for the moment on GitHub Page );
  • Developers and Committers, also at first experience, we will guide you step by step to the open-source world!

If you are interested, please contact us at zigrazor@gmail.com or contribute to this project. We are waiting for you!

Roadmap

Completed Description Date of Completition
✔️ First Optimization Apr 4, 2022
📝 Add Benchmark for all algorithms TBD
📝 Code Optimization TBD
📝 Release 0.4.0 TBD
📝 "Const" Code Review #155 TBD
📝 Release 0.5.0 TBD
📝 Official Site Release TBD
📝 Reduction of Code Issue of Static

GitHub logo ZigRazor / CXXMicroService

A C++ Library that give microservice framework ( Server / Client ) upon 0mq framework

CXXMicroService

A C++ Library that give microservice framework ( Server / Client )

codecov CodeFactor

GitHub license GitHub release

LGTM Alerts LGTM Grade

Generic badge Generic badge Generic badge

Generic badge Generic badge

Introduction

CXXMicroService is a C++ library, that manages MicroServices, upon different Framework ( actually only 0mq is implemented).

We are Looking for...

We are looking for:

  • Site Developer for the development of the CXXMicroService site ( for the moment on GitHub Page );
  • Developers and Committers, also at first experience, we will guide you step by step to the open-source world!

If you are interested, please contact us at zigrazor@gmail.com or contribute to this project. We are waiting for you!

Roadmap

Completed Description Date of Completition
✔️ First Commit May 2, 2022
✔️ Introduce the basic Framework May 24, 2022
📝 Introduction of more complete Examples TBD
📝 Introduction of Orchestrator TBD
📝 Introduction of Unit Test Framework TBD
✔️ Introduction of basic CI/CD Jun 6, 2022
📝 Advanced CI/CD TBD
📝 First Beta Release

GitHub logo ZigRazor / MTL

Multi Thread Library

MTL (Multi Threading Library)

MTL_Logo

Contributors Forks Stargazers Issues GPL-3.0 License

Multi Threading Library is a set of utilities, easy and ready to use for common task in multi threading environment and development.

Roadmap

  • Thread Class
  • Thread Manager
  • Thread Pool
  • Task Class
  • Ordered Task
  • Task Flow
  • Complete Documentation
  • Doxygen Integration
  • First Beta Release
  • Test Framework
  • CI/CD Pipeline
  • First Stable Release
  • Thread Monitoring
  • ...

See the open issues for a full list of proposed features (and known issues).

Getting Started

This is an example of how you may give instructions on setting up your project locally To get a local copy up and running follow these simple example steps.

Prerequisites

The following are required to get the project up and running.

Google Test

GoogleTest

git clone https://github.com/google/googletest.git  # Dowload the Google Test repository
cd googletest                                       # Main directory of the cloned repository.
mkdir -p build                                      # Create a directory to hold the build output.
cd build                                            # Move
Enter fullscreen mode Exit fullscreen mode

GitHub logo ZigRazor / PyStateMachine

Python State Machine

PyStateMachine

python Python State Machine

CodeFactor Codacy Badge

DeepSource DeepSource

Introduction

PyStateMachine is a Framework that support state machines in Python

Requirements

  • Python3

How to Run

Work in Progess

Example

Work in Progess

Test Suite

Work in Progress

How to contribute GitHub contributors

Read the CONTRIBUTING GUIDE

Hacktoberfest

We are pleased to inform you that this repository is participating in the #Hacktoberfest!

Happy Coding!

Contact

E-Mail : zigrazor@gmail.com

GitHub Profile Profile views

ZigRazor's github stats

Support

To support me just add Star the project GitHub stars or follow me GitHub followers

To get updated watch the project GitHub watchers

Project Info

Readme Card






Collapse
 
akinaguda profile image
Akinwunmi Aguda

Rewriting a fluid simulation I built that was originally in Rust + Typescript to pure Rust (and CSS of course)

Collapse
 
bobbyiliev profile image
Bobby Iliev

Got a few users to try out the early Tails V2 beta 🙌

Collapse
 
quachhengtony profile image
Tony Quach

I wrote my first npm package: dev.to/quachhengtony/climan-is-a-s...