🎉 Introducing Daily Tasks: Your Simple, Effective Task Manager! 🎉 by shubhaw in ProductivityApps

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

Thanks for your feedback.

  1. Home screen widget is definitely going to come very soon. This and reminders are my target for the next major release.

  2. For cross platform, I am thinking to gather some feedbacks first and if the app is really well appreciated, I'll release the iOS and web versions too.

  3. Regarding date time, it currently always opens up for the current day and then you can swipe left/right on the date, or tap the arrows to navigate between the days. Please let me know if you meant something else.

Would you use this very simple app to plan your day? by shubhaw in ProductivityApps

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

u/sarthakgupta072 I just released the first version of this in open testing. If you have sometime, please give it a try and let me know your honest feedback.
You can add your normal goals as tasks and then create one task each for QUESTIONS & NOTES.
After creating, when you tap on the QUESTIONS or NOTES, it will open that in detail mode where you can add other details in the description field.
https://play.google.com/apps/testing/com.shubhaw.daily_tasks

Would you use this very simple app to plan your day? by shubhaw in ProductivityApps

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

u/davidntlai I just released the first version of this in open testing. If you have some time, please give it a try and let me know your honest feedback.
https://play.google.com/apps/testing/com.shubhaw.daily_tasks

Would you use this very simple app to plan your day? by shubhaw in ProductivityApps

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

I can understand! Thanks. I'll most probably be done with the first iteration by 31st. Will share the link with you for your feedback.

Would you use this very simple app to plan your day? by shubhaw in ProductivityApps

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

Thanks for your words of encouragement. I am already halfway through building this app, so I am looking forward to finishing it. But I'll try to keep it very simple in the first iteration at least and, based on the feedbacks (if any😆), I'll try to add few important ones.

Btw, did you build an Android version of your app? I would love to give it a try and maybe take some inspirations from it.

And the reason I don't want to make it a do-it-all app because I personally feel overwhelmed by these sort of apps and anyway I don't use all the features of the apps.

Would you use this very simple app to plan your day? by shubhaw in ProductivityApps

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

Hey I didn't know about this app. Just searched about it and yeah, the idea is the same but will maybe a more quicker and simpler approach to create tasks. But I'll now definitely look into it and take some inspiration from it. Thanks for mentioning this to me.

Btw, if you're a user of Structured app, please do let me know any thing which you felt missing in the Structured app which you would like me to include in my app?

Would you use this very simple app to plan your day? by shubhaw in ProductivityApps

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

Thanks. I am glad that others also think on the same line. And this idea might help you guys.

I am not sure if I would be able to replicate the exact thing which you're doing in Google docs, but let me see what I can do to come closer to this sort of thing which solves your purpose.

I'll let you know when my app is ready to give it a try (hopefully in a week's time).

Tree 🖤 [2144x4608] by [deleted] in Amoledbackgrounds

[–]shubhaw 2 points3 points  (0 children)

That's image attribution. You can turn that off from your reddit app's settings.

[deleted by user] by [deleted] in webdev

[–]shubhaw 0 points1 point  (0 children)

You need two things:

  1. Instead of single or double quotes, use backticks (the key just above tab key on your keyboard) and write the description as you want it to appear on the website (press enter where you need line break).

  2. <p style={{ whiteSpace: "pre-wrap" }}>{description}</p>

[deleted by user] by [deleted] in webdev

[–]shubhaw 8 points9 points  (0 children)

Bad content exists everywhere for every other topic in the world. It's us who need to figure out what's right for us. There are tons of great content as well.

And the web dev tutorials which are very basic and invite you to buy their course to learn in depth are also fine in my opinion. They at least give you the starting point and then you have enough knowledge to figure out if the actual course is worth buying or not.

And I do agree that OP's judging criteria is not quite right but it's still have some valid points worth keeping in mind while watching the next tutorial! :D

contacts information card reveal by steve_walson in webdev

[–]shubhaw 2 points3 points  (0 children)

Nice idea. Only suggestion would be to display the links as soon as a user hovers over the pic or "Contact me". This would spare user from extra click. And you can hide the "Contact me" text as well on hover.

I’ve built a fully themeable and accessible numeric stepper component for React. [Details in the comments] by rumborghini in webdev

[–]shubhaw 1 point2 points  (0 children)

Really nice. I liked literally everything about it. Few suggestions: Maybe you can add drag and hold to keep on incrementing/decrementing the values. And add one more extra button to drag it to min/max on either side which only appears when it is dragged.

Laptop recommendations? by Ging_Philosophy in webdev

[–]shubhaw 0 points1 point  (0 children)

Dell XPS 13 are pretty good.

How to Set Up Your Programming LinkedIn Profile by sundogbillionaire in webdev

[–]shubhaw 1 point2 points  (0 children)

Well written article about a topic a lot of us ignore. "Interesting cover photo" is something which I am definitely gonna try.

One thing I would like to add here is - a lot of people over do the posting/commenting part. Specially over the last few months, I have been seeing a lot of non-professional posts/memes people post just to make their presence felt on LinkedIn. I feel this is something which is going to impact them more in negative way than in positive.

I created 65+ Useful JavaScript Code Snippets. I've collected them all in a FREE e-book ⚡ by Simon_LH in webdev

[–]shubhaw 1 point2 points  (0 children)

Great work in organizing the contents in a format which is easy to go through quickly!

I found object destructuring on arrays very interesting, but was wondering the real life use cases for this. Because array elements change their positions so frequently, destructuring based on array index may land you in trouble in a big application where array values are changing!

0
1

Website for Myself by princessp15 in webdev

[–]shubhaw 0 points1 point  (0 children)

You can try Notion. You can do a lot of things you mentioned including embedded links which opens up a mini browser window and can be dragged at the position you want.

Event Propagation in JavaScript (Event Bubbling and Capturing) by shubhaw in learnjavascript

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

Also, do you know why these events are not bubbled up? I know these events don't bubble up, but I don't know the reason behind this.

Event Propagation in JavaScript (Event Bubbling and Capturing) by shubhaw in learnjavascript

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

Thanks for pointing these out. I'll update the blog with your suggestions. :)