Posts

Top 6 assets in which you should invest!

WHAT IS AN ASSET? An asset is a resource owned or controlled by an individual, corporation or government with the expectation that it will generate or can be converted into cash. THE 6 ASSETS IN WHICH YOU CAN INVEST 1. STOCKS Stocks, or shares of a company, represent ownership equity in the firm, which give shareholders voting rights as well as a residual claim on corporate earnings in the form of capital gains and dividends. Individual and institutional/ organizational investors can invest in these stocks or shares via the stock or the share market. Earlier people had to physically go to the stock exchanges for buying and selling of stocks or shares. Nowadays it happens electronically through online mode. Examples of stock exchanges include the National Stock exchange (NSE), Bombay Stock Exchange (BSE) etc. Share prices depend on the demand and supply of the market. Many people consider the share market to be risky. But the honest truth is once you understand the market it...

Roadmap to becoming a JavaScript developer or roadmap to learning JavaScript

Image
  WHAT IS JAVASCRIPT? JavaScript  ( JS ) is a lightweight, interpreted and compiled programming language. It is most well-known as the scripting language for Web pages, many non-brower pages also use it.  It is a simple and easy-to-learn programming language as compared to other languages such as C++, Ruby, and Python. It is a high-level, interpreted language that can easily be embedded with languages like HTML. It was developed by  Netscape Communications Corporation ,  Mozilla Foundation,  and  ECMA International .  Brendan Eich  is known as the creator or designer of the JavaScript programming language. JavaScript is a text-based programming language used both on the client-side and server-side that  allows you to make web pages interactive . Where HTML and CSS are languages that give structure and style to web pages, JavaScript gives web pages interactive elements that engage a user. ADVANTAGES OF JAVA 1. There are many open source p...

Roadmap to becoming a Java developer

Image
WHAT IS JAVA? No it is not the marjaava aur mit jaava waala java. Java is an object-oriented programming language that produces software for multiple platforms. Many banks, retailers, insurance companies, utilities, and manufacturers all use Java. It has been consistently holding the top position among all other programming languages. Though many new languages have been discovered, the fame of Java never goes down. Java has been ruling over all other languages for more than 20 years. ADVANTAGES OF JAVA 1. Java is Simple Any language can be considered as simple if it is easy to learn and understand. The syntax of Java is straightforward, easy to write, learn, maintain, and understand, the code is easily debuggable. It is much easier than other complex programming languages like C and C++.  2. Java is an Object-Oriented Programming language Java is an object-oriented language that helps us to enhance the flexibility and reusability of the code. Using the OOPs concept, we ca...

Top 6 free online IDE'S you must know

Image
TOP 6 FREE ONLINE IDE's YOU MUST BE KNOWING WHAT IS AN IDE? An integrated development environment (IDE) is software for building applications that combines common developer tools into a single graphical user interface (GUI). Tools provided by an IDE include a text editor, a project editor, a toolbar, and an output viewer. IDEs can perform a variety of functions. Notable ones include write code, compile code, debug code, and monitor resources. 1. Codepen CodePen is an online community for testing and showcasing HTML, CSS and Javascript code. It functions as an online code editor. It is open-source (meaning of open source- denoting software for which the original source code is made freely available and may be redistributed and modified), where developers can create code snippets, called "pens," and test them.  It was founded in 2012 by Alex Vazquez and Tim Sabat. The front-end designer is Chris Coyier.  CodePen is one of the largest communities for web designers and d...