02 November, 2017Phone screening interview is the first step in a hiring process. If you fail, you'll never get a chance to proceed to the real interview. Careful preparation is essential and this post will guide you through the preparation process. 09 October, 2017A detailed review of a guide to blogging by Yegor Bugayenko. 19 September, 2017If you are considering taking Vaadin 8 certification, this review can come in handy. 07 September, 2017Review of the new Book by John Sonmez. Is it a book, which every software developer should have on their bookshelf? Can it actually help in advancing your career? 02 September, 2017Java enables you to manipulate integers on a bit level, that means operating on specific bits, which represent an integer number. In some cases, it can be really handy. 17 August, 2017Coding Interviews can be hard. Knowing algorithms and data structures is required, but not enough. You need to practice. A lot. Solving problems on your own is a good start, but practicing online with a real person as an interviewer is much better. 01 August, 2017Running IntelliJ IDEA IDE can be taxing on your machine, especially for large projects, here are a few tips, which can help you to achieve better performance. 27 July, 2017A new feature in Google Chrome Developer Tools allows you to measure coverage of CSS and Javascript files. This allows you to easily detect and remove unused portions of your code. 12 July, 2017How to make the most of the IntelliJ IDEA's view modes to make the best presentations possible including visualization of the keyboard input? 29 June, 2017Sometimes it is useful to edit multiple places in the file at once, which can save you precious time and increase your productivity. IntelliJ IDEA supports having multiple cursors at once, meaning you can type and edit at multiple locations at the same time.