Coding Master - Programming Tutorials
Coding Master - Programming Tutorials
  • 36
  • 289 847
SQL Crash Course #1 - Intro & Installation
Database is an important component in any applications, and in programming in general. In this video, we are gonna talk about some basic database concepts, and install PostgreSQL server on our machine.
PostgreSQL Installation:
MacOS: www.postgresql.org/download/macosx/
Windows: www.postgresql.org/download/windows/
Linux: www.postgresql.org/download/linux/debian/
Переглядів: 175

Відео

SQL Crash Course #2 - CLI psql
Переглядів 1103 роки тому
In this video, we are gonna talk about the PostgreSQL command line interface psql, and show how to use it to create users and databases.
SQL Crash Course #3 - Basic CRUD Operations
Переглядів 953 роки тому
In this video, we will use pgadmin to perform some basic database operations, like inserting, updating, selecting, and deleting data from a database table.
Data Structure with Python - 02 Set and Dictionary
Переглядів 494 роки тому
In this video, we're going to talk about set and dictionary in Python. We'll be exploring some common methods used to manipulate these two data structures. Source code: github.com/codingmaster-tutorial/data-structure/blob/master/python_basics/set_and_dict.py
Data Structures with Python - 01 Lists and Tuples
Переглядів 954 роки тому
This is a brand new series about data structure. I'll cover some of the most used data structures in computer science, and I'll be using python to implement them. Just in case you're not familiar with Python, in the first video of this series, I'm going to explain lists and tuples in python, and show some of the common methods that we're gonna use in the rest of the tutorials. Happy coding!
How To Install Ubuntu 18.04 on Windows 10 Using VirtualBox
Переглядів 2215 років тому
In this video, I'm going to show you how to install Ubuntu 18.04 LTS using VirtualBox 6. Here are the download links for ubuntu iso and virtualbox: Ubuntu 18.04: www.ubuntu.com/download/desktop Oracle VirtualBox: www.virtualbox.org/wiki/Downloads
Kotlin Crash Course for Java Developers
Переглядів 74 тис.5 років тому
In this video, we are going to talk about Kotlin programming language, the official language for Android development. This is a tutorial for people who already have basic understandings of coding, preferably in Java, that what to learn about Kotlin. We'll cover the basic syntax, control structures, as well as some object oriented features to get you started with Kotlin language. Java for Beginn...
Introduction to Regular Expressions - Part 2
Переглядів 795 років тому
In this part of the tutorial, we are going to take a look at some exercises to practice what we have learnt in the first video. Java Regex Cheat Sheet: files.zeroturnaround.com/pdf/zt_regular-expressions-cheat-sheet.pdf?_ga=2.237156356.583561307.1555107755-1336615609.1555107755
Introduction to Regular Expressions - Part 1
Переглядів 2345 років тому
In this video, we are going to learn about the fundamentals of regular expressions. Java Regex Cheat Sheet: files.zeroturnaround.com/pdf/zt_regular-expressions-cheat-sheet.pdf?_ga=2.237156356.583561307.1555107755-1336615609.1555107755
Java Tutorials for Beginners - #24 - Interface
Переглядів 1245 років тому
In this video, we're gonna talk about Java Interfaces, how to use them in inheritance, and the differences between interface and abstract classes.
Java Tutorial for Beginners - #23 - Abstract Classes and Methods
Переглядів 935 років тому
In this video, we are gonna talk about the abstract keyword in Java, and show you how to make different implementations of the same abstract method in different subclasses.
Java Tutorial for Beginners - #22 - The "Final" Keyword
Переглядів 995 років тому
In this video, we're going to talk about the keyword "final" in Java programming, and its importance in inheritance and object oriented programming.
Java Tutorial for Beginners - #21 - Method Overriding
Переглядів 855 років тому
In this video, we're gonna continue our discussion about inheritance, specifically about method overriding. You'll learn how to override method, and the rules for apply method overriding in action.
How to Read From & Write To Files in Java
Переглядів 7 тис.5 років тому
In this episode of the "How to" series, I'll be showing you 3 different ways to read from files, and 2 different ways to write to a file. Here are the official documentations for some of the classes mentioned in this video: FileReader: docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/FileReader.html BufferedReader: docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/Buffere...
Java Tutorial for Beginners - #20 - Introduction to Inheritance
Переглядів 905 років тому
In this video, I'll introduce to you what is inheritance, and how to implement inheritance in Java.
Java Tutorial for Beginners - #19 - The Static Keyword
Переглядів 1235 років тому
Java Tutorial for Beginners - #19 - The Static Keyword
How to Read User Input in Java
Переглядів 4815 років тому
How to Read User Input in Java
Java Tutorial for Beginners - #18 - Methods
Переглядів 1155 років тому
Java Tutorial for Beginners - #18 - Methods
Java Tutorial for Beginners - #17 - Constructors
Переглядів 1175 років тому
Java Tutorial for Beginners - #17 - Constructors
Java Tutorial for Beginners - #16 - Create New Class and Objects
Переглядів 1285 років тому
Java Tutorial for Beginners - #16 - Create New Class and Objects
Java Tutorial for Beginners - #15 - Packages and Access Modifiers
Переглядів 1835 років тому
Java Tutorial for Beginners - #15 - Packages and Access Modifiers
Java Tutorial for Beginners - #14 - Introduction to Strings
Переглядів 1495 років тому
Java Tutorial for Beginners - #14 - Introduction to Strings
How to Send HTTP Request and Parse JSON Data Using Java
Переглядів 201 тис.5 років тому
How to Send HTTP Request and Parse JSON Data Using Java
Java Tutorial for Beginners - #13 - Introduction to Arrays
Переглядів 1805 років тому
Java Tutorial for Beginners - #13 - Introduction to Arrays
Java Tutorial for Beginners - #12 - Break & Continue
Переглядів 1435 років тому
Java Tutorial for Beginners - #12 - Break & Continue
Java Tutorial For Beginners - #11 - While/Do-While Loops
Переглядів 1455 років тому
Java Tutorial For Beginners - #11 - While/Do-While Loops
Java Tutorial for Beginners - #10 - For Loop
Переглядів 1325 років тому
Java Tutorial for Beginners - #10 - For Loop
Java Tutorial for Beginners - #9 - Switch Statement
Переглядів 1295 років тому
Java Tutorial for Beginners - #9 - Switch Statement
Java Tutorial for Beginners - #8 - Nested if/else Statement
Переглядів 1905 років тому
Java Tutorial for Beginners - #8 - Nested if/else Statement
Java Tutorial for Beginners - #7 - If/else Statement
Переглядів 1655 років тому
Java Tutorial for Beginners - #7 - If/else Statement

КОМЕНТАРІ

  • @borazan
    @borazan 5 місяців тому

    consider editing your videos and planning out what you want to say before saying it. you speak very slowly and say uhh all the time.This couldve been a 10 minute video.

  • @angelsmith2375
    @angelsmith2375 6 місяців тому

    Thank you so much for this! This is the best tutorial I've seen thus far on youtube after all these years

  • @hrh.joseph.smith.001
    @hrh.joseph.smith.001 7 місяців тому

    Ugly ass color and/or font settings ... jezus ... i use light too but thaat looks to much noooob. contrasts are totally off too..

  • @gabrielmaga970
    @gabrielmaga970 7 місяців тому

    thx🖐

  • @diefastliveyoung
    @diefastliveyoung 9 місяців тому

    Dude this is so amazingly helpful.

  • @dummyaxle2099
    @dummyaxle2099 9 місяців тому

    Use dark mode for fucks sake

  • @shyamhabarakada6295
    @shyamhabarakada6295 11 місяців тому

    Thank you for making this crash course. It was just what I was looking for (while ramping up on a Kotlin project, and being an absolute n00b to the language)

  • @rad6626
    @rad6626 Рік тому

    Thank you for making a concise no fluff tutorial.

  • @vlaskz
    @vlaskz Рік тому

    Excellent Tutorial! As a seasoned Java developer, I found it exciting without the fluff.

  • @VijoPlays
    @VijoPlays Рік тому

    Thanks! This was much better than the extreme beginner tutorials explaining what a bracket is (useful, but not really my cup of tea after years of coding)

  • @aikisustin3094
    @aikisustin3094 Рік тому

    good tutorial, I just would like if you had used dark theme intellij

  • @siux94
    @siux94 Рік тому

    Waste of time

  • @brucehe9517
    @brucehe9517 Рік тому

    Nice tutorial. Thanks, alot.

  • @tanishagrawal9091
    @tanishagrawal9091 Рік тому

    Keep making more videos

  • @tanishagrawal9091
    @tanishagrawal9091 Рік тому

    You made everything crystal clear..Thanks for the help

  • @nicolahearn4294
    @nicolahearn4294 Рік тому

    Brilliant video, thank you. What is the best way to use multiple endpoints of an API without using a library?

  • @GST-axelenandoh
    @GST-axelenandoh Рік тому

    😍🔥

  • @Bene31
    @Bene31 Рік тому

    1. Functions don't have to be in a class. 2. Functions are defined using "fun". E.g.: with main: fun main() { ... } (same as public static void main() in Java if not in a kotlin class) 3. Semicolons are optional. 4. val for final, var for changeable variables. val test = "string" -> final String test = "string" 5. Automatic type inference. Force with: var test: String = "string" 6. Nullable types. Use ? to make a variable nullable. e.g.: var test: String? = "string" 7. String joining with + works just like in Java, C# etc., but there are also string templates: println("Test ${5 + 5}") -> with { for complex expressions println("Test $name") -> without { for just referencing a variable 8. Arrays. Accesing is the same as in java. Creating with: val testArray = arrayOf(1, 2, 3, 4)

  • @karmeshduggar6694
    @karmeshduggar6694 Рік тому

    Thanks sir!

  • @gergovogronics850
    @gergovogronics850 Рік тому

    If you get 403 for connection.getResponseCode(); Just type: connection.addRequestProperty("User-Agent", "Mozilla"); You basically just need to authorize yourself for the website. Most websites have this security.

  • @Golden2Talon
    @Golden2Talon Рік тому

    even the first second already looks completly different and makes this tutorial outdated. In create new project there is no such thing as Kotlin stuff you showed. And src folder is missing, ok I created it. But then I can only create .kts or .ws.kts files, but no .kt file ........

    • @whistler_
      @whistler_ Рік тому

      The software part might be different, but everything regarding code (which is the important part anyways) is the same.

  • @emmanu33lla
    @emmanu33lla Рік тому

    Enjoyed your video but had to stop halfway cause I cannot keep straining my eyes, do well to increase the font next time

  • @user-cm4ce5fh4q
    @user-cm4ce5fh4q Рік тому

    Danke

  • @WhatIsThisAllAbout
    @WhatIsThisAllAbout Рік тому

    Nice tutorial. Is there a part 2 for it where you explain the advanced features ?

  • @francis10203
    @francis10203 Рік тому

    Perfect at x2 speed.

  • @user-co7ne4xn8m
    @user-co7ne4xn8m Рік тому

    You have a very understandable and simple English and cool explaining ability! Thank you!!!

  • @Saiyan2003
    @Saiyan2003 Рік тому

    Gracias muchas gracias >:,3

  • @ArchonLicht
    @ArchonLicht Рік тому

    Mate, what you call an "immutable variable" has a simple comprehensible name - it's called a CONSTANT. Immutable variable - variable that doesn't mutate, variable that doesn't variate - that's an oxymoron, how did you even come up with this? A CONSTANT - that's what it is.

  • @hiteshbitscs
    @hiteshbitscs Рік тому

    Nice class.. just increase a font bit

  • @MainakDev
    @MainakDev Рік тому

    is there a way to do it without the org.json dependencies

  • @nadiiar75
    @nadiiar75 Рік тому

    perfect/ thank you for such a great tutorial

  • @erenjohn12345
    @erenjohn12345 2 роки тому

    Thank you so much for making this video!

  • @gersonadr2
    @gersonadr2 2 роки тому

    Excellent intro! Thanks mate!

  • @bodiabdo3107
    @bodiabdo3107 2 роки тому

    Thanks a lot for your work , and your English help me to understand more than you think. Good luck, I like your video ♥️

  • @flexer7822
    @flexer7822 2 роки тому

    27 minutes to read a json, dude i hate java

  • @Manuel-bp7sc
    @Manuel-bp7sc 2 роки тому

    Great Tutorial, though the font size is way too small :(

  • @mohamedAhmed-xh6ic
    @mohamedAhmed-xh6ic 2 роки тому

    thanks

  • @arkanjandas2705
    @arkanjandas2705 2 роки тому

    What is 299 here?

  • @chancleta4059
    @chancleta4059 2 роки тому

    Thank you for the great tutorial!

  • @erengulbahar7915
    @erengulbahar7915 2 роки тому

    This is very helpful video. I searched lots of video about like that but i couldn’t. That’s why thanks a lot.

  • @shubhambhopale4603
    @shubhambhopale4603 2 роки тому

    Excellent! Thanks for this.

  • @asaywitz
    @asaywitz 2 роки тому

    Thank you! Nice job :)

  • @garudakurt5166
    @garudakurt5166 2 роки тому

    how to use Put Request ?

  • @nivyanb
    @nivyanb 2 роки тому

    Love u hogya

  • @ozdemirfatma
    @ozdemirfatma 2 роки тому

    Thanks a lot for the excellent explanation

  • @chetanpatteparapu9107
    @chetanpatteparapu9107 2 роки тому

    Joined a new team and needed to ramp up on Kotlin. This tutorial is really useful. Thank you to the creator :)

  • @rohansachdeva1able
    @rohansachdeva1able 2 роки тому

    how can I make it so that the parse method returns an array or array list of the data that I want? I see that currently there is a String return type. If we did return a string, where would that go? How do I receive that in the main program?

  • @raba650
    @raba650 2 роки тому

    The screen is kinda small.

  • @noncanot
    @noncanot 2 роки тому

    but how to you get a usable output from the lambda method? Like an object array or something that you could manipulate further

  • @Nockoutz1
    @Nockoutz1 2 роки тому

    Thank you very much , very helpful