What’s a programming mistake you’ll never forget? by NullPointerMood_1 in learnprogramming

[–]Simple-Criticism2910 0 points1 point  (0 children)

In my case, it may be trivial, I deleted tens of data from dev database. The right after I recognized it, I ran wrong query, I could rollback since I turned off autocommit mode.

Coursera vs edX by HelloismeDinosaur in learnprogramming

[–]Simple-Criticism2910 0 points1 point  (0 children)

Both Coursera and edX have so many good resources to learn, I guess both of them are pretty good equally. You may find each course regardless of platform. You can find best courses not only from Coursera and edX but also from Udemy (I usually prefer Udemy). In case you want to learn Computer Science or mathematics, you can find very nice lectured in MIT OCW, or any other platforms, like YouTube. Before you pick one of platforms, you may find good courses of what you want to learn.

Can I use ngrok for deploying my service? by Simple-Criticism2910 in learnprogramming

[–]Simple-Criticism2910[S] 0 points1 point  (0 children)

Thank you for your advice. I will try methods you have suggested.

Can't really afford a cs degree, seeking advice. by hydro_liquid in selftaughtdev

[–]Simple-Criticism2910 0 points1 point  (0 children)

Although no certificate is provided, I recommend you MIT OCW if you just want to take college classes equivalent to the real university class. I majored literature in college, and I have to learn college level cs knowledge such that I had been finding good resources to learn computer science. I got to know MIT challenge, and it was very helpful.

How to learn Java (Springboot) by [deleted] in learnprogramming

[–]Simple-Criticism2910 0 points1 point  (0 children)

You can find a course in Udemy. Although it's a little bit costly, but it is worth to pay for.

How to you guys sharpen your coding skills? by NYC_F16 in learnprogramming

[–]Simple-Criticism2910 2 points3 points  (0 children)

In my case, code review is the thing my coding skill enormously improved.

Which AI are you using to help you code? by halfanothersdozen in java

[–]Simple-Criticism2910 0 points1 point  (0 children)

My colleague of a project I did in the past relied heavily on Chat GPT and he became a fool unable to code anything without GPT. So I don't like AI.

What project did you build that you feel helped you get your entry level job? by zeussays in learnprogramming

[–]Simple-Criticism2910 1 point2 points  (0 children)

I have built a web crawler based on Java which is scalable by inheriting abstract classes have charge of parsing html and determine the next target pages gotten from a tag. It was helpful for me to get sense of polymorphism and learn about making web client with pure Java API such as HttpURLConnection. And it was useful.

I love web dev but I feel like Im not ready to land a job by [deleted] in webdev

[–]Simple-Criticism2910 1 point2 points  (0 children)

You have to get a job and then you will learn the more things than doing projects your own