CodeGym University
Java FullStack
Learning
Courses
Tasks
Surveys & Quizzes
Games
Help
Schedule
Community
Users
Forum
Chat
Articles
Success stories
Activity
Reviews
Subscriptions
Light theme
Authors
Reviews
About us
Start
Start learning
Start learning now
Articles
Authors
All groups
All Articles List
John Selawsky
Senior Java Developer and Tutor at
LearningTree
Write a message
A senior Java developer and Java tutor at Learning Tree International programming courses. Sometimes I write some stupid programming stuff about Java. 7 years experience of Java/J2EE development. In Java We Trust.
Author's articles
John Selawsky
Learning Python
November 12, 2024 at 3:28 PM
Python Nested Dictionary
In Python, a dictionary is a data structure that holds key-value pairs. A nested dictionary is simply a dictionary within a dictionary. This allows you to store more complex, hierarchical data structures
John Selawsky
Learning Python
November 7, 2024 at 1:52 PM
Length of an Array in Python
Hey there, If you've ever found yourself wondering, "How do I find out the length of an array in Python?" then you've come to the right place. This article is going to walk you through everything you need to know about determining the length of an array in Python
John Selawsky
Learning Python
September 16, 2024 at 9:35 AM
How to Learn Python in 2024: Step-by-Step Guide
Acquiring a new skill for your current profession or switching to a new career path is easier than ever today, especially when you focus on learning thought-after tech skills like programming
John Selawsky
Learning Python
July 30, 2024 at 3:58 PM
Convert JSON to CSV in Python
Hello, Python enthusiasts! Today, we're tackling a common data conversion task: converting JSON to CSV. By the end of this article, you'll be equipped with the knowledge and tools to easily transform JSON data into CSV format using Python.
John Selawsky
Stream API
September 20, 2023 at 12:43 PM
Java Stream.of() method
You've probably already heard that streams in Java are designed to process data. They represent a sequence of elements that can be processed using various operations such as...
John Selawsky
Java Arrays
May 10, 2023 at 1:15 PM
String Array in Java
Often the first data structure a novice programmer gets acquainted with is an array. That's because arrays are fairly easy to learn. A one-dimensional array is a sequence that consists of a fixed number of cells in which data can be stored. In the case...
John Selawsky
Java Numbers
March 7, 2023 at 12:34 PM
Java floor() method
A floor function which is also known as the greatest integer function in maths takes a real number “x” as an input. It returns the greatest integer that is less than or equal to input number x. It is normally denoted as floor(x) or ⌊x⌋. It is used...
John Selawsky
Methods in Java
January 11, 2023 at 12:26 PM
Methods in Java
Hello again! In the last lesson we got acquainted with classes and constructors, and learned how to create our own. Today we will become better acquainted with methods, an essential part of classes. A method is a set of commands which allow you to perform a specific operation in a program ...
John Selawsky
Java Developer
December 1, 2022 at 3:00 PM
A* Search Algorithm in Java
Different search algorithms are tailored for different tasks. Today we are going to talk about A* search, one of the most effective pathfinding algorithms. This one is very well suited for computer games and building searching graphs such as ways between cities and so on.
John Selawsky
Design Patterns in Java
September 15, 2022 at 10:59 AM
Strategy Design Pattern
Hi! In previous lessons, we've already briefly become acquainted with the concept of inheritance. In case you forgot, I'll remind you that this term refers to a standard solution to a common programming task. At CodeGym, we often say that you can google the answer to almost any question...
John Selawsky
Java Developer
August 29, 2022 at 7:29 AM
XML in Java
Hi! Today we will introduce another data format called XML. This is a very important topic. When working on real Java applications, you will almost certainly encounter XML-related tasks. In Java development, this format is used almost universally (we will find out why below), so I recommend...
John Selawsky
Strings in Java
July 14, 2022 at 10:43 AM
Substring in Java
This article is about substring () methods in Java language. Here you will find the explanation of how using these methods, find out how they work and get some beneficial examples. Substring in general is a contiguous sequence of characters inside the String. It could be a part of the String or the whole String as well...
Show more
1
2
3
4
Please enable JavaScript to continue using this application.