Posts

Showing posts from March, 2024

Creating a Simple Server that sends the message, "Hello World" , using Nodejs

Image
  Introduction. In our first task on our "Journey to transition into Tech through Frontend and Backend Web development program", we had the opportunity to set up our development environment by installing the necessary code editors such as VS Code, Ubuntu (a Linux package), and Node.js. I also had the opportunity to install Git and also create a GitHub repository account. Task : In this article, I will be taking you on a journey on how to set up a simple server that sends the message "Hello World!" using Node.js. I will therefore use Git to push the codes to GitHub by linking my GitHub account. Prior Knowledge : Express.js (a minimalist and flexible Node.js web application framework that provides a robust set of features for web and mobile applications. Link: https://expressjs.com/ ) Procedures 1. The git bash terminal was opened from my desktop using the right-click option on the mouse. As the pop-up window emerged, a folder was created using the command; make a dir...

My Journey to become a Front-End and Back-End Web Developer.

Image
  "All great changes are preceded by chaos" - Deepak Chopra. Introduction . In my quest to find my "feet" in Tech, I first looked at what I was good at (My strengths and weaknesses). With a strong background in a Physical Science discipline (Physics), and with experience in handling, analyzing, and drawing insights from data, I looked at Data Analysis and Data Science as an entry point. I am privileged to be a self-taught Python Expert, Tableau, Power BI, Excel (I used this to analyze data for my MPhil thesis), and other programming languages. I have also been part of a few training programs (Bootcamp) to enhance my skills in those tech stacks. YouTube is also my go-to learning platform should I feel the need to understand a concept. I have used YouTube to learn HTML, CSS, C++, and JavaScript, and still in the process of learning. StackOverflow, W3Schools, and other platforms also come in handy. With the changing Tech market, learning a single tech stack might get y...