Skip to main content

Posts

Showing posts with the label front end development

How to start learning Web-development

Why we learn REACT JS in web development

 REACT JS in web development - why we use it ? we learn REACT JS in web development because it help us to write less code and make more efficient  website because it divide code into many component which was which help us to to write less code and make more efficient work in less time you can say it is time saver if you don't want to write code from base or say scratch react js is reliable for us and very efficient for web development . What is Component means ? The meaning of component is you say in simple language is react divide the code of website let say if we want to make a website and we want to use a code repeatly so we have to write the again and again but if you was use component you have to write code at ones and use it by import it again and again you can work very efficiently and fast  What we have to do in react  In react we have to convert html form language into JSX form language and if you think how we can do this so their is many option are availabl...

Why it is useful to make website through HTML , CSS, JAVASCRIPT

 why HTML ,CSS is better then wordpress - Wordpress is very reliable in use and it will very simple to make website because of plug and play like system in wordpress was simple to under for any new learner and who was new on it and start first time work on it but it have some limitations and it other side you have no limitation but you have to made the website from core or say from zero you modified anything which you want on that but their is one con in front end development that you have to everything in that . Next we going to discuss about backend in very short for it is uses for making server side web application logic interaction of work front end development do . for backend you have to learn language between python and php  for framework you go with Django (python) and for database go with MySQL  and for APIs (Application programming interface ) go with REST . Which type of IDE you have to use it - This code editor is mostly used by  programmer in competitive...

Web development roadmap According to front end

Web development Road map - First you have to learn HTML(Hyper text markup language) language for document designed to be display on web browser like - chrome , safari , Microsoft edge e.t.c Html language was very easy to understand and it take less time for learning it and if you learned HTML you can make body of a website a simple without any decoration and design . its like a document which you type in different form you can make form , websites , etc through HTML language and in below you see basic body of HTML  Html code  -

Encapasulation , Abstration , Polymorphism , Inheritance in c++

  Encapasulation in c++ :- It is defined as when you wrap and bind all related data together in a single form or in a single unit or you can defined as binding of data together and manipulating it are called encapasulation in C++ . For Example : If there is a three department in a company are Finance , sale , research department  finance department handle all finance related data and sales department handle sale related data if finance department needs information about any other section they need permission of head of the department to access it  this called encapasulation . this also lead data abstraction or data hiding #include   <iostream> using   namespace  std; class   container { private:     // data hidden from outside world      int   x ; public:      void   given ( int  a)     {       ...

Class and Object , function overloading Explanation in c++ language

 Classes in C language - It is a user defined data type data type which hold its own data members and member function which can be accessed and user by creating an instance of that class and we say that class is building block that leads to Object Oriented programming  Data member -  It is the data variable of the function  Member function - It are the function use to manipulate these function variable  For Example -  A car is an object the car has attribute such as weight , color and methods such as drive and brake Attribute and method are basically variable and function that belong to class syntax - class   class{        // The class    public :              // Access specifier      int   Num;         // Attribute (int variable)     string word;   // Attribut...

What we have to do for learn Front End Developnment

 About Front End Development :- In front end development also knows as website development are very useful for freelancing and in web designing we have to learn these type of languages which are like HTML , CSS , JAVASCRIPT, and there framework like react and more and on completion of it you can learn many thing like Back End Development and many more if you want you should take a paid course but if you want to learn that things in free search on youtube .  Many youtube channel offer free video tutorial on web developnment and that video are very much helpful and you can learn it  in no cost and one lose of youtube and benefit of Paid course it certificate maximum people are doing paid course because of certification of that and this is all that we need that we get certificates of doing course and is very beneficial for us . so you can choice what you want to do in web development and there is many web site which give you option to get paid course like intershala , geeksf...