Self Introduction – How to introduce yourself.
Hello all, hope you all are good. If you are a fresher, a college-going student, a professional, a teacher, an experienced person or maybe you are a working woman. If you want to get a job then you must have the skills of presenting yourself. Because the first question raised in the interviews is: Self-introduction. ...
Read moreTCS HR Interview Questions And Answers
Hy guys. I am why are you here, Because you have an HR interview Round in TCS and you have to prepare for that. If I am saying right about your vising point. then you are at the right place. Yes. I am going to explain all the frequently asked Questions in TCS during HR ...
Read moreBasics Of PHP for Beginners
Php stands for Hypertext Pre-processor. PHP is a server-side scripting language, that is used to develop static websites or dynamic websites. Downloading Xamp Xampp is a working environment for PHP. To download Xampp from apache friends.org:- https://www.apachefriends.org/index.html and install it after installation starts Apache and MySQL. After that. Go to browser and write localhost/ PHPMyAdmin. ...
Read moreIntroduction to ExpressJS|| Basics concepts of Express JS
What is ExpressJS? It is a free open-source web application framework for NodeJS. it is used for designing and building web applications quickly and easily. It is an unopinionated framework which means that it is flexible and allows us to do things in whatever way we wish. Installation process of ExpresJS:- Download ans install VS ...
Read moreIntroduction to NodeJs || Basic Concepts of NodeJS
Nodejs is easily employed as a server-side proxy. where it can handle a large amount of connection in a non-blocking manner. On the other hand, we can say It is javascript that executes on the server. Installing Nodejs and VS code:- Doownload node from https://nodejs.org/en/download/ Download VS code from https://code.visualstudio.com/download we can run NodeJS by ...
Read moreIntroduction to react js for beginners
Hey guy. you are here to understand the concept of reactJS and want to create your first react app then you are at the right place to know all the basics of reactJS. React is a library of the most popular scripting language javascript. if you are a web developer or You want to be ...
Read moreWhat is MERN Stack?
Hy Guys. Welcome to w3hiring.com. In this article, we are going to describe MERN Stack in detail. As the technology advances so are the users intelligent and have been and the need of the users can never be satisfied by the developer because they always want something new.Users are getting smarter and smarter.If we talk ...
Read moreOperators in Python|| Python Pass Statement.
Operators are used to operating on values operations are generally a symbol that is used to manipulate any mathematical or logical expressions. There are six types of Operators in python. In this article, we will discuss every operator in detail with examples and explanations. Note:- we will use a terminal to perform operations or writing ...
Read morePython Data Types || Python String.
In Python, six data types are found:- Number String List Tuple Dictionary Set In Python data, types are two types:- 1.Mutable type(Non- Changeable) 2. Immutable type(Changeable) Mutable Data Type:- The Data type can not be changed after being created once that is called Mutable Data types. these Data types are not changeable. Some of the ...
Read more