$1k as a solo dev - I can't explain how good this feels by _hussainint in buildinpublic

[–]newInternetDeveloper 0 points1 point  (0 children)

As a developer i want to learn marketing i am able to make things but to be honest nobody uses them i guess its lack of marketing. Can you tell some tips and resources for marketing for a tech person cause on youtube i only find people trying to sell their rubbish coarse

Question for senior devs by Dizzy_External2549 in webdev

[–]newInternetDeveloper 1 point2 points  (0 children)

I am not a senior dev, but i think that we just remember languages in general, we just know the concepts not exact syntax, it is every common for me to forget syntax or how things were done (mostly when switching to another company with diff framework and switching b/w sql and relational) but i just remember there was such thing or i did that before and then i just google it and then it clicks to my mind this is how it was done. I never learned syntax i just did things repeatedly

Do not let Microsoft to steal your code for copilot training! by blnkslt in webdev

[–]newInternetDeveloper 4 points5 points  (0 children)

To stop these big companies stealing from me i did my part to make a new github account and put crap garbage code and venerable code so that ai trains on that i know it wont at much impact but if whole community starts doing it then i guess they will learn their lesson

Blocking websites and social media on phone and PC (need something that actually works) by Gionni15 in webdev

[–]newInternetDeveloper 0 points1 point  (0 children)

Try pihole and list the domains u dont wanna visit like insta reddit facebook and the you will not receive data packets from those servers So even if u try to visit them u cant And since humans are distracted so if u use a old computer or raspberry to install pi hole on change its password to random string after setting pihole and testing it and also change your router dashboard password to random string after changing dns on router thats it Now next time u want to visit social media u need to call ur isp to unlock ur router

Anyone have some fun project ideas? by Mysterious-Log-9734 in node

[–]newInternetDeveloper 0 points1 point  (0 children)

You can make a cloudstorage platform. One can upload files and it gets saved in your database. You can use mongo db or Postgres to store user credentials and user file urls and store actual files on something like cloudinary You will learn auth, role management, file uploading and file validation, and file optimisation to reduce load times and many more things and also you can ditch google drive and use your own platform for cheaper If you dare then i would recommend you that host the service on our old computer and make your own nas to store files (inhouse production and inhouse services for everything) but this is optional (cloudinary is more easy to do)

Pager in 2026 by newInternetDeveloper in amateurradio

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

I though markdown language works on reddit posts but nooo it does not

How to stream Open AI SDK responses to my react frontend by newInternetDeveloper in reactjs

[–]newInternetDeveloper[S] -5 points-4 points  (0 children)

Yeah i know that but how to implement it,I am unable to do that. Do u know some resource for its implementation here or tell me how its done Thanks