Sunday, June 25, 2023

Google Bard

In the current era of Artificial Intelligence (AI), Bard is Google's experimental, conversational, AI chat service. 

It is meant to function similarly to ChatGPT, with the biggest difference being that Google's service will pull its information from the web. Like most AI chatbots, Bard can code, answer math problems, and help with your writing needs.

Bard is currently available in 3 languages and over 180 countries and territories. It will gradually expand to more countries and territories in a way that is consistent with local regulations and AI principles.

Friday, June 16, 2023

Github CoPilot


CoPilot is a powerful term in recent days at Microsoft Windows 11 and GitHub world.

GitHub Copilot is an AI pair programmer that offers autocomplete-style suggestions as you code. You can receive suggestions from GitHub Copilot either by starting to write the code you want to use, or by writing a natural language comment describing what you want the code to do. 

GitHub Copilot analyzes the context in the file you are editing, as well as related files, and offers suggestions from within your text editor. 

GitHub Copilot is powered by OpenAI Codex, a new AI system created by OpenAI.

Friday, June 2, 2023

Microsoft Fabric


 

Last week, Microsoft CEO Satya announced Microsoft Fabric product during their annual tech conference - Build 2023!

Microsoft Fabric is a unified platform that can meet your organization's data and analytics needs. It is about bringing the data into AI era. In an essence, Fabric is a new analytics platform powered by AI.

It reshapes how everyone accesses, manages, and acts on data and insights by connecting every data source and analytics service together—on a single, AI-powered platform.

Video link: https://www.youtube.com/watch?v=X_c7gLfJz_Q 

Technology used to evolve in years, now in days. Quite challenging to catch up for an engineer!

ionic Capacitor

 


ionic Capacitor architecture is divided into 4 layers, namely

  1. App layer - Shared code is built using one of the popular User Interface (UI) frameworks like Angular, React, etc.  
  2. Ionic layer - This abstract layer consists of the common UI controls, which can be leveraged in application development.
  3. Capacitor layer - It wraps the web application in WebView, which can display web apps inside the native app. It is an interface to inject the application into the native code of the underlying platform.
  4. Platform layer - Capacitor’s shared code is portable to any platforms i.e. windows, web, android and iOS.