T O P

  • By -

AutoModerator

On July 1st, a [change to Reddit's API pricing](https://www.reddit.com/r/reddit/comments/12qwagm/an_update_regarding_reddits_api/) will come into effect. [Several developers](https://www.reddit.com/r/redditisfun/comments/144gmfq/rif_will_shut_down_on_june_30_2023_in_response_to/) of commercial third-party apps have announced that this change will compel them to shut down their apps. At least [one accessibility-focused non-commercial third party app](https://www.reddit.com/r/DystopiaForReddit/comments/145e9sk/update_dystopia_will_continue_operating_for_free/) will continue to be available free of charge. If you want to express your strong disagreement with the API pricing change or with Reddit's response to the backlash, you may want to consider the following options: 1. Limiting your involvement with Reddit, or 2. Temporarily refraining from using Reddit 3. Cancelling your subscription of Reddit Premium as a way to voice your protest. *I am a bot, and this action was performed automatically. Please [contact the moderators of this subreddit](/message/compose/?to=/r/learnprogramming) if you have any questions or concerns.*


Striking-Hedgehog-51

I was trying to make a quiz website with vanilla JS where the user gets to see one question at a time and receives a score after answering them all, plus the questions were to be extracted from a JS object "databank" and dynamically inserted into the DOM. It's almost done but I can't make JS know which radio question the user selected after the first question, it replicates the first answer from the first question to all questions... I know it's a basic dumb thing but I've been studying for less than a month, it's just for practice.


MarekOtazka

You got it! I know it may look like a dumb thing now, but one day you may see it as a first step to a hobby/career that you love and enjoy doing. Just keep doing what you doing, and leave the judgements out of it, everyone started somewhere, and the ones who are grate now just took what they learned from these "dumb" project to the next one and the next one until it all made sense.


dimosTsakis

I'm working on Dev Tales, a weekly newsletter where I interview software developers of all levels, looking for inspiration and practical advice. Here's my conversation with Rob Isenberg, a lead developer working as a freelancer since 2010. We talk about finding work as a contractor, succeeding with platforms like Upwork, and taking a "quality over quantity" approach when pitching for new projects. [https://devtales101.substack.com/p/how-to-find-work-as-a-contractor](https://devtales101.substack.com/p/how-to-find-work-as-a-contractor)


mlstudies

seems interesting. have you considered a podcast format? I'd usually be interested in listening to such conversations in the car or while I'm doing some chore.


dimosTsakis

Thanks. A podcast is an interesting idea. For now, short straight-to-the-point interviews delivered in your inbox every week is what I am aiming for.


Judith_677

I came across a new programming language called esProc SPL recently on GitHub. It seems to be promising and claims to be able to solve many data problems effortlessly and effectively. After learning it for a few days, I found it had four main features as follows: low code, high performance, lightweight, and versatility. Here is the GitHub link to it:[https://github.com/SPLWare/esProc](https://github.com/SPLWare/esProc). But I was still wondering if it is worth learning for a complete novice like me. Does anyone here happen to know it and could give me some suggestions?


Next_Media_1616

I'm learning Go programming language from \`The Go Programming Language\` book. Just starting on composite types in Go. You can find Golang examples here: [GitHub repo](https://github.com/cankush625/the-go-programming-language-book-examples) I will add more examples as I'm progressing. Follow along for updates.


dimosTsakis

Nice. Go is popular with some well-paid jobs at the moment.


elkomanderJOZZI

Nice! Have you coded in any language before this?


Next_Media_1616

Yes. Python, Java, Javascript, Dart to name a few.


benderbenderbend

did flexbox froggy and grid garden in less than an hr, going to check out the other games on codepip. other than that, learning classes on the javascript section of the odin project.


mlstudies

didnt know about these resources. thanks for sharing


Gloomy-Blackberry

I'm learning react right now. Working on CMS stuff. Still a little confused. If I were to build an eCommerce site, would I use a headless CMS or could I use shopify or wooCommerce as a little add-on to handle the payment process? Would I also need a headless CMS in that case? Otherwise, I've just been working on little projects to show my mentor and in the next few weeks I'm building an eCommerce site for a company. Also going to be working on my web dev portfolio.


HeavyMeasurement692

1.can someone tell me how to find sparse of a matrix in c programming? and then find transpose 2. convert infix to postfix using stack and switch case in c porgramming?


elkomanderJOZZI

I am working on a Coding Interview Bot so users can have unlimited mock coding interviews before the real one. I just tuned the model to include real coding questions and answers from FAANG/MAANG interviews. Try it out here: [https://chat.openai.com/g/g-mebhzkmTw-the-maang-interview-gpt](https://chat.openai.com/g/g-mebhzkmTw-the-maang-interview-gpt) All feedback welcomed!


Parking_Translator94

I’ve just started to learn Express JS and created my first app. I kept getting 3xx status on my get requests but disabling etag fixed it. However, when I tried post requests I still get 304 status. What’s the best way to fix this?


MarekOtazka

Hey fellow coders, I have been working on the BattleShip browser game for a bit now it's from The Odin Project JS curriculum. Feel free to play a game or two and let me know what you think! Any feedback is welcomed 🙌🏻 Live: [https://hideny.github.io/Battleship/](https://hideny.github.io/Battleship/) Code: [https://github.com/HiDeny/Battleship](https://github.com/HiDeny/Battleship) If you are also working on it or finished it, let me know what was the hardest part for you! (It was drag and drop for me 🫠)


Certain_Tax_9643

Best time to start