Posts

Showing posts with the label Python

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

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