© 2023 Hashnode
#community-classroom
What is Open Source Open source is source code that is made freely available for possible modification and redistribution. Products include permission to use the source code, design documents, or the …
The Evolution of Web Development: From HTML to JavaScript Frameworks" is a topic that delves into the history and progression of web development technologies and practices. It can begin by discussing the early days of the web, when HTML was…
January 2022 I started learning web dev and got my hands on the react framework. Taking the Udemy course on web dev by Angela Yu was a very pleasant learning experience. My focus was more on react. Ad…
#Theme/Intro: Hey everyone, I am a very realistic person and I like to share my thought with others about CS/Tech field as I actually think. I was in the 8th-grade standard when I first listened to the word "E N G I N E E R I N G" . I becam…
Presently I am learning the java script.instead of making the notes .I choose learning in the public .here my first blog on javascript Fundamentals of JS Js is the high level object oriented ,multi-pa…
In my freshman year i was confused about learning technologies ,understanding programming languages , building projects and stuff. After a long journey so far can say that learning tech is process of…
Hello, community! We recently concluded the AI Community Africa Learning Fund Program on Introduction to Data Science and Machine Learning with python. It was a fantastic experience with 60 registrant…
When I want to know about the Web Development , I was bit confused with many technologies , many applications . This makes every beginner tense but I ensure that by end of this blog you will have good…
The Problem 😒 : Check the code given below 👇 class Student { constructor(private firstName: string, private lastName: string) {} getFullName() { return `${this.firstName} ${this.lastName}`; } } const student = new Student("Vir…
Hi there if you are here I assume you are already versed with the basics about the AWS, but if you are new to the AWS I will highly recommend you to go through my previous article listed below which w…