I must use Docker and learn to write JavaScript partially for a job.

Hi Guys,

I must use Docker and learn to write JavaScript partially for a job.

I am completely new to JavaScript.

I have no programming experience! I have used HTML and CSS with WordPress; and the JS i used, i got it from internet sources; and modified it to my needs.

I have some experience with Linux command line and feel at ease with commands in general; pipping, rules etc.
No scripting experience yet. But i can understand reading them.

Looking on google almost all docker JavaScript searches point to Node.js. A JavaScript server.

Including this tutorial: Introduction to Docker for Javascript Developers (feat Node.js and PostgreSQL) - DEV Community 👩‍💻👨‍💻

I want to start JS with Docker the right way.

What way do you advise me to apply JS with Docker?
A simple app?

Thank you!

Well, I’d work on JS first. Node is just a JS runtime environment.

FCC has a JS course, see the Visit the Curriculum and see the JavaScript Algorithms and Data Structures module - that should get you started with the basics of JS.

After you start to get comfortable with that, I’d look up youtube “docker node” and find a tutorial. Learning JS is going to take more work.

@kevinSmith

Thanks! :slight_smile: