Dev Coding Dialogues
Dev Coding Dialogues
  • 31
  • 165
03 Logging [Arabic] [عربي]
Documentations
docs.oracle.com/javase/8/docs/technotes/guides/logging/overview.html
docs.oracle.com/en/java/javase/11/core/java-logging-overview.html
docs.oracle.com/en/java/javase/17/core/java-logging-overview.html
docs.oracle.com/en/java/javase/21/core/java-logging-overview.html
Facebook Group:
groups/ahmedlearncode
Sections:
0:00 Introduction
0:43 java.util.logging.Logger
01:07 Log levels
มุมมอง: 1

วีดีโอ

02 Enum [Arabic] [عربي]
มุมมอง 114 ชั่วโมงที่ผ่านมา
Documentation docs.oracle.com/javase/tutorial/java/javaOO/enum.html Facebook Group: groups/ahmedlearncode Sections: 0:00 Introduction 0:24 Example 01:08 Loop over all Enum values 01:56 Enum built-in methods values and name 02:35 Reference enum value in code
01 Annotations [Arabic] [عربي]
มุมมอง 214 ชั่วโมงที่ผ่านมา
Documentation docs.oracle.com/javase/tutorial/java/annotations/basics.html Facebook Group: groups/ahmedlearncode Sections: 0:00 Introduction 0:25 Create Annotation 02:23 Example Warning code suppress by SuppressWarnings 04:30 Deprecated Annotation 06:52 Annotation target
04 Maven Dependency management and Parent POM [Arabic] [عربي]
19 ชั่วโมงที่ผ่านมา
Documentation maven.apache.org/guides/ Facebook Group: groups/ahmedlearncode 00:00 Intro 02:00 Version resolving 03:33 Execute goal of a plugin using CLI 04:22 Configure new plugin version in pom.xml 05:58 Binding new goal to a phase 12:15 Use properties for version management 13:14 Manage version inheritably 14:14 Dependency Management 19:30 Parent POM 22:20 Effective POM 23:58 De...
03 Maven lifecycle phases and plugins goals [Arabic] [عربي]
มุมมอง 219 ชั่วโมงที่ผ่านมา
Documentation maven.apache.org/guides/ Facebook Group: groups/ahmedlearncode 00:00 Intro 02:38 Phases and goals execution 02:50 Execute single goal 04:35 Lifecycle and phases in maven 05:50 Lifecycle default bindings 07:02 packaging 08:10 Phase execution up to executed selected phase 10:47 Archetype plugin recap
02 Maven Basic Compile, Package and Run Commands [Arabic] [عربي]
มุมมอง 219 ชั่วโมงที่ผ่านมา
Doc maven.apache.org/guides/ Facebook Group: groups/ahmedlearncode 00:00 Intro to xml 01:50 Maven coordinates 03:45 Folder structure 06:35 Compile .java files to .class bytecode files 07:08 Create jar 07:45 Run the app using java command 08:23 Add and use dependency 10:35 Run clean phase 10:51 Explain package phase 12:08 Run the app using external dependency 14:01 Run the app using...
14 Object Oriented Programming [Arabic] [عربي]
มุมมอง 321 ชั่วโมงที่ผ่านมา
Documentation docs.oracle.com/javase/tutorial/java/javaOO/index.html Facebook Group: groups/ahmedlearncode 00:00 Introduction 02:27 OOP vs Functional programming 05:35 Class vs object 11:00 Method signature
01 Installation and Project Initialization [Arabic] [عربي]
มุมมอง 521 ชั่วโมงที่ผ่านมา
Doc maven.apache.org/guides/ Facebook Group: groups/ahmedlearncode 00:00 Intro 02:38 Installation 05:45 Generate and initialize new project from archetype 11:59 Explore pom.xml and know xml format
CLI Tools for PowerShell
มุมมอง 3014 วันที่ผ่านมา
Facebook Group: groups/ahmedlearncode MacOS General package manager brew.sh SDK and JDK sdkman.io ohmyzsh ohmyz.sh/#install Windows Powershell winget install id Microsoft.PowerShell source winget Scoop scoop.sh scoop install git scoop install main/7zip scoop bucket add extras scoop install extras/scoop-completion scoop bucket add nerd-fonts scoop install nerd-fonts/JetBrainsMono-NF...
23 Intellij and Command Line packaging into jar [Arabic] [عربي]
มุมมอง 1314 วันที่ผ่านมา
Documentation: docs.oracle.com/javase/tutorial/deployment/jar/build.html Commons lang library repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.17.0/commons-lang3-3.17.0.jar Facebook Group: groups/ahmedlearncode 00:00 Intro 00:42 Compile .java to .class files 02:11 Run .class files 05:35 Create jar file 06:45 Run jar file 08:02 Open and run app in Intellij 12:05 Use commons...
22 Exceptions [Arabic] [عربي]
มุมมอง 614 วันที่ผ่านมา
Documentation: docs.oracle.com/javase/tutorial/essential/exceptions/index.html Facebook Group: groups/ahmedlearncode 00:00 Intro 01:56 Exception in Javadoc 04:15 Two types of exceptions 06:46 Try Catch block 19:14 Stack trace following and analysis 21:57 Prevent continuing after catching exception 23:00 Order of catching tip 25:05 clean Scanner after throwing an exception 25:53 re-...
21 Calculator App OOP Refactor [Part 2] [Arabic] [عربي]
มุมมอง 614 วันที่ผ่านมา
Facebook Group: groups/ahmedlearncode Source Code codepad.app/edit/gjx3xq4s 00:00 Intro 00:22 Type upcasting polymorphism 01:56 if else instead of switch 03:08 equals 08:56 Scanner cleaning after reading anything other than String 09:15 final variables 12:15 Access modifiers
20 Calculator App OOP Refactor [Part 1] [Arabic] [عربي]
มุมมอง 814 วันที่ผ่านมา
Facebook Group: groups/ahmedlearncode Source Code codepad.app/edit/gjx3xq4s 00:00 Intro 00:37 Creating packages 01:45 IDE identify source root folder 07:20 Switch case refactor 10:15 Integer to String conversion 12:50 Factorial Calculator 15:10 Interface
19 Calculator App [Arabic] [عربي]
มุมมอง 814 วันที่ผ่านมา
Facebook Group: groups/ahmedlearncode 00:00 Intro 00:30 Factorial of a number 04:50 Implementation 10:10 First run 11:50 Second run 12:48 Debugging to fix repeated output 17:25 Refactor and static methods and static variables
15 Encapsulation [Arabic] [عربي]
มุมมอง 314 วันที่ผ่านมา
Documentation docs.oracle.com/javase/tutorial/java/javaOO/index.html Facebook Group: groups/ahmedlearncode 00:00 Intro 04:16 Setter and Getter 07:20 Method execution with arguments detailed 13:50 Encapsulation explained 15:08 Another encapsulation example 17:15 this keyword
16 Constructor & method scope [Arabic] [عربي]
มุมมอง 514 วันที่ผ่านมา
16 Constructor & method scope [Arabic] [عربي]
18 Encapsulation and Abstraction [Arabic] [عربي]
มุมมอง 1021 วันที่ผ่านมา
18 Encapsulation and Abstraction [Arabic] [عربي]
17 Polymorphism [Arabic] [عربي]
มุมมอง 321 วันที่ผ่านมา
17 Polymorphism [Arabic] [عربي]
13 Calculator using while and switch case statements [Arabic] [عربي]
2 หลายเดือนก่อน
13 Calculator using while and switch case statements [Arabic] [عربي]
12 Code flow [Arabic] [عربي]
มุมมอง 22 หลายเดือนก่อน
12 Code flow [Arabic] [عربي]
11 Calculator console application [Arabic] [عربي]
มุมมอง 22 หลายเดือนก่อน
11 Calculator console application [Arabic] [عربي]
10 Input from console and conditional operators [Arabic] [عربي]
2 หลายเดือนก่อน
10 Input from console and conditional operators [Arabic] [عربي]
09 Classes continued [Arabic] [عربي]
มุมมอง 32 หลายเดือนก่อน
09 Classes continued [Arabic] [عربي]
08 Class first look [Arabic] [عربي]
มุมมอง 44 หลายเดือนก่อน
08 Class first look [Arabic] [عربي]
07 Operators [Arabic] [عربي]
มุมมอง 44 หลายเดือนก่อน
07 Operators [Arabic] [عربي]
06 Arrays and Functions [Arabic] [عربي]
มุมมอง 44 หลายเดือนก่อน
06 Arrays and Functions [Arabic] [عربي]
05 Primitive Data types vs Non-primitive data types [Arabic] [عربي]
มุมมอง 54 หลายเดือนก่อน
05 Primitive Data types vs Non-primitive data types [Arabic] [عربي]
04 Summary and building blocks of java [Arabic] [عربي]
มุมมอง 64 หลายเดือนก่อน
04 Summary and building blocks of java [Arabic] [عربي]
03 Data Types [Arabic] [عربي]
มุมมอง 65 หลายเดือนก่อน
03 Data Types [Arabic] [عربي]
02 IDEs for Java [Arabic] [عربي]
มุมมอง 95 หลายเดือนก่อน
02 IDEs for Java [Arabic] [عربي]