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

Enterprise AI Trend Report: Gain insights on ethical AI, MLOps, generative AI, large language models, and much more.

2024 Cloud survey: Share your insights on microservices, containers, K8s, CI/CD, and DevOps (+ enter a $750 raffle!) for our Trend Reports.

PostgreSQL: Learn about the open-source RDBMS' advanced capabilities, core components, common commands and functions, and general DBA tasks.

AI Automation Essentials. Check out the latest Refcard on all things AI automation, including model training, data security, and more.

Core Badge
Avatar

Sameer Shukla

DZone Core CORE

Sr. Software Engineer at Leading Financial Institution

Irving, US

Joined Aug 2021

About

Sameer Shukla is a technology enthusiast, he is currently working as a Lead Software Engineer. Sameer's current expertise/interests are Functional Programming, Data Quality, Data Governance, Enterprise Information Management, analytics, cloud computing, microservices, NoSQL, SQL, Big Data.

  • Education

Education

Bangalore University · Master of Computer Applications

Masters

Jul 2001 - Jul 2004

Stats

Reputation: 857
Pageviews: 210.7K
Articles: 23
Comments: 2

Expertise

Languages Expertise Icon

Languages

  • Articles
  • Comments

Articles

article thumbnail
Python Function Pipelines: Streamlining Data Processing
Function pipelines allow seamless execution of multiple functions in a sequential manner, where the output of one function serves as the input to the next.
February 19, 2024
· 4,248 Views · 7 Likes
article thumbnail
Understanding Python's dataclass Decorator
This tutorial explores the advantages, usage, ordering, immutability, and default value of Python's dataclass decorator.
January 29, 2024
· 2,592 Views · 3 Likes
article thumbnail
Demystifying Basics of Async/Await in Python
In this article learn more about async/await functions and how to use these functions in Python code.
January 14, 2024
· 3,128 Views · 2 Likes
article thumbnail
Enums in Python
Here, learn how enums in Python provide a clear and expressive way to represent fixed sets of values, enhance code readability, prevent bugs, and more!
January 10, 2024
· 1,251 Views · 1 Like
article thumbnail
Exploring TakeWhile and DropWhile Functions in Java
The article explains the working of takeWhile and dropWhile functions in Java with examples.
January 3, 2024
· 4,316 Views · 1 Like
article thumbnail
Enumerate and Zip in Python
Want to learn about Python? Let's explore how `enumerate` and `zip` can simplify coding by helping you manipulate data in lists.
January 3, 2024
· 2,258 Views · 1 Like
article thumbnail
Efficient String Formatting With Python f-Strings
f-string simplifies string formatting, which provides a concise and readable way to embed expressions inside string literals.
January 2, 2024
· 2,463 Views · 1 Like
article thumbnail
Exploring Java Stream API's peek Method
In this article, learn more about the peek method, a powerful and often underutilized feature in the Java Stream API.
January 2, 2024
· 3,468 Views · 1 Like
article thumbnail
Enhancing Code Clarity With Python Namedtuples
Learn how to create, de-structure, and optimize memory usage for cleaner, more readable code. Explore practical examples and best practices.
December 31, 2023
· 3,954 Views · 5 Likes
article thumbnail
Python Context Managers Simplified
This article explores Python context managers, including examples, advantages, and common use cases.
December 29, 2023
· 3,345 Views · 2 Likes
article thumbnail
Mastering JSON Serialization With Pydantic
'Mastering JSON Serialization with Pydantic' guides you to seamlessly transform data between Python objects and JSON representations.
December 14, 2023
· 3,279 Views · 4 Likes
article thumbnail
Exploring Python Generators
The article explains the essence of generators, and their key aspects, and discovers ideal use cases that can transform your code efficiency. Dive into the world of iteration, laziness, and memory efficiency with this insightful guide.
December 14, 2023
· 3,143 Views · 6 Likes
article thumbnail
Functional Approach To String Manipulation in Java
This article delves into a few methods within the String class that enable processing to be conducted in a functional programming manner.
December 11, 2023
· 8,792 Views · 7 Likes
article thumbnail
Implement Testcontainers GCloud Module With Spring Boot for Writing Integration Tests
This article explains how to write integration tests using the Testcontainers GCloud module for the Spanner database using Spring Boot.
August 31, 2022
· 6,979 Views · 1 Like
article thumbnail
What Is Pydantic?
Pydantic can be used with any Python-based framework and it supports native JSON encoding and decoding as well. Here, learn how simple it is to adopt Pydantic.
August 15, 2022
· 23,096 Views · 5 Likes
article thumbnail
Data Analysis Using Google Cloud Data Studio
In this tutorial, take an in-depth look at Google Cloud Data Studio, a tool for transforming data into useful reports and data dashboards.
April 27, 2022
· 6,712 Views · 2 Likes
article thumbnail
Must-Know Python Libraries
This article explains the must-know Python libraries which are useful for debugging, creating fake data, and for serialization and deserialization purposes.
March 3, 2022
· 8,305 Views · 5 Likes
article thumbnail
Apache Beam Working With Files
The article explains how to read, write data to and from the file in Apache Beam with a pipeline where the ‘Employees.csv’ file be read/filtered/write to a new file.
February 16, 2022
· 7,401 Views · 3 Likes
article thumbnail
SimpleHTTPOperator in Apache Airflow
This tutorial covers how to call a REST service using SimpleHTTPOperator, the configuration of http_conn_id through Airflow UI, and the output of DAG execution.
February 1, 2022
· 15,800 Views · 4 Likes
article thumbnail
Inspecting Cloud Composer - Apache Airflow
In this article, we will learn what Cloud Composer is in GCP and how can we set it up. We will also highlight some critical insights about the Cloud Composer.
January 11, 2022
· 5,058 Views · 3 Likes
article thumbnail
Java: Migrating From Java 8 to Java 17
In this article, I will highlight some extremely important features available which can be learned and implemented quickly when migrating from directly Java 8 to Java 17.
December 12, 2021
· 38,344 Views · 41 Likes
article thumbnail
Useful Decorators and Functions in Python's Functools
The most important functions from the Functools module of Python are total ordering, reduce, and partial. Here's how they work and why they're so important.
October 11, 2021
· 5,780 Views · 8 Likes
article thumbnail
Microservices Patterns: Sidecar
Learn about Microservice architecture and single responsibility principle, know more on how to achieve it using sidecars.
October 4, 2021
· 15,294 Views · 19 Likes

Comments

Java: Migrating From Java 8 to Java 17

Jan 01, 2022 · Sameer Shukla

Thank You so much

Java: Migrating From Java 8 to Java 17

Dec 16, 2021 · Sameer Shukla

That's correct. Thanks for pointing it out.

User has been successfully modified

Failed to modify user

ABOUT US

  • About DZone
  • Send 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: