Learning NodeJs after 2years of not coding

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…


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.

The course I am taking


This content originally appeared on DEV Community and was authored by Benjamin Hitimana


Print Share Comment Cite Upload Translate Updates
APA

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/

MLA
" » Learning NodeJs after 2years of not coding." Benjamin Hitimana | Sciencx - Monday July 11, 2022, https://www.scien.cx/2022/07/11/learning-nodejs-after-2years-of-not-coding/
HARVARD
Benjamin Hitimana | Sciencx Monday July 11, 2022 » Learning NodeJs after 2years of not coding., viewed ,<https://www.scien.cx/2022/07/11/learning-nodejs-after-2years-of-not-coding/>
VANCOUVER
Benjamin Hitimana | Sciencx - » Learning NodeJs after 2years of not coding. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/07/11/learning-nodejs-after-2years-of-not-coding/
CHICAGO
" » Learning NodeJs after 2years of not coding." Benjamin Hitimana | Sciencx - Accessed . https://www.scien.cx/2022/07/11/learning-nodejs-after-2years-of-not-coding/
IEEE
" » Learning NodeJs after 2years of not coding." Benjamin Hitimana | Sciencx [Online]. Available: https://www.scien.cx/2022/07/11/learning-nodejs-after-2years-of-not-coding/. [Accessed: ]
rf:citation
» Learning NodeJs after 2years of not coding | Benjamin Hitimana | Sciencx | 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.

You must be logged in to translate posts. Please log in or register.