Giter Site home page Giter Site logo

ntn1789 / ibm-developer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rayanepimentel/ibm-developer

0.0 0.0 0.0 24.81 MB

Articles and tutorials I've written for IBM Developer

License: Apache License 2.0

Shell 1.10% JavaScript 46.33% Java 32.59% Kotlin 18.54% CSS 0.02% HTML 0.06% PLpgSQL 0.29% Pug 1.07%

ibm-developer's Introduction

IBM-Developer

Source code for articles and tutorials I've written for IBM Developer (formerly IBM Code, formerly IBM developerWorks)

Directories you'll find in this repository (as of 7 June 2020):

IBM-Developer/
├── IntroToJava
├── Kotlin
├── NcaaMarchMadness
├── Node.js
└── README.md (this file)

IntroToJava

Description: Code that accompanies my Intro to Java Programming Course.

Directories you'll find in this repository (as of 5 Aug 2020):

IntroToJava/
├── Unit-2
│   └── Tutorial
│       └── src
│           └── com
│               └── jstevenperry
│                   └── intro
│                       ├── Person.java
│                       └── PersonTest.java
├── Unit-4
│    └── Tutorial
│        └── src
│            └── com
│                └── jstevenperry
│                    └── intro
│                        ├── BonusEligible.java
│                        ├── Employee.java
│                        ├── EmployeeTest.java
│                        ├── Executive.java
│                        ├── ExecutiveTest.java
│                        ├── HumanResourcesApplication.java
│                        ├── HumanResourcesApplicationTest.java
│                        ├── Manager.java
│                        ├── ManagerTest.java
│                        ├── Person.java
│                        ├── PersonTest.java
│                        └── StockOptionEligible.java
Unit-5
└── Tutorial
    ├── data_files
    │   ├── 1000kWords.txt
    │   ├── 100kWords.txt
    │   ├── 10Words.txt
    │   └── 10kWords.txt
    ├── logging.properties
    ├── src
    │   └── com
    │       └── jstevenperry
    │           └── intro
    │               ├── common
    │               │   ├── BonusEligible.java
    │               │   ├── Displayable.java
    │               │   ├── Employee.java
    │               │   ├── Executive.java
    │               │   ├── Gender.java
    │               │   ├── Manager.java
    │               │   ├── Person.java
    │               │   ├── StockOptionEligible.java
    │               │   └── StockOptionProcessingCallback.java
    │               ├── enumtypes
    │               │   ├── Displayable.java
    │               │   └── Gender.java
    │               ├── generics
    │               │   ├── Generics.java
    │               │   └── SimpleList.java
    │               ├── io
    │               │   └── InputOutput.java
    │               ├── lambdas
    │               │   └── HumanResourcesApplication.java
    │               ├── lvti
    │               │   └── InputOutput.java
    │               ├── regex
    │               │   └── RegularExpression.java
    │               ├── serialization
    │               │   └── HumanResourcesApplication.java
    │               └── streamsapi
    │                   └── HumanResourcesApplication.java
    └── test
        └── com
            └── jstevenperry
                └── intro
                    ├── enumtypes
                    │   └── GenderTest.java
                    ├── generics
                    │   ├── GenericsTest.java
                    │   └── SimpleListTest.java
                    ├── io
                    │   └── InputOutputTest.java
                    ├── lambdas
                    │   └── HumanResourcesApplicationTest.java
                    ├── lvti
                    │   └── InputOutputTest.java
                    ├── regex
                    │   └── RegularExpressionTest.java
                    ├── serialization
                    │   └── HumanResourcesApplicationTest.java
                    └── streamsapi
                        └── HumanResourcesApplicationTest.java


Kotlin

IBM-Developer/
└── Kotlin
    ├── LICENSE
    ├── Unit_10
    ├── Unit_11
    ├── Unit_12
    ├── Unit_13
    ├── Unit_14
    ├── Unit_15
    ├── Unit_16
    ├── Unit_17
    ├── Unit_2
    ├── Unit_4
    ├── Unit_6
    ├── Unit_7
    ├── Unit_8
    └── Unit_9

Description: Code that accompanies my Kotlin Learning Path. The LP consists of 17 units where you learn Kotlin, along with principles of object-oriented and functional programming.

Click here to start Part 1 of the series.

NcaaMarchMadness

Code that accompanies IBM Developer deep learning tutorial where I describe the neural network software I wrote to predict winners of the NCAA Men's Basketball Tournament, held every year in March.

The code uses the Neuroph framework, along with data you download from NCAA.com.

Click here to start the tutorial.

Node.js

IBM-Developer/Node.js/
└── Node.js
    └── Course
        ├── LICENSE
        ├── README.md
        ├── Unit-10
        ├── Unit-11
        ├── Unit-12
        ├── Unit-14
        ├── Unit-2
        ├── Unit-3
        ├── Unit-4
        ├── Unit-5
        ├── Unit-6
        ├── Unit-7
        ├── Unit-8
        ├── Unit-9
        ├── common
        ├── data
        └── settings

Description: Code that accompanies articles and tutorials about Node.js.

Click here to start Part 1 of the series.

Course

Description: Code that accompanies my Node.js Learning Path. The LP consists of 14 units where you learn how to use Node from the ground up.

ibm-developer's People

Contributors

dependabot[bot] avatar jstevenperry avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.