Skip to content
  • Blog
  • Projekte
    • Projekte Web
    • KI Workflows
      • n8n Workflows
      • Flowise Abläufe
  • English
  • Deutsch
KIO
Kreative Ideen online
  • Blog
  • Projekte
    • Projekte Web
    • KI Workflows
      • n8n Workflows
      • Flowise Abläufe
  • English
  • Deutsch
Tag: <span>programming</span>

Tag: programming

Using IS-A and HAS-A

Using IS-A and HAS-A
will development 4. May 2019 4. April 2026

Remember that when one class inherits from another, we say that the subclass extends the superclass.…

Continue"Using IS-A and HAS-A"

Developing a Class

Developing a Class
will development 2. May 2019 4. April 2026

An example how to design classes… Figure out what the class is supposed to do List…

Continue"Developing a Class"

Extreme Programming

Extreme Programming
will development 1. May 2019 4. April 2026

XP emerged in the late 90’s and has been adopted by many Developers. The thrust of…

Continue"Extreme Programming"

Parameter and arguments

Parameter and arguments
will development 1. May 2019 4. April 2026

A method uses parameters. A caller passes arguments. Arguments are the things you pass into the…

Continue"Parameter and arguments"

Arrays

Arrays
will development 1. May 2019 11. May 2026

UPDATED FROM API 🚀

Continue"Arrays"

Classes

Classes
will development 1. May 2019 4. April 2026

When you design a class, think about the objects that will be created from that class…

Continue"Classes"

Variables

Variables
will development 30. April 2019 4. April 2026

Variables come in two flawors: Primitives Reference Primitives Primitives hold fundamental values (think: simple bit patterns)…

Continue"Variables"

Steps to run java files in commandline

Steps to run java files in commandline
will development 29. April 2019 4. April 2026
Continue"Steps to run java files in commandline"

Intents

Intents
will development 28. April 2019 4. April 2026

Whenever you want an activity to start a second activity, you use an intent. You can…

Continue"Intents"

@OVERRIDE

@OVERRIDE
will development 25. April 2019 4. April 2026

Makes compiler aware that the following method should override a method of the same name from…

Continue"@OVERRIDE"

To stage file(if not yet tracked)

git add [filename]

This command updates the index using the current content found in the working tree, to prepare the content staged for the next commit.
Continue“To stage file(if not yet tracked)”

To see the changes in detail since last commit

git diff

Show changes between the working tree and the index or a tree, changes between the index and a tree, changes between two trees, changes between two blob objects, or changes between two files on disk.

Continue“To see the changes in detail since last commit”

To see the changes since last commit

git status

Displays paths that have differences between the index file and the current HEAD commit, paths that have differences between the working tree and the index file, and paths in the working tree that are not tracked by Git

Continue“To see the changes since last commit”

To first time add a directory to git

git init

This command creates an empty Git repository – basically a .git directory with subdirectories.

Continue“To first time add a directory to git”

Classes vs. Objects

Classes vs. Objects
will development 30. June 2018 4. April 2026

Objects are created by instantiating a class, which determines the function of the object.

Continue"Classes vs. Objects"

Posts pagination

1 2
  • ai
  • development
  • marketing
  • tools
  • uncategorized
  • web

Tags

ai-tools (12) analytics (5) android (29) automation (1) backend (17) beginner (4) best-practices (30) concept (4) css (1) database (3) ecommerce (1) email-marketing (3) examples (28) frontend (2) git (4) google-ads (23) guide (10) mistakes (3) productivity (1) programming (45) resources (15) seo (9) social-media (16) tools (19) tutorial (1) web-development (17) wordpress (26)

RSS WP News

  • WordPress 7.0 “Armstrong”
  • WordPress 7.0 Release Candidate 4
  • Get Your WordCamp US 2026 Tickets
  • WordPress 7.0 Release Candidate 3
  • Get Involved With WordCamp US 2026 in Phoenix
  • WordPress Student Clubs Build Momentum
  • Celebrating Community at WordCamp Asia 2026
  • How to Watch WordCamp Asia 2026 Live
  • From AI to Open Source at WordCamp Asia 2026
  • WordPress 7.0 Release Candidate 2
Powered by Kahuna & WordPress.
©2026 KIO