Before going to your internship interview

Since this is the time period where almost all the undergraduates going for the internship interviews, I thought it is high time to write on preparation for the internship interview. This checklist provides a guide for a person who is looking for the software engineering trainee position. Object Oriented Programming concepts Almost all companies ask…

How to connect the Raspberry Pi without a display(to laptop screen)

I had a problem when using the Raspberry pi which is I don’t have a separate display or a  monitor to connect it. I had only the laptop with me. So after googling I found some interesting stuff. The best part is you can use your laptop’s(or PC’s)  keyboard and track pad(or mouse pad) with…

How to create an EFFECTIVE CV?

Since this the time of the year where most of the students who are looking for internship opportunities, I thought to write about How to create a good looking CV. Use this as a guideline to create a remarkable CV of you. CV is simply a material which showcase yourself. CV is the first impression…

Problem with Interface in JDK 8.0

Since java class can implement multiple interfaces and each interface can define default method with same method signature, therefore the inherited methods can conflict with each other. Consider the below example.,   The above code will fail to compile with the following error: java:class Impl inherits unrelated defaults for defaultMethod() from types InterfaceA and InterfaceB….

Getting Started with Raspberry Pi

Image Courtesy: www.imore.com First of all let’s see what you need Obviously a Raspberry Pi Stable power supply 8GB micro SD card (anything more than 4GB is okay) Monitor or TV HDMI Cable (If you are using a old monitor get a HDMI to VGA cable) Raspberry Pi Casing – optional If you are using…

Introduction to Raspberry Pi

What is Raspberry Pi? Imagine a computer which can carry in your pocket! That’s the simplest introduction for the Raspberry Pi. Raspberry Pi was originally designed for education by creator Eben Upton. His main aim was to build a low-cost device which can use to improve programming skills and hardware skills of students. Raspberry Pi…