interview

Non-Technical Interview Questions for Technical People

There are many sample technical questions on the Internet on different programming language topics that you can visit, study, or memorize before your technical interview. But it is as important to be able to answer non-technical questions in the interview. Such questions focuses on the soft skills that you have, how do you perform under pressure, and how do you fit within the culture of…
What is an IP Address?

What is an IP Address?

The IP address is a unique string of numbers used to identify each computer connected to the internet. You can think about it as your physical home address, where letters can be sent to you, or when you send a letter you have to put your address on it as the sender. The IP is used when your computer communicates through the internet back and…
What is an SDK?

What is an SDK?

The Software Development Kit, or SDK, is a set of code files bundled together to provide additional features to mobile apps. Most, if not all, mobile developers use one or more SDK in their apps to do certain tasks. For example, photo editing SDK to add effects for a photo, networking SDK to make it easier to communicate with a server/backend system, or analytics SDK…
Today’s Tip: Developers, How to get rid of curly quotes forever?

Today’s Tip: Developers, How to get rid of curly quotes forever?

How many times you had a complier error and you didn't know why until you figured out you typed a curly quote instead of straight? I'm pretty sure we had all this problem at some point, especially when dealing with JSON files. Well, I recently found this keyboard setting that will always type straight quotes instead of curly ones (opening/closing quotes). What you need to…