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 Over 2 million developers have joined DZone. Join Today! Thanks for visiting DZone today,
Edit Profile Manage Email Subscriptions Moderation Admin Console How to Post to DZone Article Submission Guidelines
View Profile
Sign Out
Refcards
Trend Reports
Events
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
Partner Zones AWS Cloud
by AWS Developer Relations
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
Partner Zones
AWS Cloud
by AWS Developer Relations
Securing Your Software Supply Chain with JFrog and Azure
Register Today

The Latest Languages Topics

article thumbnail
Java Annotated Monthly: July 2018
Want to get up-to-date on the latest happenings in Java? Check out this post to learn more about future events, conferences, JDK releases and more!
July 18, 2018
by Trisha Gee
· 9,680 Views · 13 Likes
article thumbnail
Java Annotated Monthly: Jigsaw and Java 9, Being a Better Dev, and Kotlin
As usual, Trisha Gee has put together a list of some of the best resources out there. This month, learn more about Java 9 and Jigsaw, how to be better at your job, and more.
December 7, 2016
by Trisha Gee
· 7,305 Views · 5 Likes
article thumbnail
Java 9 (Part 4): Trying Try-with-Resources: First Look
In Part 4 of this Java 9 series, we see that try-with-resources has been enhanced. Let's compare how Try With Resources worked back in Java 7 versus today.
Updated May 27, 2017
by Tomer Ben David
· 19,757 Views · 8 Likes
article thumbnail
Java 9: It's Heeeere
Java 9 has finally arrived. With new features like a modular JVM and REPL in the form of JShell, here's a list of links to get you started.
September 22, 2017
by Mike Gates
· 9,729 Views · 13 Likes
article thumbnail
Is Python Effective for Microservices Architecture?
When it comes to choosing a language for Microservices, Python might see the perfect one. Let’s see if that’s true in this analysis of Python efficiency.
November 8, 2022
by Tetiana Stoyko
· 8,461 Views · 3 Likes
article thumbnail
Is JavaScript a (True) OOP Language?
To be object-oriented or not to be object-oriented, that is the question. But, really, that's the question we take a look at in this article.
October 3, 2017
by Andrea Chiarelli
· 13,183 Views · 5 Likes
article thumbnail
IoT Around the House: Sensors, MongoDB, and REST API on the Onesait Platform (Part 2)
In this article, see part two of a project on how to measure the temperature at home with IoT sensors.
November 5, 2020
by Francisco Javier Lopez
· 15,991 Views · 3 Likes
article thumbnail
iOS 5 Does HTML5 Brilliantly
If you're developing for iOS, you're probably particularly interested in how iOS handles HTML5. Even if you love Flash, you might want to think about redirecting some of that affection, given today's news from Adobe. Good news for iOS developers, though: iOS 5 handles HTML5 really, really well. In fact, after firing a battery of HTML5 tests at iOS 5, Sencha concluded in no uncertain terms: Mobile Safari continues to hold the crown as the best mobile browser, providing the best HTML5 developer platform. That's a pretty ringing endorsement. HTML5 Canvas is particularly impressive. Sencha's testers report: In iOS 5, Canvas is between 5x – 8x faster. We tried two examples to see this work. First, the IE HTML5 Speed Reading Test. In iOS 4.x, the draw durations last roughly ~850ms, versus iOS 5, where they are a constant 10ms. Blaze.io agrees, as this video vividly demonstrates: iOS 5 also added support for Web Workers, which run JavaScript threads in the background in order to keep the main thread free. Sencha tested Web Workers on iOS, and their results came back fine. WebGL works too -- officially for iAds only, although there is a workaround (but the resulting app can't be listed in the app store). For more on these upgrades, consider the quick tabular overview of mobile HTML5 support at mobilehtml5.org; read Sencha's discussion of their test results, which concentrate on HTML5; or check out Blaze.io's full performance report, which addresses non-HTML5 improvements too.
May 23, 2023
by John Esposito
· 8,088 Views · 1 Like
article thumbnail
Introduction to Redux
Everything you need to get started with Redux.
November 18, 2019
by Souradip Panja
· 12,261 Views · 3 Likes
article thumbnail
Intro to MySQL
Look at an intro to the MySQL database (an RDBMS) and go through its architecture and features that make it the best choice for developing web apps or websites.
February 27, 2020
by Sajan Agrawal
· 11,917 Views · 4 Likes
article thumbnail
Introduction to JWT (Also JWS, JWE, JWA, JWK)
The security and privacy of users' data have been a growing concern for the past few years. Understanding JWT will give you an edge over the other software engineers.
June 29, 2022
by Brilian Firdaus
· 7,240 Views · 4 Likes
article thumbnail
Building a Java Payment App With Marqeta
Using Java and Marqeta, we’ll build out a fully functioning card payment system your users can use for payments anywhere that a debit or credit card is accepted.
May 22, 2023
by Michael Bogan CORE
· 924 Views · 2 Likes
article thumbnail
Multi-Stream Joins With SQL
Learn how to combine two or more streams of data together in real-time with a streaming database, run SQL queries and create a materialized view.
May 22, 2023
by Bobur Umurzokov
· 1,352 Views · 2 Likes
article thumbnail
Avoiding Pitfalls With Java Optional: Common Mistakes and How To Fix Them [Video]
Learn how to avoid traps with Java Optional and how to use it efficiently by taking the best of this API to make a readable code.
May 22, 2023
by Otavio Santana CORE
· 3,762 Views · 7 Likes
article thumbnail
Introduction to Couchbase for Oracle Developers and Experts: Part 1- Architecture
In this article, we'll compare and contrast Oracle with Couchbase from a SQL point of view. You'll get a good feel for the architecture and capabilities of Couchbase.
Updated February 16, 2022
by Keshav Murthy CORE
· 10,261 Views · 6 Likes
article thumbnail
Introduction to Benchmarking in Julia
This post highlights my experience as a beginner and hopefully will show how others can get started in learning to optimize their Julia code.
March 6, 2020
by Randy Zwitch CORE
· 12,592 Views · 5 Likes
article thumbnail
Introduction to Android App Development With Kotlin: Room Database (Part 7)
Learn more about Kotling for Android app development and the Google Room database.
Updated April 19, 2019
by Łukasz Mądrzak CORE
· 15,551 Views · 2 Likes
article thumbnail
Introducing Java Record
Learn more about the latest JEP — Java Records!
October 18, 2019
by Peter Verhas CORE
· 27,948 Views · 5 Likes
article thumbnail
Intermodular Analysis of C and C++ Projects in Detail (Part 1)
This article describes how similar mechanisms are arranged in compilers and reveal details of how to implement intermodular analysis in our static analyzer.
October 14, 2022
by Oleg Lisiy
· 4,043 Views · 1 Like
article thumbnail
Integrate a React Native App With GraphQL and Apollo Client
In this article, we discuss how to leverage Apollo to build a client-side GraphQL application with React Native and Expo.
December 12, 2019
by Krissanawat Kaewsanmuang
· 14,053 Views · 4 Likes
  • Previous
  • ...
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • ...
  • Next

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

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

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com

Let's be friends: