DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Zones

Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks

Curious about the future of data-driven systems? Join our Data Engineering roundtable and learn how to build scalable data platforms.

Data Engineering: The industry has come a long way from organizing unstructured data to adopting today's modern data pipelines. See how.

Threat Detection: Learn core practices for managing security risks and vulnerabilities in your organization — don't regret those threats!

Managing API integrations: Assess your use case and needs — plus learn patterns for the design, build, and maintenance of your integrations.

Avatar

Ram Patra

Software Engineer at Compzets

Dublin, IE

Joined Feb 2016

https://blog.rampatra.com

Stats

Reputation: 356
Pageviews: 105.0K
Articles: 2
Comments: 4
  • Articles
  • Comments

Articles

article thumbnail
7 Easy Steps to Make a Facebook Messenger Bot in Java
Check out this step-by-step tutorial that shows you how to make a conversational bot using Facebook Messenger, Java, and JBot.
Updated March 16, 2020
· 27,342 Views · 12 Likes
article thumbnail
Make Slack Bots in Java in Minutes
Read up on BotKit — a framework on GitHub that lets you make your own cloud-ready Slack bot in mere moments.
Updated March 16, 2020
· 77,640 Views · 27 Likes

Comments

7 Easy Steps to Make a Facebook Messenger Bot in Java

Mar 25, 2018 · Ram Patra

Thanks, I used Giphy Capture to record my demos. Surprisingly, you're the second to ask me this. I have also used GifCam to capture demos on Windows.

Single vs. Multiple Filters in the Java Stream API

Jan 05, 2017 · A N M Bazlur Rahman

The sample code needs to be changed a bit. Some JVMs may ignore running the stream and filter operations entirely as the variable count isn't used anywhere. This is called Dead Code Elimination by JVM.

To avoid dead code elimination you must make sure that the code you want to measure does not look like dead code to the JVM. There are two ways to do that:

- Return the result of your code (in this case, count) from the benchmark method.
- Pass the calculated value(count) into a "black hole" provided by JMH.

You can learn more here.

The JVM Architecture Explained

Sep 02, 2016 · Jackson Joseraj

If it's incorrect then I would request the author to please edit it as many don't go through the comments and may get a wrong idea.

JavaScript Without jQuery: Tips and Practical Examples

Jun 30, 2016 · Emmett Coin

A similar post can be found here: https://toddmotto.com/is-it-time-to-drop-jquery-essentials-to-learning-javascript-from-a-jquery-background/

User has been successfully modified

Failed to modify user

ABOUT US

  • About DZone
  • Support and feedback
  • Community research
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 100
  • Nashville, TN 37211
  • support@dzone.com

Let's be friends: