├── README.md └── _config.yml /README.md: -------------------------------------------------------------------------------- 1 | # Java Blogs 2 | 3 | See also: https://github.com/vbauer/android-blogs 4 | 5 | 6 | ### Groups & Companies 7 | 8 | * CodeGears http://www.codergears.com/Blog/ 9 | * Code Affine http://www.codeaffine.com/blog/ 10 | * Codingpedia http://www.codingpedia.org 11 | * Developers Corner http://sgdev-blog.blogspot.com 12 | * DZone http://java.dzone.com 13 | * EclipseSource http://eclipsesource.com/blogs/ 14 | * InfoQ http://www.infoq.com/java/ 15 | * JavaWorld http://www.javaworld.com 16 | * Java Code Geeks http://www.javacodegeeks.com 17 | * JetBrains http://blog.jetbrains.com 18 | * Plumbr https://plumbr.eu/blog 19 | * RebelLabs http://zeroturnaround.com/rebellabs/ 20 | * Voxxed https://www.voxxed.com 21 | * ZeroTurnaround http://zeroturnaround.com/blog/ 22 | 23 | 24 | ### Individuals 25 | 26 | * Adam Bien http://www.adam-bien.com/roller/abien/ 27 | * Alexander J. Turner http://nerds-central.blogspot.com 28 | * Allan Kelly http://allankelly.blogspot.co.uk 29 | * Amruth M Raj http://answersz.com 30 | * Andrew Bell http://recursivechaos.com/blog/ 31 | * Andrew Reid http://andrews-java.blogspot.com 32 | * Andy Gibson http://www.andygibson.net/blog/ 33 | * Antonio Goncalves http://antoniogoncalves.org 34 | * Anton Arhipov http://arhipov.blogspot.com 35 | * Antti Koivisto http://anttikoivisto.blogspot.com 36 | * Arun Gupta http://blog.arungupta.me 37 | * Baeldung http://www.baeldung.com 38 | * Bauke Scholtz https://balusc.blogspot.com 39 | * Bear Giles http://invariantproperties.com 40 | * Ben McCann http://www.benmccann.com 41 | * Benjamin Winterberg http://winterbe.com/blog/ 42 | * Biju Kunjummen http://www.java-allandsundry.com 43 | * Bill Bejeck http://codingjunkie.net 44 | * Billy Yarosh http://keaplogik.blogspot.com 45 | * Bozhidar Bozhanov http://techblog.bozho.net 46 | * Dadepo Aderemi http://geekabyte.blogspot.com 47 | * Dror Helper http://blog.drorhelper.com 48 | * Dustin Marx http://marxsoftware.blogspot.com 49 | * Fabian Kessler http://www.flowstopper.org 50 | * Gil Zilberfeld http://www.gilzilberfeld.com/blog-2 51 | * Gualtiero Testa https://gualtierotesta.wordpress.com 52 | * Igor Stojanovski https://igorski.co/ 53 | * Iris Shoor http://blog.takipi.com 54 | * JOOQ http://blog.jooq.org 55 | * James Bloom http://blog.jamesdbloom.com 56 | * Jakob Jenkov http://jenkov.com 57 | * Java Developer Central https://javadevcentral.com 58 | * Java Roots http://www.javaroots.com 59 | * Javarevisited https://javarevisited.blogspot.com 60 | * Jeff Atwood http://blog.codinghorror.com 61 | * Jonathan Giles http://jonathangiles.net/blog/ 62 | * Jos Dirksen http://www.smartjava.org 63 | * Juri Strumpflohner http://juristr.com/blog/ 64 | * Henrik Warne http://henrikwarne.com 65 | * Kevin Lee http://blog.lckymn.com 66 | * Marginally Interesting http://blog.mikiobraun.de 67 | * Mark Needham http://www.markhneedham.com/blog/ 68 | * Martin Fowler http://martinfowler.com 69 | * Mechanical Sympathy http://mechanical-sympathy.blogspot.com 70 | * Mikhail Vorontsov http://java-performance.info 71 | * Nicolas Fränkel http://blog.frankel.ch 72 | * Pascal Alma https://pragmaticintegrator.wordpress.com 73 | * Peter Lawrey https://vanillajava.blogspot.com 74 | * Peter Verhas https://javax0.wordpress.com 75 | * Petri Kainulainen http://www.petrikainulainen.net/blog/ 76 | * Phil Whelan http://www.bigfastblog.com 77 | * Pierre-Hugues Charbonneau http://javaeesupportpatterns.blogspot.com 78 | * Piotr Wittchen http://blog.wittchen.biz.pl 79 | * Rafal Borowiec http://blog.codeleak.pl 80 | * RedStack https://redstack.wordpress.com 81 | * Reza Rahman https://blogs.oracle.com/reza/ 82 | * Robert C. Martin http://blog.cleancoder.com 83 | * Roger Hughes http://www.captaindebug.com 84 | * Richard Warburton http://insightfullogic.com/blog/ 85 | * Stephen Chin http://steveonjava.com 86 | * Steve Blank http://steveblank.com 87 | * Stuart Marks https://stuartmarks.wordpress.com 88 | * Thorben Janssen http://www.thoughts-on-java.org/blog/ 89 | * Vlad Mihalcea http://vladmihalcea.com 90 | * Vojtech Ruzicka http://www.vojtechruzicka.com 91 | * Wayne Beaton https://waynebeaton.wordpress.com 92 | * Yifan Peng http://blog.pengyifan.com 93 | 94 | 95 | ### Contributing Guidelines 96 | 97 | Please ensure your pull request match to the following rules: 98 | 99 | * For companies/groups: 100 | * Make sure that 80% of content is about Java, JVM or related things. 101 | * No PR, self-promoting posts. 102 | * For individual blogs: 103 | * Posts should be mostly about Java, JVM or related things. 104 | * For both of them: 105 | * Use the following format: Name Link-with-scheme 106 | (ex: Martin Fowler http://martinfowler.com) 107 | * Pull request message should be clear. 108 | 109 | Contributions welcome! 110 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-cayman --------------------------------------------------------------------------------