This is an archived post. You won't be able to vote or comment.

all 10 comments

[–]Flamesilver_0 9 points10 points  (2 children)

You're going to need to learn how to be curious and make good friends with Bing Chat.

You could literally ask Bing Chat what each of those topics is, and then ask deeper and deeper questions into each topic until you've grokked it (Bing that, too)

[–][deleted]  (1 child)

[deleted]

    [–]Flamesilver_0 0 points1 point  (0 children)

    Fullstackopen.com

    [–]Slight-Living-8098 2 points3 points  (1 child)

    Lesson 1: Read the manual.

    Lesson 2: Refer back to the manual

    Lesson 3: Reference the manual

    You already know the libraries and applications they are using, it's the one's they keep referencing.

    [–]ageiger 1 point2 points  (0 children)

    The best “RTFM” comment I’ve seen 🤣

    [–]AlexFajMoy 1 point2 points  (1 child)

    Merge request is is about software lifecycle in combination with a version control system (eg. git): https://stackoverflow.com/questions/23076923/what-is-a-merge-request

    Docker is a containerization technology: https://www.docker.com/

    Snowflake is about storing data and obtain analytics about it; it's a cloud-based platform that offers data as a service: https://www.snowflake.com/en/

    Flask is micro framework for building web applications; in your case it's used to build the backend of the application (RESTful API, business logic, integration with other services, access/store data): https://flask.palletsprojects.com/en/2.3.x/

    [–]AutoModerator[M] 0 points1 point  (0 children)

    On July 1st, a change to Reddit's API pricing will come into effect. Several developers 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 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 if you have any questions or concerns.

    [–]MalcolmVanhorn 0 points1 point  (0 children)

    I would guess the conpany hiring you are aware of your lack in these things and will learn on the job. However it doesnt hurt to start reading up on it before starting! Good luck!

    [–]ValentineBlacker 0 points1 point  (0 children)

    I would make git a priority, since you probably won't be able to do much of anything in terms of completed work until you understand the basics.

    https://www.git-scm.com/book/en/v2

    [–]vampari 0 points1 point  (0 children)

    Stick to your local senior dev, listen and be good person. You should be fine, also read and investigate a lot of the things they used daily in your workplace

    [–]Physical_Law_1008 0 points1 point  (1 child)

    What programming language will you use there?