itblackbelt.wordpress.com
Be prepared: five killer job interview questions | Java DevZone
https://itblackbelt.wordpress.com/2015/07/17/be-prepared-five-killer-job-interview-questions
8220;Once a new technology starts rolling, if you’re not part of the steamroller, you’re part of the road.”. July 17, 2015. Be prepared: five killer job interview questions. No matter which side of the interview table you’re on, be prepared with these five killer job interview questions from motivational speaker James Caan CBE. We’re all familiar with the typical interview jargon, questions like tell me about yourself and what’s your five year plan? This question will instantly throw a candidate off beca...
itblackbelt.wordpress.com
10 team building tips | Java DevZone
https://itblackbelt.wordpress.com/2015/06/24/10-team-building-tips
8220;Once a new technology starts rolling, if you’re not part of the steamroller, you’re part of the road.”. June 24, 2015. 10 team building tips. When you enter in the office, before sitting on your desk, smile and say good morning to the team. Yes, E V E R Y day. 2 Listen when someone is talking to you. When a team member is talking to you, look him in the eyes and show interest in what he is saying. 3 Give space, build trust. Other people need to learn to fail and take responsibilities. You are commen...
itblackbelt.wordpress.com
Understanding HelloWorld in Java | Java DevZone
https://itblackbelt.wordpress.com/2015/06/29/understanding-helloworld-in-java
8220;Once a new technology starts rolling, if you’re not part of the steamroller, you’re part of the road.”. June 29, 2015. Understanding HelloWorld in Java. When I first started with Java programming, the fist program I wrote was HelloWorld in Java. That time I just copied it from a text book we were referring, I didn’t know anything about it. It took me a lot of time to understand everything about Helloworld in Java. I am using Eclipse to write it again but I suggest you guys to use notepad and command...
itblackbelt.wordpress.com
What can I do to stand out as a programmer? | Java DevZone
https://itblackbelt.wordpress.com/2015/07/06/what-can-i-do-to-make-myself-stand-out-as-a-programmer
8220;Once a new technology starts rolling, if you’re not part of the steamroller, you’re part of the road.”. July 6, 2015. What can I do to stand out as a programmer? Being a 10x programmer that nobody wants to work with limits your effectiveness to what you alone can do. A humble programmer who elevates a team of 4x programmers to 7x programmers will be seen as someone who is irreplaceable. If you are the strongest developer in your company, make the other developer’s jobs easier. Do this by:. Pick up t...
itblackbelt.wordpress.com
5 Great Snacks For the Coder’s Brain | Java DevZone
https://itblackbelt.wordpress.com/2015/06/29/5-great-snacks-for-the-coders-brain
8220;Once a new technology starts rolling, if you’re not part of the steamroller, you’re part of the road.”. June 29, 2015. 5 Great Snacks For the Coder’s Brain. So here are a few snacks you should try:. Egg, fish or avocado:. All raw vegetables that can be cut into sticks like carrots, celery and peppers are good options. If you don’t have time to cut vegetables, you can buy bags of precut vegetables at the grocery store. Pair them with some hummus dip for added protein and you’ll have a great s...Enter...
itblackbelt.wordpress.com
7 Steps to Becoming a Better Coder | Java DevZone
https://itblackbelt.wordpress.com/2015/06/29/7-steps-to-becoming-a-better-coder
8220;Once a new technology starts rolling, if you’re not part of the steamroller, you’re part of the road.”. June 29, 2015. 7 Steps to Becoming a Better Coder. Code more. Code even more. Code even more than that. Code when you don’t want to. Code when you do. Code when you have to fix a problem. Code when you don’t. Code every day. Keep coding. Help other coders with their coding problems. Re-code the already coded code. Code for a coding contest i.e. top coder. Contribute code to an open source project.
itblackbelt.wordpress.com
When will you learn that you are not your code…. | Java DevZone
https://itblackbelt.wordpress.com/2015/07/17/when-will-you-learn-that-you-are-not-your-code
8220;Once a new technology starts rolling, if you’re not part of the steamroller, you’re part of the road.”. July 17, 2015. When will you learn that you are not your code…. Coders are quick to criticize other people’s code. Is it optimal? The entire field of quality assurance is built around the need to find flaws in other people’s code. Coder culture is driven by what is, at best, well meaning constructive criticism, and at worst is ad hominem sniping. Chess master and Tai Chi champion Joshua Waitzkin c...
itblackbelt.wordpress.com
Cant’s keep up? 7 ways to make yourself a better programmer? | Java DevZone
https://itblackbelt.wordpress.com/2015/06/29/cants-keep-up-7-ways-to-make-yourself-a-better-programmer
8220;Once a new technology starts rolling, if you’re not part of the steamroller, you’re part of the road.”. June 29, 2015. 7 ways to make yourself a better programmer? This article provides some time tested solutions to improve your coding skills. Success is not a product of chance. It is the sum result of all the choices that you will make. The eye-opening tips will transform you into a happy programmer : ). Tip # 1: Make you plan before you start coding. Tip # 2: Use Version Control Software. There is...
itblackbelt.wordpress.com
What happens When System.out.println(null)? | Java DevZone
https://itblackbelt.wordpress.com/2015/06/29/what-happens-when-system-out-printlnnull
8220;Once a new technology starts rolling, if you’re not part of the steamroller, you’re part of the road.”. June 29, 2015. What happens When System.out.println(null)? Compilation Error -This is because you can pass an Object or a String or char[]. Since null can fit in both, the compiler doesn’t know which method to use, leading to compile error. 1public void prinltln(String str) . 2public void prinltln(char[] ch). 3public void prinltln(Object ch){. System.out.println( String)null);/ null. 50 Million do...
SOCIAL ENGAGEMENT