Python holds its ground as Java slides in Redmonk’s language rankings

Programming language Python has had a good week, but the same can't be said for Java.

In language rankings this month released by IEEE, Python ranked number one with a comfortable lead ahead of Java. It's similar news in Redmonk's rankings this week.

Redmonk's biannual rankings measures GitHub pull requests and Stack Overflow queries over a period of six months to get an idea of the popularity of various programming languages.

JavaScript remains in top place...

GitHub warns Java developers about malware infecting NetBeans projects

GitHub has issued a warning to Java developers about malware which is specifically infecting NetBeans projects.

The security team for the world’s largest repository host has dubbed the malware Octopus Scanner and found “26 open source projects that were backdoored by this malware and that were actively serving backdoored code.”

GitHub notes the malware is designed to backdoor projects created using the Apache NetBeans IDE – a phenomenon they had not seen before...

Study: Demand for AR/VR devs surges, Go is the most in-demand language

Careers website Hired has posted its latest annual “State of Software Engineers” report which highlights some fascinating industry trends. The most notable statistic in this year's report is an 1400 percent surge in demand for AR/VR talent. Given the release of acclaimed headsets like the Oculus Quest, and the anticipated release of a PSVR 2 later this year, it's perhaps unsurprising to see demand growing so rapidly. Salaries for AR/VR jobs range from $135k - $150k in major US tech hubs....

Microsoft teaches Visual Studio Code a few new Java tricks

Microsoft has taught Visual Studio Code a few new tricks to help Java developers as we ease into the next decade.

The main feature is a new Call Hierarchy view. By right-clicking a function and navigating to Peek Call Hierarchy, a developer can see a full list of incoming and outgoing calls (it's possible to filter just either, if you so desire.)

Another welcome addition is Data Breakpoints. This feature allows breakpoints to be set if a variable...

JetBrains report highlights changes in the 2019 programming landscape

JetBrains has released its latest ‘State of Developer Ecosystem’ report which highlights some interesting changes in the programming landscape for 2019.

There’s little change at the very top of the language popularity list – Java is still the most popular, and JavaScript is the most used. Further down the list, we begin seeing interesting changes. Python, in particular, is a clear winner in the report.

Python has entered the top three primary languages...

Python overtakes JavaScript as most queried language on Stack Overflow, new data shows

A new study from crowdsourced QA testers Global App Testing has explored developers’ biggest pain points, with Python dethroning JavaScript as Stack Overflow’s most questioned programming language.

The research focused on JavaScript, Python, R, Ruby, C#, C++, Java, Objective-C, Swift, PHP and SQL – not so much 11 languages but 10 languages and a database – and went through a...

Java and JavaScript continue to dominate enterprise development landscape

Java and JavaScript remain the dominant languages in the enterprise developer landscape – but with more agile ways of working coming to the fore, they certainly won’t be exclusive going forward.

That’s the verdict of the Cloud Foundry Foundation in its most recent report focusing on the top languages for enterprise application development.

10 essential resources for intermediate Java programmers

Java remains one of the most popular programming languages to learn, thanks to its long history and reputation for being easy to pick up yet difficult to master. After you get through the initial tutorials and become more comfortable in the language, finding out how to progress further can be difficult. This article is intended to help with that, offering ten useful resources that will help you further improve your skills and work your way to becoming an expert programmer. Let's...

Jakarta EE aiming to focus on cloud-native Java after developer consultation

What do enterprise developers want? A cloud-native Java, according to a new consultation from the Eclipse Foundation.

The study, which polled more than 1,800 Java developers – 44% of whom categorised themselves as senior developers with a further 24% as architects – put cloud-native as an ‘imperative’ for enterprise Java going forward.

‘Two critical gaps in Java EE are now top priorities for Jakarta EE’, the foundation notes – lest we...

Google helps developers clean up their code with Android KTX

Android KTX is Google’s attempt to make writing code for their platform in Kotlin easier and more concise.

Ever since Google announced first-party support for the Kotlin programming language, many developers have been experimenting with it. As expected, when developers are getting to grips with a new language, this has led to some messy code.

Kotlin itself is designed to be friendly and easy to pick up, especially when in comparison to Java. However, that doesn’t...