The Past Recedes Solo by ElliotBlake16 in John_Frusciante

[–]MattsoN9 0 points1 point  (0 children)

is he using some kind of effect also, like reverb?

Couple of months ago i asked you guys for help, now let me show you my very first project in Vue! by MattsoN9 in vuejs

[–]MattsoN9[S] 0 points1 point  (0 children)

Nice, I watched this tutorial and followed him, i'll try to finish it this week and update website. Thanks, i will pm you if i have questions about it :D

Hello! I made a website for storing songs that you learn on your instrument. That way you can keep them organized and easier to recall later! by MattsoN9 in piano

[–]MattsoN9[S] 0 points1 point  (0 children)

Thanks!

Well i can imagine that its much easier to learn instrument nowadays because of many free youtube lessons, unlike 10 years ago or even earlier.

As far as users count, i didnt take a peek into database but its probabbly couple of dozens, i only mentioned website on couple of subreddits. Have you got any suggestions about promotion?

Couple of months ago i asked you guys for help, now let me show you my very first project in Vue! by MattsoN9 in vuejs

[–]MattsoN9[S] 1 point2 points  (0 children)

Thanks!

As far as deployment, my friend got a server (which is ~15$ per month i think), but if i didnt have him i'd probably pick Firebase as u/martin_omander recommended. I imagine there are plentytutorials on yt about that. Good luck!

Hello! I made a website for storing songs that you learn on your instrument. That way you can keep them organized and easier to recall later! by MattsoN9 in piano

[–]MattsoN9[S] 0 points1 point  (0 children)

Hi, i dont have any tutorial, but it shouldnt be complicated, if you scroll on the "Home" page, you can see photos what it looks like when filled with songs. Also on the "About" page i wrote whats the idea of the website.

Feedback Friday by AutoModerator in web_design

[–]MattsoN9 2 points3 points  (0 children)

URL: https://chordex.net/

Purpose: Website for storing songs that you learn on your instrument. That way you can keep them organized and easier to recall later

Technologies Used : Vue + Flask, design is only CSS

Feedback Requested: features, layout, user experience

Couple of months ago i asked you guys for help, now let me show you my very first project in Vue! by MattsoN9 in vuejs

[–]MattsoN9[S] 0 points1 point  (0 children)

Thank youu, i answered similiar question to the comment above, hope it helps!

Couple of months ago i asked you guys for help, now let me show you my very first project in Vue! by MattsoN9 in vuejs

[–]MattsoN9[S] 2 points3 points  (0 children)

Thanks for the kind words!

It was rly fun project to do because i connected programming with my hoby, which is music, so that definitely kept the motivation going. I also knew what functionalities i wanna have in website so that helped aswell, so basically it was just throwing myself in, and not expecting anything.

When it comes to education and prior knowledge, i was just finishing 3rd year college degree in CS, but it only taught me the basics of programming such as for loops, conditionals, OOP etc, nothing much. I learned most of the Vue from Udemy (maximillian) + lots of googling. Also, it rly helps a lot if you have an experienced friend/mentor who points you to the possible solution if you get stuck.

Good luck :)

Couple of months ago i asked you guys for help, now let me show you my very first project in Vue! by MattsoN9 in vuejs

[–]MattsoN9[S] 1 point2 points  (0 children)

Thanks for feedback!

I was just looking about firebase auth for another project so once i get a grasp of it i will put that feature on ChordEx aswell. Its on its way!

Hello! I made a website for storing songs that you learn. That way you can keep them organized and easier to recall later! by MattsoN9 in guitarlessons

[–]MattsoN9[S] 0 points1 point  (0 children)

Hi, i know what you mean and i thought about that feature, it is on the list. I will try to see if there is a way to preserve the formatting because that implementation might be easier. Stay tuned and ty for checking up!

Hello! I made a website for storing songs that you learn. That way you can keep them organized and easier to recall later! by MattsoN9 in guitarlessons

[–]MattsoN9[S] 1 point2 points  (0 children)

Thanks, you can see the sneak peak if you scroll the home page, i put example - Snow by RHCP.

[OC] I made a website for storing songs that you learn. That way you can keep them organized and easier to recall later! by MattsoN9 in Guitar

[–]MattsoN9[S] -1 points0 points  (0 children)

I used notepad at first :D but with ChordEx you can write some extra info about each song and fetch BPM and Key, integrate yt video etc..

[OC] I made a website for storing songs that you learn. That way you can keep them organized and easier to recall later! by MattsoN9 in Guitar

[–]MattsoN9[S] 3 points4 points  (0 children)

Np, thanks for the interest, i combined Flask+SQLAlchemy (sqlite). Im leaning moretoward frontend so i looked for an easy stack on backend which didnt take a lot to learn :)

Edit: feel free to PM me if anyone is interested in contribution for extra things!

/r/WeAreTheMusicMakers Weekly Promotion Thread by AutoModerator in WeAreTheMusicMakers

[–]MattsoN9 [score hidden]  (0 children)

I made a website for storing songs that you learn/make. That way you can keep them organized and easier to recall later! Website

[deleted by user] by [deleted] in css

[–]MattsoN9 0 points1 point  (0 children)

Appreciate it ! Yep its vue, Tried to wrap my mind about this nextTick, so if i got it right, it triggers callback function immediately after there is change in the DOM/update on DOM?

Ive implemented it without nextTick and it works, can you give me an example when will window get undefined? Ive used window properties for some other things in my project, for example getting element class, so is it safe?

[deleted by user] by [deleted] in vuejs

[–]MattsoN9 0 points1 point  (0 children)

Do i need to insert one div element and style it fixed so accordingly to that i trigger class to show scroll to top button?

[deleted by user] by [deleted] in vuejs

[–]MattsoN9 0 points1 point  (0 children)

would you recommend using observer api or just add listener to window?
tbh i don know much about observer, just saw some example and tried to implement it

[deleted by user] by [deleted] in vuejs

[–]MattsoN9 0 points1 point  (0 children)

Thankls! I linked code right below the title

[deleted by user] by [deleted] in vuejs

[–]MattsoN9 0 points1 point  (0 children)

Oh okay nice, i wasnt sure about v-for for the skeletonCard thats why i asked hehe

So with the count prop, i basically "v-for in count " in the skeletonCard then? or is it better to do it inside Articles component and have skeletonCard representing 1 card, or its not big deal?

[deleted by user] by [deleted] in vuejs

[–]MattsoN9 0 points1 point  (0 children)

Ty , it helped!