This content originally appeared on DEV Community and was authored by Benjamin Hitimana
I was in my final year of college studying business information technology when the pandemic struck in January 2020. At the time, I wanted to be a backend developer, and I can say that I had good fundamentals. However, as the world changed and life got harder, I had to change priorities and engage in other activities. But over two years later, I am back with the same objective—becoming a proficient backend developer—and it might be challenging to regain your old coding mindset.
const express = require('express');
const app = express();
const port = 8080;
I decided to give a shot again a life of becoming a software engineer, and I am learning a Javascript framework called NodeJS because at the moment I am writing this blog JavaScript has become a scorching topic in the programming language. JavaScript is known to be the most popular language in the world with over 69.7% of use in software development.
This past month I managed to take a look at Javascript fundamentals like OOP, functions, etc... but now I am working on express assignments and taking a course on coursera about Server side programming, and also in training of 3months about NodeJS.
This content originally appeared on DEV Community and was authored by Benjamin Hitimana
Benjamin Hitimana | Sciencx (2022-07-11T18:31:42+00:00) Learning NodeJs after 2years of not coding. Retrieved from https://www.scien.cx/2022/07/11/learning-nodejs-after-2years-of-not-coding/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.