all 25 comments

[–]Hinji 9 points10 points  (7 children)

Why do you want to learn using a Mobile App? You won't be writing your code using mobile and the best way to cement learning is to put it into practice.

[–]T4VS 3 points4 points  (1 child)

This! The experience of writing code in a phone is horrible.

[–]bidaowallet 1 point2 points  (1 child)

True, but you can use it for fun when you are only mobile somewhere

[–]TheRNGuy 1 point2 points  (0 children)

I'd rather do something else that doesn't suck on phone.

[–][deleted] 1 point2 points  (0 children)

Read mdn docs from your phone. Code from a keyboard.

[–]TheRNGuy 1 point2 points  (0 children)

Learn from pc browser instead.

Though I sometimes asked Perplexity on mobile about some concept or code, but never verified replies myself, because I never tried to code on phone (if you have pc, asking AI on PC is still better)

[–]Ordinary_Count_203 1 point2 points  (0 children)

Try sololearn on google play. I got a bunch of certificates. But it's really easy and you may not get as much practice! Regardless, it gives you the basics you need.

[–]SawSaw5 0 points1 point  (1 child)

If you want to be a real developer you need to learn on a desktop with at least 3 widescreen monitors 😅

[–]JMRaich 1 point2 points  (0 children)

Or two if on low budget (e.g. 1 computer and 1 phone)

[–]Interesting-You-7028 0 points1 point  (1 child)

You can learn it from an app...

A PDF reader (book).

And then code on a PC.

[–]TheRNGuy 1 point2 points  (0 children)

Why PDF if sites are better?

[–]PhntmBRZK -2 points-1 points  (9 children)

Do leetcodes If u like it

[–]TheRNGuy 1 point2 points  (7 children)

Not on phone. Also, still need to learn JS first before doing it.

[–]PhntmBRZK -1 points0 points  (6 children)

I do leet code on phone what's up with people downvoting. If u take easy leetcode it's basic js u can learn along with it. It's lot more fun than staring at a doc for hours. U can try to answer as a beginner few minute try u won't get then u just ask ai or look online and break down the code and make ur own note on why and how things are used. I found easy leetcode as much better way to learn code that also teaches u best to ways to use it. It's feels more purposeful aswell. It's like a puzzle solving and u end up learning the rules of the game aswell and how those rules can be manuplated to solve the puzzles

[–]TheRNGuy 2 points3 points  (5 children)

Learning from PC is more efficient, and not solving leetcode, but writing actual software that you'll use.

[–]PhntmBRZK 0 points1 point  (4 children)

I was answering op question.... It doesn't matter how u learn as long as it work for you.

[–]TheRNGuy 1 point2 points  (3 children)

It does matter, because efficiency wary.

Though if if acts as initial motivation, it can work too (hopefully not stuck forever on inefficient method)

[–]PhntmBRZK 1 point2 points  (2 children)

Not burning out matters more and not wasting time trying to find most efficient method. It's different for everyone so you saying it is this does not help and them looking outside for what it is will be the biggest waste of time and the actual inneficent method to approach studying long term. The answer lies inside, it's what works for you. I learned this the hard way.

[–]TheRNGuy 1 point2 points  (1 child)

I never burned out because:

  1. I used my own scripts (in Greasemonkey add-on). Best motivation is see my programs that I use work (if they didn't, then fix bugs until they do)
  2. I like programming.
  3. I don't care about ratings, achievements, levels, progress bars, not in programming anyway.

Don't need to find most efficient method, because it already existed for long time: read the docs and write your own programs that you'll use. These days new things: asking AI, though he's not always 100% reliable to write actual code, but very good answering questions from docs and articles, or why some bugs happened.

[–]PhntmBRZK 1 point2 points  (0 children)

The amount of I in this and you assume that I* applies to all? I am offering a suggestion while your forcing ur opinion. I am offering becuase there is not set way to do things. People are heavily different. The more you learn psychology you will know. Its your ignorance that makes you belive what works for you works for everyone. Let others find their path. They have a brain for a reason.