Wednesday, September 28, 2022

Java Object Mapper Using Jackson 2022 Part 1 : Create Class Objects From JSON Files

Hello everyone ! In today's post, we are going to teach you How To Create Class Objects From JSON Files using JAVA 19.

Let us know what topics you want us to explain next

The video :

Friday, August 5, 2022

How To Install Git and Clone a Repository | Push An Existing Project To Github (2022)

Hello everyone ! In today's post, we are going to teach you How To Install Git and Clone a Repository | Push An Existing Project To Github.

In this video, you are going to find :

  • Installing Git
  • Creating a new repository on Github
  • Cloning an existing repository
  • CPushing an existing project to Github
  • Git commands : clone, add, push, commit, status

Let us know what topics you want us to explain next

The video :

Friday, July 29, 2022

Create a Logger With OpenEdge Progress 4GL Part 2

Hello everyone ! In today's post, we are going to teach you how to Create a Logger OpenEdge Progress 4GL.

In this video (part 2), you are going to find :

  • Creating a class
  • Creating a class property
  • Creating a method
  • Creating and using output Stream
  • Write text to a file

Let us know what topics you want us to explain next

The video :

Thursday, July 28, 2022

Create a Logger With OpenEdge Progress 4GL Part 1

Hello everyone ! In today's post, we are going to teach you how to Create a Logger OpenEdge Progress 4GL.

In this video (part 1), you are going to find :

  • Creating a class
  • Creating a class property
  • Creating a method
  • Creating and using output Stream
  • Write text to a file

Let us know what topics you want us to explain next

The video :

Monday, July 18, 2022

Read Data From CSV File OpenEdge Progress 4GL

Hello everyone ! In today's post, we are going to teach you how to Read Data From CSV File OpenEdge Progress 4GL.

In this video, you are going to find :

  • INPUT From a CSV file
  • Class Definition
  • Static Class Instance

Let us know what topics you want us to explain next

The video :

Friday, July 15, 2022

Create a Calculator With OpenEdge Progress 4GL

Hello everyone ! In today's post, we are going to teach you how to create a simple calculator with OE Progress 4GL.

In this video, you are going to find :

  • Frames
  • Buttons
  • Radio Buttons
  • Text Inputs
  • Alerts
  • Case Statement
  • Button Triggers

Let us know what topics you want us to explain next

The video :

Java Object Mapper Using Jackson 2022 Part 1 : Create Class Objects From JSON Files

Hello everyone ! In today's post, we are going to teach you How To Create Class Objects From JSON Files using JAVA 19. Let us know wha...