Jump to content

Show me your programming projects you are working on


plane

Recommended Posts

Hi this place is for posting your projects that you are programming right now 😄

  • Like 3
  • Thanks 1
Link to comment
Share on other sites

  • 1 month later...
Posted (edited)

Hiiii I want to show you project that im currently working on.

It's called LazuliMusic and it's music player and youtube downloader.

I want to practice my html, css and js skills so Im using vanilla html, css and js

It's gonna be web app without backend so that means all music you download (save) and playlists you create are gonna be saved locally in your browser (i want to use IndexedDB for this)

I've just started working on it so it looks like this for now but its gonna get more stuff there later hehe

image.thumb.png.e9825172677f9f992cf1d2d948b41c05.png

Edited by plane
  • Like 5
Link to comment
Share on other sites

Nothing to show, but im working now on own fun project on arduino. Fiddling with IMU (Inertial Measurement Unit), trying to get all yaw, pitch and roll data, and then calculate it's own displacement in 3D-world. Right now can't stop yaw from drifting. Need to use magnetometer, but no ready library for calibrating it and my math and magnetometer understanding isn't strong enough for it yet 😄

  • Like 1
  • 100 1
Link to comment
Share on other sites

Omg sounds amazing what Arduino do you have

I got Arduino UNO on my birthday hehe

  • Like 1
Link to comment
Share on other sites

I think it's arduino nano 33 ble sense rev2. Wanted to have bluetooth/wifi accessibility and 9-axis imu.

 

Also got rasperry pi 3 if i can think some project for it

  • 100 1
Link to comment
Share on other sites

I just changed few things in development process of my app

Im using React, Tailwind css, and Vite instead of vanilla html, css, js and live server

And also I just reconsidered method for saving data and decided to create backend instead of saving data on client-side

Im gonna use express.js in node.js and MongoDB database

  • Like 1
Link to comment
Share on other sites

  • 1 month later...
Posted (edited)

Hi it's me (again)

I changed few things in stack (again)

for backend im gonna use ASP.NET Core WebAPI (minimal API) running on .NET 8
and for database im gonna use Microsoft SQL Server running in Docker container (Ubuntu 22.04.) and for data managment im gonna use Azure Data Studio

Edited by plane
  • Like 1
Link to comment
Share on other sites

  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.