Skip to main content

Posts

Showing posts with the label Linux

What’s New in Visual Studio Code Update?

What Is Visual Studio Code? The latest update of Visual Studio Code is awesome!   Visual Studio Code is a code editor as like many other code editors. Why We Use Visual Studio Code ? Visual Studio Code combines the simplicity of a source code editor with powerful developer tooling, like IntelliSense code completion and debugging. It supports macOS , Linux , and Windows . It will now become our primary tool for web development and some important highlights updates. 1.       Multiline search improvements : In this updates, we can easily create multi-line search patterns without using regex. 2.       Custom title bar on Linux : In this updates, the custom title and menu bar is now the default on Linux. 3.       References view : In this updates, find all references view includes history of recent searches. 4.       Snippet comment variables : In this updates, sni...

MySQL Interview Questions and Answers

What Is MySQL? MySQL is an Oracle backed open source relational database management system . Its name is combinations of “ My ”, the name of co-founder Michael Widenius's daughter , and " SQL ", the abbreviation for Structured Query Language. MySQL was created by a Swedish company, MySQL AB, founded by David Axmark , Allan Larsson and Michael and the first internal release was on 23 May 1995 . MySQL is an important component of an open source enterprise stack called LAMP . MySQL runs on virtually all platforms, including Linux , UNIX , and Windows . MySQL can also be run on cloud computing platforms such as Microsoft Azure, Amazon EC2, and Oracle Cloud Infrastructure. Now MySQL Server 8.0 was announced in April 2018. MySQL Server 8.0 contains the following - 1.       NoSQL Document Store 2.       Atomic and crash safe DDL sentences 3.       JSON Extended syntax 4.  ...