Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. error4919

    Java How to learn Java from basic?

    That is indeed a convenience that books have. But, we also have phones nowadays, tables, etc. which do pretty much the same thing, keeping the practical side of learning intact.
  2. error4919

    File Structure for Web Development

    What is an ideal file structure for web development? src > assets > styles ? or something similar?
  3. error4919

    Java How to learn Java from basic?

    You can always use freemium platforms to learn how to code. That can expand from Java up to whatever language the website has available. However, I believe reading programming from books is not as beneficial as it was back in the day, since now you have all this equipment to do it practically.
  4. error4919

    Hi

    i am just a uni student who majors in Computer Science.
  5. error4919

    Fun activity Say hello... in a coding language!

    class Hello { public static void main(String[] args) { System.out.println("Hello, im an error."); } }
Back
Top Bottom