NBCODEBLOG - Miracle in the World of Technology

HTML, CSS, JavaScript, Node.js, PHP, Python, SQL, MySQL, MongoDB, XML, XHTML, SAAS, TypeScript, Bootstrap, Tailwind CSS, React.js, Angular.js, Vue.js, jQuery, Express.js, Nest.js, Laravel, Django, Flask, Git, Github, Bitbucket, Gitlab
What is HTML ?
  • HTML stands for Hyper Text Markup Language.
  • HTML is the standard markup language for creating Web pages.
  • HTML describes the structure of a Web page.
Read HTML
What is CSS ?
  • CSS stands for Cascading Style Sheets.
  • CSS describes how HTML elements are to be displayed on screen.
  • CSS saves a lot of work. It can control the layout of multiple web pages all at once.
Read CSS
What is JavaScript ?
  • JavaScript is the programming language of the Web.
  • JavaScript is the world's most popular programming language.
Read JavaScript
What is Git ?
  • Git is a popular version control system. It was created by Linus Torvalds in 2005, and has been maintained by Junio Hamano since then.
  • It is used for :
    • Tracking code changes
    • Tracking who made changes
    • Coding collaboration
Read Git
What is C ?
  • C is a general-purpose programming language created by Dennis Ritchie at the Bell Laboratories in 1972.
  • It is a very popular language, despite being old. The main reason for its popularity is because it is a fundamental language in the field of computer science.
  • C is strongly associated with UNIX, as it was developed to write the UNIX operating system.
Read C