Categories
Uncategorized

Git : Stash untracked files.

We can Stash all Tracked files in Git using git stash. Use the below Git Command to Stash all files including untracked ones.

git stash push -u

Categories
AI Artificial Intelligence Find Song Google Google Assistant

Find Songs Easily With Google Assistant By Singing Or Humming.

Google Assistant is an artificial intelligence (AI) powered virtual assistant Developed by Google that is primarily available on mobile and smart home devices. Google Assistant can engage in two-way conversations. In Order to find out your Songs, All You need to say “Find this Song” in Google Assistant & Start singing or humming.

Steps to find songs with Google Assistant.

Step 1 : Open Google Assistant.

Step 2 : Say “Find this song”.

Step 3 : Start Singing Or Just Humming.

That’s it. Enjoy Finding Your Song.

Categories
Coding

Grasshopper. A Free Coding App.

grasshopper.app is a Free Coding app for beginners. It is a “Code With Google” Program. As given in their Website, “Grasshopper is the best way to learn to code for beginners. With fun, quick lessons on your phone or desktop, Grasshopper teaches adult learners to write real JavaScript. It’s currently available for free on Desktop, Android, and iOS. Grasshopper is a Code with Google program.”

What You can learn using Grasshopper??

Grasshopper covers the foundations of JavaScript (JS), How to create animations with code, teaches solving problem techniques needed for technical interviews and introduces how to build a Website with HTML & CSS.

Course Details:

  • Fundamentals – How code works, calling functions, variables, strings, for loops, arrays, conditionals, operators, objects, and how all these things work together.
  • Fundamentals II – String and array methods, creating functions, introducing recursion and callbacks, and importing libraries.
  • Intro to Interviewing – Decompose and model real world problems so that they can be solved using code, utilizing computational thinking.
  • Animations I – Drawing shapes using the popular D3 library, defining functions, callback functions, and animations.
  • Animations II – Creating more complex functions using D3 and integrating JavaScript features.
  • Array Methods – Using multiple JavaScript array methods, such as indexOf, shift, includes, splice, map and reduce.
  • Using a Code Editor – Introduction to a traditional style code editor (or IDE)
  • Intro to Webpages – Covers basic HTML and CSS, then uses JavaScript to build an interactive webpage.

Sample Very Basic JavaScript Code:

var text = “Coding is Fun.”;

console.log(text);

Enjoy Coding.

Categories
Uncategorized

First Post.

This is just a sample post to let you know that More are coming on it’s way. Cheers.