DEV Community

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

Side Project Sunday! What do you have going on?

Ben Halpern on July 17, 2022

Let's hear about what you have going on! If you've shared your project before, what's new?

Collapse
 
josemunoz profile image
José Muñoz

I'm writing a Typescript interface for the Phillips Hue APIv2 because none of the existing solutions supported gradient light-strips, its called Hue-Sync and its part of a larger side project that will become the open source alternative to the $300 Phillips HDMI Sync box

Collapse
 
bobbyiliev profile image
Bobby Iliev

The Tails V2 beta is already being tested by a few users!

We've done the groundwork for our API too!

Collapse
 
ddehueck profile image
Devin de Hueck

Made a lil SMS app to text my ideas and have them be texted back to me later. I was already texting myself ideas so I figured it'd be nice to have them be sent back, ranked, and searchable.

galaxi.me or text +17755225513

Collapse
 
danielzotti profile image
Daniel Zotti

Good idea! Why don't you develop a Telegram bot? The porting should be simple and you could have a wider audience that would use the app!

Collapse
 
ddehueck profile image
Devin de Hueck

Great idea - I had looked at WhatsApp but that seemed too involved. I’ll give Telegram a look!

Collapse
 
ddehueck profile image
Devin de Hueck

Just added to telegram! t.me/galaxi_me_bot

Thread Thread
 
danielzotti profile image
Daniel Zotti

It works like a charm.. Is the code on GitHub?

Collapse
 
khokon profile image
Khokon M.

That's really good work man! And the idea is totally mind blowing. Keep it up.

Collapse
 
ddehueck profile image
Devin de Hueck

Thanks let me know if you try it out and have any feedback!

Collapse
 
apoorvacg profile image
Apoorva CG

Side project Sunday, sounds good😄! I worked on my personal website n it's up
here
Will be updating the site with few more details n sections!
It's built with #nextjs #tailwindcss and deployed over #vercel . Thank you!
Have a great week ahead 😊

Collapse
 
frankfont profile image
Frank Font

Site looks nice!

Collapse
 
apoorvacg profile image
Apoorva CG

ThankU @frankfont

Collapse
 
toddpress profile image
Todd Pressley

I love the frosted glass look over the moving gradient! Nicely done 🫶

Collapse
 
apoorvacg profile image
Apoorva CG

ThankU @toddpress

Collapse
 
psypher1 profile image
James 'Dante' Midzi

Ooh, this is nice... I never thought about about the blur effect

Collapse
 
apoorvacg profile image
Apoorva CG

give it a try, you will like it!

Collapse
 
allanladev profile image
Allan LaDev

I am currently on the verge of burning out, so over the weekend I want to limit coding time, and focus my energy outward by connecting with people. I've reactivated my twitter account, and this reply is my actually very first interaction on dev.to!

I'll be brainstorming blog post ideas and other ways to document my journey. Unfortunately I've been neglecting the networking part, so I hope to connect with the community more.

I hope to have my portfolio deployed in the next week or two.

Collapse
 
toddpress profile image
Todd Pressley

@frankfont has it right… you’ve got the right mindset

Collapse
 
frankfont profile image
Frank Font

Good choice Allan! Tech is good, but without people it is empty.

Collapse
 
perssondennis profile image
Dennis Persson

Currently I'm working on my blog most of the time. I have some improvements I need to do but as always it is intriguing to develop new features.

Thinking about a 3D animation, but I think I maybe have do something about the memes page firsts :)

Collapse
 
toddpress profile image
Todd Pressley

Read your development analogy to the human body article… love it, man! Great work! Best analogy I’ve heard used to explain that concept.

Collapse
 
perssondennis profile image
Dennis Persson

Thanks Todd! Glad you liked it :) That's actually my least read article by far. Not many people have viewed it, the title must not have been very alluring.

Collapse
 
golangch profile image
Stefan Wuthrich

I did another SEO round for my Job boards for #Golang Jobs and #JavaScript Jobs

Collapse
 
ben profile image
Ben Halpern

Nice

Collapse
 
tiim profile image
Tim Bachmann

I have recently started to dabble in go and made a commenting api for my personal website.

I also have an idea for a SaaS project for sport coaches and teachers that I might try to build over the summer.

Collapse
 
frankfont profile image
Frank Font

Neat projects!

Collapse
 
levintech profile image
Levin

I am currently studying DS and ML. I finished and earned 10 certificates from Kaggle tutorials. Of course, I enrolled Deep Learning Specialization from Coursera which are provided by DeepLearning.ai (Andrew). By now, I am on the third course.

Collapse
 
raguay profile image
Richard Guay

My main side projects are still Modal File Manager and EmailIt. They are both Wails version 2 apps that I use everyday in my workflow. These keep me busy on my spare time (which isn’t much!).

Collapse
 
jesusantguerrero profile image
Jesus Guerrero

This is an project image generator that you use in the readme?

I like how well documented are your readme's.

Collapse
 
raguay profile image
Richard Guay

I used socialify.git.ci/ to create the image. Thanks for reading the README. It’s long, but the project is complex. I haven’t finished documenting most of the features yet.

Collapse
 
martinratinaud profile image
Martin Ratinaud

Working on a free staking crypto rates comparator.

It's written in NextJs and deployed on vercel.

I currently compare 25 exchanges and more than 500 coins.

I first created this because I wanted to find the best place to stake MATIC.

But I'm pretty sure right now, the right way to go is to stake ethereum as you can get 10,63% not locked with rewards distributed daily!

Collapse
 
orliesaurus profile image
orliesaurus

I posted about my side project on here and on IH - it's an open source Stripe App that shows you how to build an end-to-end app on for Stripe's Dashboard

Collapse
 
integerman profile image
Matt Eland

I'm a little late to this, but I was daydreaming while waiting for fireworks on the 3rd and decided to try seeing if I could build an AI to play the One Night Ultimate Werewolf social deduction game against itself using a limited number of roles, probabilistic modeling, and some form of reinforcement learning. The project is coming along, but it's not capable of lying to me yet!

Collapse
 
fegroders profile image
Fernando Groders

I'm working on a bot that posts the latest tech-related news to Twitter, Telegram and my Discord Server.

GitHub Repo
Twitter

Collapse
 
soniarpit profile image
Arpit

not a big project but fun mini-project. I made a chrome extension to tell myself a truth/advice but in popular meme template

chrome.google.com/webstore/detail/...

Collapse
 
lucasew profile image
Lucas Eduardo

I am hacking up a local DNS server to have more control about how is it resolving. I plan to make some kind of CLI and providers to domainize stuff like my zerotier hosts and container IPs and applying blocklists on the fly. It's very experimental, PoC level.

github.com/lucasew/simple-dns

Just build it, run it as root and add nameserver 127.0.0.1 to the first line of /etc/resolv.conf and it's working (I expect).

Collapse
 
bias profile image
Tobias Nickel

I made the frontend for my personal note taking app, based on fastify and preact. it is very small, only 5 tables.

this project is mostly something for me to try out some stuff and learn.

the app basically works, but i feel i need to refactor it to use redux or some other state management. just using useState and useEffect hook is not killing it anymore.

before, i started the app with express and refactor to fastify with swagger.

also, first i implemented a clientside sdk by hand, until i build an sdk generation script that generates the complete sdk from the swagger definition.

I think once i am happy with the setup i can remove my app related stuff and turn the project into a nice little boilerplate,...

Collapse
 
frankfont profile image
Frank Font

I'm currently working on a different way to creatively understand how to get things done. Trying to figure out a way to get some traffic to the experimental site so we can get some feedback.

We posted a contest last week here on dev.to but so far nobody has entered --- entering just requires posting a reply as explained on the posting.

Hoping a few people check it out and give it a few minutes of their time before the contest ends.

Collapse
 
maxfindel profile image
Max F. Findel

Working on a web scraper for a client to get prices of hundreds of pharmaceuticals in all major Pharmacy stores in my country, categorized by illness and treatment. Next step is to enable public search so everyone can find the best prices free of charge :)

Collapse
 
mr_destructive profile image
Meet Rajesh Gor

Did quite some stuff today

  • Fix some issues in Crossposter Python Package -> Release v0.4.4.
  • Worked on Django Blogging Platform,
  • Created some scripts for learning HTMX and Django.
Collapse
 
m13ha profile image
Michael N.

I'm working on a project for data structures visualization using konva and react.

Collapse
 
frankfont profile image
Frank Font

Ohh my, that's our stack too! You can find link to the app at the page were we posted a contest (which nobody has entered yet) dev.to/frankfont/win-a-25-amazon-g...

Collapse
 
maddy profile image
Maddy • Edited

Writing on my blog, as always. Also, working on the newsletter. I soft-launched it last week. I'm excited but also a bit scared. 😅

Collapse
 
knandraina profile image
Kevin Rabesaotra

I started to build a database (on excel first!) to help software engineers know if they are well paid in France.
Some french software engineers earn outstanding salaries because they work remotely for US companies or the most famous startup in France. And there is some salary transparency there.
But for software engineers working in the classic SMB, it can be hard to know if they are well paid or not. That's why I'm trying to build this database!

Collapse
 
rajselenium3 profile image
Raj

I've an idea and looking for partner who has experience on iOS and Android apps development. I am willing to work weekends/Sundays to fulfill self satisfaction. If everything goes well, it will work out commercially as well. Please let me know if anyone interested on this.

Collapse
 
pekosong profile image
Peko

I'm making an app related to real estate auctions.
Korea is very interested in real estate

In addition, recently, I'm going to develop an app related to real estate redevelopment

playstore

Collapse
 
Sloan, the sloth mascot
Comment deleted
Collapse
 
sitonimbus profile image
Carlos Andrés Mora González

Just training and studying for now, but some day I will have my side project on Sunday 😎

Collapse
 
psypher1 profile image
James 'Dante' Midzi

Working on my language reference book site, as well as deconstructing Astro

Collapse
 
po0q profile image
pO0q 🦄 • Edited

Very small project to highlight something I consider critical for anyone interested by cybersecurity and hacking scripts:

Collapse
 
beetlehope profile image
Nadia Zhuk

I'm focusing on my Youtube channel where I talk about learning to code and building a career in tech: youtube.com/c/beetlehope

Collapse
 
oliveth_ndubuka profile image
Oliveth Ndubuka

setting up a build with Travis CI

Collapse
 
ajimenezsa profile image
ajimenez

I've following the tutorial of Shopify app, using React... the first impression was overwhelming... I'm new in React too. ^_^'

But I think everything is a matter of time.

Collapse
 
orliesaurus profile image
orliesaurus

Open sourced months of work: github.com/sfdc-stripe

Collapse
 
skyloft7 profile image
Mohammed

Working on ProjectSketch which brings code architecting/diagramming straight into IntelliJ.

Collapse
 
dejanualex profile image
dejanualex

Chatbot packaged as a container with plug and play corpora, image here

Collapse
 
andrey_kopylov profile image
Andrey Kopylov

I'm currently working on canifly.in, which helps to understand drone rules and laws. hope you enjoy :)

Collapse
 
fungamer2 profile image
fungamer2-2

I'm currently working on a text-based Minecraft RPG written in Python: github.com/fungamer2-2/Text-Minecr...