Hello! I’m Bazlur, a Software Engineer with over a decade of professional experience in the software industry, primarily focused on Java and related technologies. I was recently honored with the title of Java Champion.
Beyond my regular work, I am passionate about mentoring, writing, speaking at conferences, and contributing to open-source projects. I founded and currently moderate the Java User Group in Bangladesh, organizing meetups and conferences to share Java-related knowledge with the community since 2013. I was named a Most Valuable Blogger (MVP) by DZone, one of the world’s most recognized technology publishers. Additionally, I serve as an editor for the Java Queue at InfoQ, another leading technology content publisher and conference organizer, and at Foojay.io, a platform for OpenJDK enthusiasts. I have also published five bestselling books about the Java programming language in Bengali.
I am currently writing a new book with O’Reilly titled “Modern Concurrency in Java.”
I hold a bachelor’s degree in Information Technology, majoring in Software Engineering, from the Institute of Information Technology, University of Dhaka, Bangladesh. I currently reside in Toronto, Canada.
Modern Concurrency in Java is now available on O’Reilly Media! 🎉 Read it on O’Reilly
Connect:
Blog Archive Repository
This repository contains an archive of blog posts from bazlur.ca. The content is served through GitHub Pages, making it easily accessible and searchable.
Accessible through: https://bazlur.com/rokon12/
Structure
- ``: Contains all markdown blog posts
✍️ Most recent blog posts
[InfoQ](https://www.infoq.com/profile/A-N-M-Bazlur-Rahman/)
<#list infoqPosts as post>
${post.title} (${(post.published).format(‘YYYY-MM-dd’)})
${post.excerpt}… Read further^
</#list>
[Foojay.io](https://foojay.io/)
<#list foojayPosts as post>
${post.title} (${(post.published).format(‘YYYY-MM-dd’)})
${post.excerpt}… Read further^
</#list>
[Talks](https://github.com/rokon12/confernece-talks)
<#list talks as talk>
- ${talk} </#list>
📈 GitHub Stats
This page was last updated on ${lastUpdated}