DEV Community

Cover image for Side Project Sunday! Share your progress.
Ben Halpern
Ben Halpern Subscriber

Posted on

Side Project Sunday! Share your progress.

Give a quick description of what you're up to and what some recent challenges have been.

Anyone who posted last week is more than welcome to share an update.

Top comments (48)

Collapse
 
jzombie profile image
jzombie • Edited

speaker.app/ - 48K audio / video streaming. Love this stuff. Making a new view that looks at the audio frequencies of audio and moves speaker cones on a screen (different frequencies will shape the cones a bit different than other frequencies).

Collapse
 
jzombie profile image
jzombie

Challenges have been in developing several core libraries which handle various aspects, making them work together in harmony, clean up after themselves, some memory leak protections, and a bunch of other nerdy details.

Collapse
 
jzombie profile image
jzombie

And discovering that the firewall wasn't accepting TURN / STUN connections.... That should be fixed now.

Collapse
 
yestermauer profile image
Yester Mauer

Working on a search engine for comic books — plenty of data sets out there, but have an idea for making it a bit easier to search. Even if I end up being the only user, I'm enjoying the process.

Collapse
 
bttodd11 profile image
Brian Todd

I made something similar to this, it was really fun ! Basically a Marvel Database that list some stats about the character and also some top comics.

bttodd11.github.io/marvelDatabase/

Collapse
 
bttodd11 profile image
Brian Todd • Edited

Could definitely use some rework since I just noticed spiderman wasnt even found lol

Collapse
 
valentinesean22 profile image
Valentine Sean Chanengeta

great, may you please share data source

Thread Thread
 
bttodd11 profile image
Brian Todd
Collapse
 
valentinesean22 profile image
Valentine Sean Chanengeta • Edited

please share once you are done.
also may you please share links of datasets sources

Collapse
 
ben profile image
Ben Halpern
Collapse
 
thomasbnt profile image
Thomas Bnt

Thanks @ben for mentioned this post 😄☕

Collapse
 
jonrandy profile image
Jon Randy 🎖️

Trying to make pixel manipulation on the canvas element easier/more powerful...

Collapse
 
yuridevat profile image
Julia 👩🏻‍💻 GDE

Creating a Design system for my personal brand using Figma, React and Storybook.

Collapse
 
darkterminal profile image
Imam Ali Mustofa

Try to create GUI Dashboard for NoSQL database based on Flat File using JSON called SleekwareDB on the top of SleekDB.

Help Wanted for Contribution:

GitHub logo SleekwareDB / sleekwaredb

SleekwareDB is a NoSQL database storage service. A database storage service that can be used for various platforms and is easy to integrate.

wakatime GitHub commit activity

<p align="center" dir="auto">
    <a target="_blank" rel="noopener noreferrer" href="https://camo.githubusercontent.com/5f79df323b5f1d11cee02fa1519de1dc867ae62a6a51b39aa5e29eb19a52d495/68747470733a2f2f692e6962622e636f2f646d4b643259722f6c6f676f2d776974682d6e6f2d62672e706e67"><img src="https://camo.githubusercontent.com/5f79df323b5f1d11cee02fa1519de1dc867ae62a6a51b39aa5e29eb19a52d495/68747470733a2f2f692e6962622e636f2f646d4b643259722f6c6f676f2d776974682d6e6f2d62672e706e67" width="365" height="80" data-canonical-src="https://i.ibb.co/dmKd2Yr/logo-with-no-bg.png" style="max-width: 100%;"></a>
</p>
<strong>SleekwareDB is a NoSQL database storage service. A database storage service that can be used for various platforms and is easy to integrate.</strong>
Enter fullscreen mode Exit fullscreen mode


NoSQL API with SleekDB. This project was created as an alternative to the existing NoSQL database services on the Internet. SleekDB is an API for File-based NoSQL database management built on top of the SleekDB.

About

What is SleekwareDB? SleekwareDB is a NoSQL database storage service. A database storage service that can be used for various platforms and is easy to integrate.

SleekwareDB is an Open Source project, anyone can contribute to build a better SleekwareDB for the future.



Features

🗃️ Flat File Database
Easy to manage flat file JSON as database

🌐 REST API Operation
CRUD Stores and Collections with Easy REST API

Cross Platform
Integrate with any Platform

🖥️ Self-Hosted
Install on your server with easy installation process

☁️ Web UI Dashboard

Collapse
 
letsbsocial1 profile image
Maria Campbell

I started migrating my business site from Gatsby.js to Next.js this past week, so that is what I am working on right now. I'm glad I encountered issues with GatsbyJS in the end, because I am really loving Next.js. There definitely is a bit of a learning curve coming from Gatsby, but it is fun to learn a new framework that is purer React, and provides me with the opportunity to use functional React and hooks! Way better than class component based React. Am also going to go with Vercel for hosting, and trying to figure out which headless CMS would work best for me, both budget wise and UX wise. Any ideas?

Collapse
 
letsbsocial1 profile image
Maria Campbell

oh, and I use Jira for professional projects. And will start using it for everything again. Highly recommend it.

Collapse
 
rajeshj3 profile image
Rajesh Joshi

Day 2 of waiting for the extension to get approved.

Post -> Talk to people who are on the same site 🌎 | Chrome Extension

Follow to get notified, once it goes live.

Collapse
 
tifflabs profile image
tiff • Edited

Too many to list but for software projects I am rewriting my portfolio in vanilla JavaScript, HTML, and CSS. A new resume as a terminal. A component library using Storybook.js and React. But my favorite projects aren't necessarily software, though I need to write some code for these.

Home automation is really my jam lately as I've moved into a whole home now so I'm tinkering with Shelly relay switches, ESP32 dev boards, and all the ways Home Assistant makes me love electronics and tech.

The HA community has several interesting setups and repos on GitHub and I am currently working on documentation of my Home Assistant setup using Python's mkdocs with mkdocs material theme. You can find my docs, which are heavily inspired by MacBury Smart House here: Suburban Smarts

I am currently running Home Assistant on a Raspberry Pi 4+ but have just bought an Intel NUC for more processing power, especially when running object and person detection using an open source library called Frigate.

GitHub logo blakeblackshear / frigate

NVR with realtime local object detection for IP cameras

logo

Frigate - NVR With Realtime Object Detection for IP Cameras

A complete and local NVR designed for Home Assistant with AI object detection. Uses OpenCV and Tensorflow to perform realtime object detection locally for IP cameras.

Use of a Google Coral Accelerator is optional, but highly recommended. The Coral will outperform even the best CPUs and can process 100+ FPS with very little overhead.

  • Tight integration with Home Assistant via a custom component
  • Designed to minimize resource use and maximize performance by only looking for objects when and where it is necessary
  • Leverages multiprocessing heavily with an emphasis on realtime over processing every frame
  • Uses a very low overhead motion detection to determine where to run object detection
  • Object detection with TensorFlow runs in separate processes for maximum FPS
  • Communicates over MQTT for easy integration into other systems
  • Records video with retention settings based on detected objects
  • 24/7 recording
  • Re-streaming…




Collapse
 
armandino profile image
armandino

Working on a library for populating objects. Did a first "multi-release jar" that supports new language features (records and sealed classes) yet is still compatible with Java 8.

instancio.org