And what’s currently the most in-demand language/skill?

*I’m looking for an Android app.

  • Iago Andrade@kolektiva.social
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    11 months ago

    @SurpriZe
    I saw people stating you *need* a proper computer, with keyboard and mouse, and while I do think that would indeed be ideal, there are some things that can be done through the phone.
    One app that is not directly related to programming, but is a great way to setup a system for programming, and learn a lot about terminals and the linux system, is #termux (though I should warn you to NOT download it from the appstore, install it from #fdroid instead)
    From there you can install many things you actually use for programming, like a compiler, text editors, python, and things that quite often courses pretend don’t exist, by giving you everything already setup in a virtual environment (not saying that is never a good thing, just that it often leaves a gap between learning and actually doing).
    Some sites I would also recommend for learning are https://www.learn-c.org/ for the C language and both https://mystery.knightlab.com/ and https://selectstarsql.com/ (in that order) for learning SQL. They’re great because they let you type the code directly in a window for the problem, and execute right there, so it’s pretty easy to do it from the mobile (though not ideal).
    A nice place to learn more about web dev is directly from https://www.w3schools.com/ where there are great resources on #HTML #CSS and #JavaScript and many more. They also have interactive “try it yourself” spaces in most examples, so you can test the concepts directly on they’re page.
    For help with understanding termux, take a look ate their wiki pages at https://wiki.termux.com
    Hope that helps, and hope you get to love it. If you want to talk about, feel free to send me a message.

    • SurpriZe@lemm.eeOP
      link
      fedilink
      arrow-up
      1
      ·
      10 months ago

      Thanks a ton! A golden comment with lots of actually helpful info written in a very understandable way.

      I’ve only got one question in the hopes that you might know: What are the fundamental steps I should take before I can apply for an internship or even a very basic entry position in data science (or an in demand IT field, like cyber security)?

      • Iago Andrade@kolektiva.social
        link
        fedilink
        arrow-up
        0
        ·
        10 months ago

        @SurpriZe Unfortunately I can’t help you much with that… since I am still stuck in my old career while I try to find my first roles in programming =/
        I can share some of the tips I received myself, but they’re just general tips really. The first one that comes to mind (and one that I unfortunately can’t make use of) is to be enrolled in a course that allows you to take internships, since at least here in Brazil you need to be inside an university or something similar to be able to take those.
        Another one that I am actually trying to do is to complete any small project, even if it is a web page for yourself, because it can be used as a way to show what you can already accomplish, and serves as a portfolio.
        I also want to start getting some hands-on experience by contributing to opensource projects like #inkscape, but I am having trouble finding time to put into that because of my current full time job, but if you have some free time, that may be very interesting too (what could be better than helping the community *and* getting some activity in your github/gitlab).
        Wish I could help more, but wish you good luck with this journey (and if you find other good tips, feel free to share them too haha)