Showing posts with label python. Show all posts
Showing posts with label python. Show all posts

Tuesday, August 9, 2022

Know the programming language behind your favourite social media platforms


We all use different social media networks in our day to day life, lets discuss about the programing languages which give them their special powers :



1. Twitter : Microblogging Platfrom twitter which have 300+ million monthly active users since 2019 is written in Java,Ruby,Scala,JavaScript.

2. Facebook : Online social networking service Facebook which is belived to have 2.8 billion monthly active users as of 2020 is powered by C++ and Hack , dont be surprised by the name "Hack", its a dialect of php devloped by meta.

3. Youtube : Online video sharing platform which had 2.6 billion active users as on January 2021, is written in C, C++, Java,Python , Go and JavaScript.

4. Instagram : Photo and video sharing social networking service Instagram is mainly written in Python, As on June 2018 it had 1 billion monthly active users.

5. WhatsApp : Instant messaging (IM) and voice-over-IP (VoIP) service WhatsApp which had over 2 billion active users As of February 2020, is written in Erlang.

6. Telegram : Instant messaging (IM) service Telegram, which is belived to have 700 million monthly active users as on June 2022, is written in C++ , C , Java.


Source : Wikipedia



if you want learn to Basic Unix Commands in 1 Hour, here is the link

Basic Unix Commands in 1 Hour

if you want learn Unix/Linux Commands in detail, here is the link

Learn Unix/Linux Commands in detail

Also keep visiting my blog to learn more

unixtechworld.blogspot.com

Friday, July 29, 2022

Know About AI, ML and DL

There is a lot buzz around AI ( Artificial intelligence ) and ML ( Machine learning ) and DL ( Deep Learning ) now a days, Big IT and Tech Companies are offering hefty paychecks to the people who are proficient in these technologies, even many non tech people have great curiosity about these terms. AI is also one of the favourite word of hollywood, used often in sci fi movies. lets understand basics of these technologies in simple words :

AI ( Artificial intelligence ) : We humans have natural intelligence, traditional old fashioned machines did not have intelligence, Artificial intelligence is term used where machines are capable of showing their own intelligence, in other words they can show atleast some amount of human or animal behaviour in terms of intelligence, concepts of AI is older then 60 years. AI ( Artificial intelligence ) is very Big field and ML ( Machine learning ) and DL ( Deep Learning ) are its subset, in fact DL is subset of ML. "Intelligent agents" is a important term in field of AI research, Intelligent agents or IA understands its surrounding or environment, and takes action independently in order to achieve ojectives, unlike normal machines such agents may show improvement in performance either with exiting knowledge ( data ) or through learning which may also involve some kind of feedback mechanism, ( Think of thermostat device which regulates temperature as a simple AI agent ).

have you ever thought that how does Google or other search engines giving you very accurate recommendation ? well answer is simple they are making use of AI.

AI is everywhere from search engines to music or video steaming apps such as youtube, to tesla`s self driving cars.

To make a machine which have Artificial intelligence capabilty you need methods which are able to learn, in other words you need ML, thse learning methods make use of data available to them and try to provide improved performance while making decisions and predictions,ML is sometimes also called predictive analysis, ML programs perform tasks based on learning from data instead of being explicitly Programmed to do so.

DL is part of machine learning ( ML ), just like biological brain has Neurons, DL is based on Artificial neural network which in turn inspired from biological neural networks ( biological brains ), Automatic speech recognition can be cited as example DL.

As a Software Professional, you should know that There are many Programing languages and software libraries used in field of AI,ML and DL, few of them are LISP,R, Python and ternsorflow



if you want learn to Basic Unix Commands in 1 Hour, here is the link

Basic Unix Commands in 1 Hour

if you want learn Unix/Linux Commands in detail, here is the link

Learn Unix/Linux Commands in detail

Also keep visiting my blog to learn more

unixtechworld.blogspot.com



Monday, July 11, 2022

Top 5 computer languages as of 2022

Top 5 computer languages as of 2022

Top 5 computer languages as of 2022 ( Not in any particular order )





1. Python : Simple and Powerful scripting language, Very Popular for Machine Learning, data science, artificial intelligence , Automation.

2. C : Very efficient and fast language, its simple and have large ecosystem and libraries.

3. C++ : Just like its close relative C, C++ is Very efficient and fast language, used vastly for game development.

4. Java : Platform Independent ( Write once , run anywhere Or WORA ), Used for Mobile Applications development ( Android ), internet of things (IoT),Big data and much more.

5. Javascript : Default language of internet, All major browsers have Javascript Engine, also used for backend devlopement (Node.js).



if you want learn to Basic Unix Commands in 1 Hour, here is the link

Basic Unix Commands in 1 Hour

if you want learn Unix/Linux Commands in detail, here is the link

Learn Unix/Linux Commands in detail

Also keep visiting my blog to learn more

unixtechworld.blogspot.com