Skip to main content

Posts

Showing posts with the label Developer developer option

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...

Which is windows best Coding and Gaming laptop

Is gaming laptop is suitable for both programming and gaming - Gaming laptop is can be usable as programming laptop because it comes with most of feature which make a laptop more powerful and time - efficient and this is a important thing for programming laptop and many laptop which are fast but it not valuable because it was getting old after some time if  you buy a gaming PC it will be most valuable because we can upgrade it any time if we have any requirement for upgrading our gaming PC  so it is more efficient then gaming laptop so you can go with gaming pc by building it your own so go with gaming PC and make it efficient . But if you want a portable machine so you dont have any choice go with Gaming Laptop and or macbook which also a good machine  for coding and coding it is not for gaming  so if you want to do both things gaming or coding go for gaming laptop  Note - For more information about technology go to your YOUTUBE CHANNEL Link given below  C...

Write a program for Adding , Subtracting , Multiplying , Dividing two number in C++ language?

   Writing a programs in C++ languages  Here in this blog you will see the basic program of  C++ programming languages in below so follow your blogger website and see more interesting topics  1. Adding of two number in c++ programming language  In this program we give you knowledge about basic program of addition of two number in C++ languages and how to write a program in Ide like VS code etc  //Adding two number #include<iostream> using namespace std; int main() { int a,b,c; cout<<"Enter the value of a ="; cin>>a; cout<<"Enter the value of b ="; cin>>b; cout<<"Addition of Two Number"<<"\n"; c=a+b; cout<<c; return 0; } output - Enter the value of a =12 Enter the value of b =12 Addition of Two Number Addition = 24 2. Subtraction of two number in c++ programming language  In this program we give you knowledge about basic program of Subtraction of two number in ...

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  -

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...