Last updated: Oct 29, 2021

Web Technologies

Web technology refers to the means by which computers communicate with each other using markup languages and multimedia packages. It gives us a way to interact with hosted information, like websites. Web technology involves the use of hypertext markup language (HTML) and cascading style sheets (CSS).
Difference Between Web server and Application server EASY
Web server and application server are often used in the context of web development, and they serve different purposes within a web application architecture.
Ruby on Rails Vs JavaScript
In this article, we will see the difference between ruby on rails and javascript. We will also discuss the similarities between ruby on rails and javascript.
Material UI React EASY
Material UI is one of the famous libraries that is used to create UI components in React. It provides various UI components such as buttons, forms, icons, and many more.
Virtual DOM in React MEDIUM
Learn about Virtual DOM in React and how it improves app performance by efficiently updating the user interface. Explore its working and benefits in this guide.
Author jay_03
0 upvotes
JQuery Form Validation MEDIUM
In this article, we will discuss how to implement form validation using plain jQuery as well as the inbuilt jQuery validation plugin.
What is MERN Stack? EASY
This article will explain what MERN stack is, how it works, the roadmap to becoming a MERN stack developer, and how you can set up your first MERN stack project.
Static Web Page EASY
In this article, we will explain what static web pages are all about, their components, and how they differ from dynamic web pages.
What is a Web Portal? EASY
This article will help you understand what web portals are, how different they are from normal websites, and why you should use them. There are also some examples in real life that will make it clearer about how it works.
SOAP Web Services MEDIUM
In this article, we will discuss SOAP message format, see a sample SOAP message, and discuss the advantages of using SOAP web services.
React Bootstrap MEDIUM
In this blog, we will learn about React Bootstrap. We will learn about its characteristics, features, and much more for better understanding.
XML Schema EASY
In this article we’ll learn the basics of XML schema with proper examples, its validation process and data types.
Introduction to Web Development EASY
Web development is creating, building, and maintaining websites, including front-end, back-end, and full-stack development to deliver seamless user experiences.
Difference Between com and in EASY
.com" is a global top-level domain (TLD) commonly used for commercial purposes worldwide, while ".in" is India's country code TLD, primarily used for Indian websites.

Frontend

The front-end stack is made up of many different languages and libraries. While these vary from application to application, there are only a few generic languages understood by all web browsers. These three main front-end coding languages are HTML, CSS, and JavaScript. Together, they create the underlying scaffolding that web browsers use to render the web pages that we interact with every day.
List of Front-end Technologies EASY
In this article  we will talk about crucial front end technologies, including HTML, CSS, and JavaScript, along with modern frameworks like ReactJS and AngularJS.
Responsive Navbar MEDIUM
In this article, you’ll learn about what a responsive navbar is, the importance of a responsive navbar, and how you can create a responsive navbar.

Backend

In order to be a full-stack web developer, one must master both Front-end and Back-end. A back-end developer builds and maintains the technology that powers those components which, together, enable the user-facing side of the website to even exist in the first place. This is the aspect that controls everything that a user cannot see but makes the functioning of a website possible.
Node.js vs Python for Backend Development MEDIUM
It is time; at last, to discuss the fact about the two most deliberated and used backend programming languages — Node.js and Python. As they both play...
Setting Up the Production Server
This blog will discuss some good practices for developing a safe server and setting up the production server.
Author Ranjul
5 upvotes
What Does a Backend Developer Do? MEDIUM
This article describes backend development and what a backend developer does, the skills, roles and responsibilities, and salary of a backend developer.
Author Komal
0 upvotes
Mongoose Vs MongoDB EASY
In this article, we will discuss what the Mongoose and MongoDB are and what is the difference between Mongoose and MongoDB.

Web Testing

Web Testing is fundamental software practice that ensures the quality of a given web application after testing manually or automated whether our functionality is correctly implemented or not. It checks for all the test cases and reports gaps as bugs and defects which may arise by the end-user. Web Testing allows developers to create bug-free and high-performance-oriented web applications to provide the best UI/UX to the end-user. We will learn about types of testing, writing test cases, manual and automation testing, writing units, and functional test cases.

API Testing Tools

Testing is part of trust. Just like, trust in a person is built with trials and tests. The same goes for computer software. Just as we have development teams. we have testing teams who use these API testing tools to qualify software as good and customer efficient before any user can use it. Being trained to be a software developer, you should also make a habit of testing your software. It is a trait of a good software developer. Diving deep into this topic and discussing these tools, to help you understand the working of such tools and how you can use them, we will be giving talking about them. 
Introduction to API and its usage MEDIUM
In this blog, we will learn about the introduction to API and its usage along with types of API, needs of API, API calls and building an API.