This is Tanishq...!!!!




I am a Senior Software Engineer in Testing
I am a crazy person, always running behind the latest techie things going on, around in the world. 
I like to mess up with things(computers) and then fixing them back.(Not always 😉).  
This blog is basically a carbon-copy of my mind. 
Some of my skills and small achievements are mentioned below.
😎😎😎 😀😀😀



  • Highly Passssssionate computer science guy, always curious to learn more. 
  • Awarded Scholarship from San Diego State University in Fall-2013
  • Multiple years of professional experience in various fields of software development 
  • Good knowledge of Design patterns
  • Experienced with application development using Java, JDBC, Hibernate, JSP
  • Experience with development of Matlab applications.
  • Front-end experience using JavaScript, CSS3, HTML5
  • Back-end experience using NodeJS, PHP, MySQL, MongoDB
  • Proficient in JavaScript libraries like Jquery, NodeJS, AngularJS 
  • Experience writing and executing test scripts using JUnit Framework
  • Proficiency in debugging, problem-solving.
  • NASSCOM nominated our Final Year Engineering Project top most innovative projects in 2013.Won 1st Position in a PHP-MYSQL competition conducted by Indian Institute of Technology (IIT, Bombay) in 2011. 
  • Secured 2nd Position in Computer Society of India-2013, for developing the most innovative project.
  • Knowledge of Software Development Life Cycle (SDLC) with software development models like Spiral Model, Iterative Model & Waterfall model. 
  • I have a technical personal blog to show uncommon things in a common way.


"Checkout My Skills"
















"Some of my published work"





EveryDay California Landing Page 




Products Page on Everyday California



On click, sidebar comes out and shows the current cart status



HomePage - Pacific CleanTech



Contact Us - Pacific CleanTech



HomePage - FiestaZiesta





•  Visit My Linkedin Profile











How to download a Youtube Video on CentOS??


To download a youtube video on Centos
Follow these commands 

1) First of all run the "su" command to get access as a administrator.
tchander@localhost>#su
password: Enter your admin password here
root@localhost downloads>

2) Install the youtube Package by running the following command

root@localhost downloads># yum install youtube-dl

3) Then run the following command
root@localhost downloads># youtube-dl paste your youtube link here

For example:-
root@localhost downloads># youtube-dl https://www.youtube.com/watch?v=LD44sTkxK8E


Thats all

Enjoy Linux...!!!
+CentOS  

How to mount other partitions of the Hard disk when you are using CentOS ??


Well, when I installed CentOS, I was not able to access my other partitions on the hard disk.

Here's the solution
1) Just Open up the terminal.

2) You need to root, that is, have to become admin to install any RPM (RPM is a Redhat package manager which is used on most of the unix/linux environments to install various packages/softwares)

3) Run su

4)Type in your admin password

5)Run yum install epel-release (if it's not already installed) 

6) Last, run yum install ntfs-3g

Thats all.
Enjoy LINUX...


+CentOS