Skip to main content

IN WHICH LANGUAGES MOST OF POPULAR WEBSITES ARE WRITTEN!

 IN WHICH LANGUAGES MOST OF POPULAR WEBSITES ARE WRITTEN!







Websites are now became very important part of our lives. We get a lot of information on website.

And most of us want to make a website in our life, Either for making money, getting famous or just for fun , there are two ways to do so, Either use templates or learn Web Languages and make your own design and complete website with hosting.

We want to make our websites famous like that of Google , Facebook , Wikipedia , etc.

Did you ever tried to think, which languages , they would have used to make up such large, famous, Dynamic website which can hold traffic of millions of people at a time.

Well , we have made a lists of popular website and languages which they have used to create such Billion-Dollar websites.

 

1-Google - Google is most popular website on earth , due to it's use , We want some information, okay... Google it! Google is most used Search Engine in world!


Image result for google logo

They have used Javascript in Client-Side scripting. C, C++ , Go , Java and Python at back-end or server side. [Whatever you say] , They have used BigTable and MariaDB for managing such large databases. 

 

 


2-Facebook - I know , you can't survive a day without checking your facebook, If you can, Congrats! Well, Facebook is second most visited website, It's even more Dynamic due to it's smooth and quick user interface, even it have less viewers than Google, It is more dynamic.

Image result for Facebook logo
 Facebook uses Javascript for Client - Side scripting.
Hack , PHP(HHVM) , Python , Haskell , Java , C++ , Erlang , D and Xhp for Back-end . I told you, it's complex. They use MariaDB and MySQL for Database management.




3-Youtube - Largest video-sharing website in world , where Content of over 400 hours  is uploaded in just a minute.



Image result for Youtube logo
YouTube uses Javascript for front-end and C, C++ , Python , Java and Go for Back-End Vitess, BigTable and MariaDB for Database.





4- Amazon - You might have purchased something on Amazon, at least once.
Jeff Bezos , current richest person on earth owns the website.
It's not so complex but it's content that is to sell real products at reasonable rate makes it famous and highly-visited.



Image result for amazon logo

It uses Javascript for front-end and Java , C++ and Perl  for Back-End, uses Oracle for Database




5- Wikipedia - Biggest knowledge sharing website, Many people tell that they have learnt on Wikipedia more than there school, It don't have large User Interface but have regular visitors.


Image result for wikipedia logo

Wikipedia uses Javascript  for front-end and  Hack and PHP  for back-end , MariaDB and MySQL  is used for database.



6- Twitter - It's called Social Media of celebrities in some places.


Image result for twitter logo
Twitter uses  Javascript for front-end and C++, Java , Scala and Ruby for Back-End and MySQL for Database.


7- eBay - It's called online auction house .

Image result for ebay logo
eBay uses Javascript  for front-end and Javascript, Java and Scala for Back-End.



8- Microsoft - Microsoft is owner of world's highest used Operating System Windows , [Well, I don't like it, I prefer Linux]
It's website is created beautifully with complete complexity.

Image result for microsoft logo
Microsoft uses Javascript for front-end and ASP.NET for Back-end systems.




Well, this was the list, tell in comments, which is your favourite language, If you are begginer, you might have got an idea for starting with computer languages.

THANKS FOR READING THE POST! 
STAY TUNED FOR MORE!

WE WILL BE BACK SOON, with some more content!
Till then..

Follow me on Instagram 

There you will find awesome Programming memes!





Comments

Resources

Popular posts from this blog

WHAT IS OBFUSCATION? AND HOW TO OBFUSCATE DIFFERENT PROGRAMMING LANGUAGES!

OBFUSCATION - A very important part of closed source programming! That helps in security of apps, websites,softwares, etc. We'll mention about obfuscating code of different languages, if we're missing something, that you were expecting, tell in comments, I'll add that one! But first of all,what is obfuscation? Dictionary meaning of obfuscation is , the action of making something obscure, unclear, or unintelligible. It's so similar in programming too, so in programming,   It's simply conversion of a code in a computer language into some secret unreadable, non-understandable code! That could be understood by only compiler or the machine you are running on! Why obfuscation? It's too easy to decompile C# or Java code, and it could allow goons to read all the code of a program, and then he/she may copy it or even harm the organization! So, most of languages have a compiler that converts your raw code into Byte Code , that either converts it into non

SPY CCTV CAMERAS USING GOOGLE DORKS

Hey Welcome Back, Guys!! My exams are going on so I'm irregular nowadays , I got some time to write the followings. Google Dorks one of most easy, fun and powerful hacking techniques, online. On Internet, Websites are not only to be hacked, Websites are just part of Internet. There are many other products like Refrigerator, CCTV Cameras, Automated Doors, Televisions, Power Plants, etc. that are connected to Internet, and some of them could be accessed through google. So, right now we will be discussing about CCTV Cameras. Following are some Google Keyword Searches that you can simply type in into Google Search Box and find your CCTV live! * inurl:”CgiStart?page=” * inurl:/view.shtml * intitle:”Live View / – AXIS * inurl:view/view.shtml * inurl:ViewerFrame?Mode= * inurl:ViewerFrame?Mode=Refresh * inurl:axis-cgi/jpg * inurl:axis-cgi/mjpg (motion-JPEG) (disconnected) * inurl:view/indexFrame.shtml * inurl:view/index.shtml * inurl:view/view.shtml * liveapplet

INSTALLING ALL KALI LINUX TOOLS ON OTHER LINUX OS

Whenever it comes to Penetration and Security Testing , KALI LINUX is considered one of best ever penetration testing Operating System. As It have hundreds of security testing tools. However there are some disadvantages of Kali. Like, you can use STEAM OS as your Linux Preference, You may use Ubuntu as beginner, but they don't have those all tools that are present in Kali. So here I want to introduce a tool that can install all Kali Linux tools in your Linux OS (obviously, other then kali) . It's KATOOLIN  , It's a Python-Based Tool , available on GITHUB, CLICK HERE. OR Directly Clone it into your system from terminal by copying following line: git clone https://github.com/LionSec/katoolin.git So now you have Katoolin installed. Next step is to make it executable. Do it by copying following command to your Terminal chmod +x /usr/bin/katoolin usr/bin/katoolin is location where katoolin script is saved. Next, run katoolin by simply typing katoolin in T