Posts

Showing posts from August, 2019

God Mode In Windows 10

God Mode What if there is a folder with which you can get access to most of the administrative tools, backup and restore options and other important management settings? Sounds cool, isn't it? Well then no look further, because Windows 10 have a feature which let u create a folder with all the tools, backup, restore options, management settings. This feature is called as  God Mode. Most of the peoples don't know what exactly the God Mode is. What is God Mode? God Mode is a feature that lets you create a folder with all the tools. God Mode doesn't unlock any extra secret feature in windows. But it's simply a special folder which contains most of the windows admin, management, setting and control panel tools. Its an control panel tool in a single and easy to use scrolling interface. Here are some categories of tools that you can find in God Mode:- Administrative tools Auto play Backup and restore Credential Management Color Management Date and Time

Origin Of Bluetooth: Viking King Harald Bluetooth

Image
Bluetooth We all know the name Bluetooth. Its a wireless technology, and we all know how much it impacts our lives. Almost each and every person owning smartphones or headphones use Bluetooth. In 1996, Intel, Nokia and Ericsson met to plan the standardization of a short range radio technology to support connectivity between different products. During that meting, Intel suggested Bluetooth as a temporary name for this technology. Bluetooth was only intended as a place holder until marketing could come up with something really cool. Later, when it came to select serious name, Bluetooth was about to replace with either ratio wave or PAN(Personal Area Network). But the name Bluetooth already had thousands of hits on the internet. So the plan of changing the name from Bluetooth to PAN was dropped.The Bluetooth logo is a bind rune merging the younger Futhark runes(Hagall) and (Bjarkan), Haralds initials. Bluetooth Logo The person behind name Bluetooth:- Bluetoot

Internet Protocols: HTTP and FTP

Image
Internet Protocols The web is a one of the several ways to retrieve and manipulate information from the internet. The different type of internet connections are called protocols. A protocols can be defined as set of rules that governs the data communication. It is like an agreement between communicating devices. In other words, without a protocol two devices can connect but cannot communicate. Internet protocols include TCP (Transfer Control Protocol),IP(Internet Protocol),HTTP(Hypertext Transfer Protocol),FTP(File Transfer Protocol) and so on. HTTP(Hypertext Transfer Protocol):- HTTP is a protocol that is used to define how the client-server programs can be written to retrieve web pages from the web. An HTTP client sends a request to the server, and an HTTP server returns the response to the client. HTTP is a  reliable and connection-oriented protocol. It is the foundation of the modern web. HTTP can be called as heart of the web.  FTP(File Transfer Prot

Client-Server Architecture

Image
Client-Server Architecture Client-server model is a technology which is based on distribution of task or function between two independent processes i.e., client and server. Client -server model is a concept for describing communication between computing processes that are classified as service customers(client) and service provider(server). Client:- It is a process or a computer in a network that request services from a server process. Depending upon the amount of processing carried out type of client can be decided. Thin client:- When minimum processing is done at client side then it is called as Thin client. Fat client:- When maximum processing is done at client side then it is called as Fat client. Server:- It is a process or a computer in a network that serves or provide the requested services to the client. Depending upon the amount of processing carried out type of server can be decided. Thin Server:- When minimum processing is done at server side then it is ca

Flutter for Android Development

Image
Flutter is a Googles UI toolkit building applications for mobile,web and desktop from a single codebase. Using Flutter one can create mobile applications for Android as well as for IOS. One can use features like Google Maps while developing the applications. Flutter is a user-friendly UI with which native applications for android can be developed. Flutter is tool that allows you to build native cross platforms (ios, android) apps with one programming language and codebase. Flutter is a mobile SDK meant for designing high performance in high fidelity android and Ios applications.