31 January, 2018What are primitives in Javascript? What pitfalls to watch for? What are their object wrappers and when should you use them? 24 January, 2018Did you know IDEA offers two ways of synchronization of you settings among multiple instances of your IDE? You can use it when working on multiple computers or to share unified settings in your team. 22 January, 2018Did you know Chrome can perform a comprehensive audit of a web page and analyze many different categories such as Performance, SEO, Best Practices, Accessibility, Progressive Web Application compliance and more? 18 January, 2018Protecting your sensitive cookies is very important as stolen session cookie means an attacker can take your identity and wreak havoc. 17 January, 2018It is often useful to be able to send HTTP requests directly from your IDE. IntelliJ Idea offers full-fledged HTTP client which you can use without the need of a dedicated external client. 04 January, 2018In Java 10, you no longer need to explicitly declare a type of local variables, which significantly reduces boilerplate and increases readability. 01 January, 2018OWASP released 2017 version of top 10 Web Application Security Vulnerabilities. What are they, what is new and is your app vulnerable? 18 December, 2017There are several tools which you can use to document your Angular 2+ app. Let's compare them so you can decide what is the most suitable in your case. 22 November, 2017How to detect and fix security vulnerabilities in your dependencies using Snyk? 07 November, 2017Postfix completion is a very powerful feature, which lets you transform an existing expression using a postfix added. This greatly reduces backward caret movement and thus increases productivity.