i have an internship in JavaScript and node this monday, and I have to learn as much as I can in this short time, also a roadmap and some resources would greatly help me, thanks.
I'm pretty fluent in JS and Jquery, and am taking a node course right now. I'm wanting to convert my site to node.js because my partners and I want to all be on the same code base, and we agree that we like node (currently php). How long did it take you to learn node from scratch until you felt comfortable using it if you have a JS background? I'm just looking for rough estimates on how long it specifically took you, nothing too accurate is needed.
Thanks!
Videos
I have been using Django For a while but tried to get job but in India django jobs is very low so I am trying to migrate to NodeJs how much time it will take to learn it and what are the best resources for learning it
Hi I know it is stupid question as everybody is learning diffrent but how long does it take to learn node.js with good js fundamentals? And by asking how long does it take I meant roughly to apply for some newbie job ^ Again sorry for that question :)
I come from Python background, working mostly on web apps in Django, FastAPI, etc. I'll be working on a new project in about a month and I'd like to know if that time is enough to learn nodejs?
Any resources are welcome. I'd like to refresh my knowledge on basics, and ofc cover nodejs.
The world is changing, and it seems that most remote dev jobs are now targeting Node stack developers
Anyway.. I’ve torrented like 50 e-books and other resources on Node I’ve researched Node hosting and where to do it I’ve prepped a Linux workstation in Google Cloud and a Debian server on AWS for my dev work
So what’s this Node all about then.. I am betting that I can learn it well enough in 5 days to pass a technical interview.. and yea this wouldn’t be enough to get any Node JS job I want, but enough to start getting involved in real projects. I’d probably need another 5 days for each other component of the (M)ERN stack because I’m unfamiliar with those as well, except MySQL
And so btw my background is 10 years in web development working in PHP Java Python and Bash. I’ve also coded regular JavaScript (starting back when it was only a front end language) and I know my way around Jquery and such
Any pro tips for someone going from LAMP to MERN in 20 days?
Edit: the M in MERN shall stand for MySQL, not Mongo
I’ve torrented like 50 e-books
I hope they were free e-Books. Here is an Amazon link to purchase a book called Node.js 8 the Right Way which is a great resource in my opinion, and written very recently (programming books tend to go out of date rather quickly). Node.js is up to version 10 now, but 8 is still relevant and has all the new async/await stuff in it.
I am betting that I can learn it well enough in 5 days to pass a technical interview.
Be warned that companies may ask you what you've built with Node.js, and ask to see your GitHub profile. My recommendation is to actually build something cool and open source it. Then you have something to show, and companies can have a look at your coding style as well.
If you're actually aiming to learn the whole MERN stack, React might end up being the limiting factor. Being proficient enough in React and its commonly used libraries, like Redux and styled-components, in 5–20 days to pass a technical interview sounds challenging.
Learning Node and Express in that amount of time is probably doable given that you're already experienced with web development. But Node is very different from PHP, Java, and Python. Thinking asynchronously and mastering callbacks, promises, and async-await takes time. Being hireable after 20 days feels like a stretch since being a competent Node backend engineer requires knowing a lot of peripheral libraries and technologies other than Express and Mongo given the modular nature of the Node ecosystem.
I am a 2nd Year Software engineering student. I know fundamentals of coding and few languages as well as js,html and CSS.( Not too advanced). Yet I don't know anything About react or node js. How many days will take me to learn JS advance, React and Nodejs?
I only know python but i plan on switching to learn js first (from jonas schmedtmann course) and then go for express for the back-end. Is it possible to do both in 6 month? I am not talking about mastering them of course just intermediate level.
I know node js well (at least to make APIS and interact with databases) and some concepts like multi threading which is very common in languages like java ,I am making building backend in microservice arthitecture.Just for the sake of learning java ,I want to write one service in java.
Has anyone transitioned from node to java here ?
how much time did it take?
I am a front end developer and I was thinking about learning node js from Udemy max and I have experience in react and typescript etc. and how much time per a day should I spend learning
Hello guys..
I just finished learning reactjs now..
and I feel like the meal isn't really complete without knowing how to create your own server.
like I only used to make CRUD applications using localStorage... but it's pretty like small and hard to organize.
and now, i am planning to learn NODEJs.
How hard it is?.. just curious.
Will I spend more time learning node.js than I did on javascript or reactjs ?..
I am mainly a front-end guy with some experience with Python and scripting. Around 3 years of work experience. Recently I got a new job, starting next month. I first thought it was a full-stack JS position, but it turns out it is mainly back-end with node (it's cool, I always wanted to get more experience with back-end).
Now the problem is, that this company is high level. International software development company with clients you all know and use every day. Naturally, they need their engineers to be high level too. At first, they thought I didn't have enough skills to join, but they decided to give me a chance (I got lucky here). I have 3 months to learn as much as I can about node and back-end, or I will have to find a new job.
I have created several CRUD apps with node, using express, did some work with Next.js, I understand the main principles. What would you recommend learning to get better fast? Security, performance, databases? Maybe I should work on leetcode type stuff to improve my logic?
Hi,
Is it realistic to learn Node in two months and find a job? or should I go for Front End or React?
I have the whole day to study and I am planning to take some of the Udemy and Plural-sight JavaScript and Node training video.
My background is a CS degree and four years experience as Linux Support Technician.
Thanks in advance for you input.
Sorry for the stupid title of this post.
I'm writing this post because I desire to improve my understanding of programming and nodejs in particular.
I've been learning JavaScript and Node.js for the past 2 years. Lately, then I've started thinking I need another challenge to grow up my skills in development and concluded that I want to understand what's happening in the low level of what I've used to use. For the first entry of this studying, I want to read node.js which I think is very familiar to me.
So, has anybody tried to do the samething as me like reading or understanding open source project like Node.js from github? if so, please let me know how long it took for you to read them and got very basic grasps of the project( node.js js runtime)
if you have any tip for improving your understanding or skills, or tips for reading open source project, please comment that too
Why is it marked NSFW?
Start with a simple method, like anything in utils. Try to find its source code. Good it was all JavaScript.
Now, what happens when calling fs.readFile ? What about the methods in the vm module? They call c or C++ code. Some on libuv, some will call stuff from v8 and some will call stuff from node C++ core code.
And then go to the network part of things.
I just got an internship that uses Node.JS extensively, but I've only got basic JS experience. They know this, so I'm sure there will be a bit of a tutorial period where they help me get caught up, but I would like to have gotten started when I first go in. What are some good resources to best get a handle on Node.JS quickly?
Hello guys, I'm a beginner web-dev, just learned quite a bit of React.js and TypeScript & decided to try learning some backend.
So, I'm wondering if any Node knowledge is required to start learning Express, since Express is a Node framework. I'd really appreciate it if you guys help me out!