Outreachy Blog #3: Think About Your Audience
This is the third post in my Outreachy Internship series, where I will write about my adventure through the 3-month open-source remote internship.
Search for a command to run...
This is the third post in my Outreachy Internship series, where I will write about my adventure through the 3-month open-source remote internship.
This is the second blog post in my Outreachy internship series. In this article, I will share some struggles I faced and how I came out better.

This is the first blog of my Outreachy Internship series, where I will write about my adventure through the 3-month open-source remote internship.

Introduction It is cool building a web application in your local environment, a computer until it is time to share your work with others and it doesn't run elsewhere apart from your computer. At times, it could even be versioning errors with the depe...
Introduction to cloud computing

Using Sequelize as an ORM to connect your Node.js app to a PostgreSQL Database

The long-awaited tech internship of the year is here again[HNG INTERNSHIP], where techies get to work in teams on projects in a fast-paced environment. I will be joining the 2021 cohort as a Backend Developer. You can learn more about it here - http...

Arrays are one of the data structures in Javascript. An array allows us to collect data items into a list. Each data item in an array has an index attached(0-indexed). For example, an array of students offering a course is seen below. const students ...
