Skip to main content

How to become software engineer || What is software engineer | programmer

What are a software engineer and programmer

   Actually, The person having knowledge about computer and programming language then we can say that those people are software engineers and programmers.

Basic Terminology of Technology


Software:

 The software is nothing but an "automatic machine" you already know about it google, Facebook, Instagram, youtube all these are software it will give 24/7 hours service every day. It does not stop.

programmer:

The people having those are developing the software and those peoples having a good command of programming language like c,c++, java... e.t.c so we can say that those peoples are programmers.
                                                         
How to become good software engineer


  1.  My journey start when I was in college that time I decide only I have to become a good "full stack developer"(it is one of the posts in the company) I start preparation that time to become a good programmer or software developer.
  2. . If you have learned basic about the computer like you have to understand PowerPoint, excel, Ms office, and so on technology. related things to develop our knowledge in computer.
  3.  If your basic you understand then you have to move on learning the simple language, like c,c++ and python (Python is going on very good because having a lot's of feature in python programming).
  4. I don't want to say that you learn so many languages. I am only recommended you to learn only one language and make a good programmer in this language once you complete one language in-depth than you can go to learn any other language. like java, ruby, and also you have to learn the framework of this language.
  5.  You have to practice logical coding to become a good programmer once you got a job company will teach you everything.
  6.  You have to only stay with the company. company will teach you everything whatever the company required. If you to learn your one and do this until the end of this project.
  7.  In a company, you have to become a good self-learner than only you can survive in the company for a long time.

finally, I will give you the conclusion to become a good software engineer. it is very simple I know so many developers he doesn't know the basic fundamentals about the computer he also becomes a full stack developer. in the company having a good post on this.

 You have to increase the interest in the programming language you have to learn to develop something new in our computer system. then the only way to become a good software engineer.

remember one thing in your mind if you then only we can get otherwise no way to develop this.


Thanks.....
 Regards by Er prince Kumar


"Take an action to become a good developer" Please comment and
   give the advice to improve it.

Comments

Popular posts from this blog

Top 100 Logical Question in java | Written test exam question | Logical programming question paper in java to crack the written test exam.

                                  The written  test exam question     If you want to crack the written test exam like TCS , INFOSYS , and WIPRO than you want these questions. this question is very useful for you if you are in college. before any drive for MNC  company you are readily forgiven the exam of this company so, this is for you. This question is very useful for developing logical skills in the programming language. If you want to become a good logical and standard coder than definitely this video for you don't miss this question. As you know logic is the power of the world if you have logic you can solve and find the solution to any type of problem. So, just focus on the logic noting else.         List of Question :       1. Write a Java program to print 'Hello' on screen and then print your name on a separate line. ...

#logicalcoding Write a program to print 1 to 100 number in java | Logic...

Write a program to print 1 to 100 number in java. If you want to become a part of step-by-step to become a logical programmer. Then this video and website for you. So join this website and my youtube channel and become a part of this event. I am going to discuss Java programming in java. become a java logical programmer in java. Software having knowledge about this logic and standard coding practice of these videos. How to become a logical programmer series. Question 3: Write a program to print 1 to 100 number in java. Take one value from the user and print the 1 to n number natural number in java. Code:     import java.util.Scanner; class Numberp  { public static void main(String[] args)  { Scanner sc=new Scanner(System.in); //System.out.println("Enter the Number:");don't used int n=sc.nextInt(); //Validate -ve,+ve,0 if(n<1){ System.out.println("Please enter Valid Number"); System.exit(0); } for(int i=1;i<=n...

Difference between Traditional programming languages and object-oriented programming languages..?

 What are Traditional programming languages and object-oriented programming languages..? or Difference between Traditional programming language  and object-oriented programming language Here....what is Traditional programming language and object-oriented programming language..? or Difference between Traditional programming language to help you make the new concepts, you are learning            as a beginner to  become a Master in any programming it's really very most important: Traditional programming language 1.Traditional computer programming has been around for more than a      century, with the first known computer program dating back to the mid-1800s.  2.Traditional Programming refers to any manually created program     that uses input data and runs on a computer to produce the output. 3.But for decades now, an advanced type of programming has revolutionized     business, particularly in ...