📜 ⬆️ ⬇️

Java resources to subscribe to

When the programming language is used by millions of people, it seems that there should be plenty of sites about it, including Russian-speaking ones. However, if you type in the "Java News" search engine, the results are as follows:



There are sites with the help of beginners in Runet (for example, JavaRush ) - but everything with sad information for those who are already working and want to keep abreast of everything is much sadder. It is clear that most experienced Java developers are quite capable of reading news in English, but still the native language is understood faster and easier.
')
Therefore, first of all, we have now restarted the JUG.ru website to fix this. And secondly, once the Russian-speaking regularly updated resources are in short supply, they remembered what English-speaking people are and share the results with Habr. Of course, the text did not include everything that is possible, and we will only be happy to see additions in the comments.


Sites


While everything is difficult in runet, there are several well-known Java-sites in English: JavaCodeGeeks , JavaWorld , Voxxed , JAXenter . A close case is the development sites in general, which have a section on Java: InfoQ , DZone , SitePoint .

SitePoint just recently restarted its Java section, calling the editor Nikolai Parlog (famous for his CodeFX blog). However, in September, there was only one material so far (detailed analysis of Java 9 innovations) - this is not the place where it makes sense to go all the time.

But the dense daily flow from DZone and JavaCodeGeeks. In addition to publishing their own materials, they also work as aggregators: by agreeing with a number of blogs about partnerships, they repost part of their entries (the site gets free content, the blogger gets more coverage). As a result, sometimes you can see how the same blog post (for example, “Microbenchmarking comes to Java 9” ) appears on that and on another site.

Compared to non-programmer publications, English-language Java sites are very relaxed in their responsiveness to the presentation of information. From the appearance of a blog post to its publication, sometimes it takes months. The video of the report, long available to anyone on YouTube, may be published as "news." It is clear that a good report for the month will not become obsolete - but many who wish by that time will have time to look at it, discuss it on Twitter and move on to something else.

Blogs


The difference between personal blogs and corporate ones is about the same as between a personal open source project and a large-scale enterprise: the first is more exciting, but very dependent on the enthusiasm of the creator.

For example, Ruslan Cheremin in his “Working Notes” may publish several posts in a month - or maybe write nothing for a whole year. It can deal with scalarization — or, instead of code, can proceed to the calculation of probabilities . As a result, the content is valuable, but the source is unpredictable, and using it for everyday reading will not work. Steven Chin, it seems, completely abandoned Steve on Java (but in the beginning of August he updated the NightHacking video project , making a number of entries on JCrete).

Adam Bean is much more regular and restless: if you take both the blog and the video project Airhacks , its total activity is impressive. Egor Bugayenko is also distinguished by his regularity - he doesn’t have to wait long for his new record to cause another outburst of anger in some and delight in others.

Other well-known personal blogs are Peter Vanie Lori's Vanilla Java , Psychosomatic, Lobotomy, Nitsan Vacart's Saw , the already mentioned CodeFX of Nikolai Parlog. Finally, another story - the site of Alexei Shipilev , which is not something that would be a blog, but which, if desired, could be published a book.

Meanwhile, corporate blogs, which are engaged in the quality of work, are becoming more prosaic, but more reliable. There is usually no unique material behind which there are a lot of time spent and an enormous personal interest - but also sudden interruptions in broadcasting are less likely.

Some of these blogs are entirely devoted to the company's products, but this does not mean "dull advertising": when video recordings of SpringOne Platform reports are published on the Spring blog, for many it can be useful and informative.

Other companies go further and publish content not only about themselves, but also about Java in general. A striking example is ZeroTurnaround with their technical reports (and since we started talking about them, it’s worth mentioning the VirtualJUG video sessions as well ). At JetBrains, you can also find not only blog posts about IntelliJ IDEA (also useful), but also, for example, a digest of Java news .

And OverOps (ex-Takipi), publishing materials like “JUnit vs. TestNG” , do something in between: they pick up such “common” topics in which the mention of their product would be most beneficial.

Twitter


There are a lot of interesting Java activities on Twitter, and one could cite a long list of interesting accounts. However, this has recently been done for us: TechBeacon’s recent list of “39 Java experts you should follow on Twitter” is quite accurate. Also, a list of “20 socially influential javista” has recently appeared, but its practical value is much more doubtful: of course, Joshua Bloch is a significant figure, but he tweets mainly about Donald Trump’s flaws.

Other


Of course, the “Java” hub on Habré is also useful, and here everything is in Russian - but you don’t need to tell about its content.

Although this post is primarily about text content, at the same time I would like to mention the podcast "Debriefing" . In the end, interesting text information is quite possible to find in its Gitter-chatika , if you have enough strength to wade through a lot of replicas.

And finally, our site: JUG.ru, now re- launched . It will now include Java-world news, expert opinions, and we also monitor most of the sources described in the text — so if there is a sensational material on one of them, we’ll let you know promptly. And what else will be there - it depends on you: you can report wishes in the comments, and the entire feedback will be carefully considered.

Source: https://habr.com/ru/post/310088/


All Articles