window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-JYLJ7J3717');

Programming

A C G I J N S V
  • Adapter Pattern - Adapter Entwurfsmuster Programmieren lernen

Adapter Pattern

2023-12-10T19:27:22+01:00Tags: , , , , , , , , , , , , |

The Adapter Pattern is a structural design pattern for software that allows objects with incompatible interfaces to work together. It converts the interface of a class into another interface so that this API then meets the functional requirements and is easily maintainable without changing the source code of the original class. The properties of the Adapter Pattern are always very useful when an API to be adapted is not within the sphere of influence of the software to be changed.

  • Coden im Team - Warum gemeinsam programmieren so effektiv ist

Coding in a team: Why programming together is so effective

2023-12-06T10:06:40+01:00Categories: Learn programming, Software development|Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

Coding in a team: How to realize better software and achieve better results with other developers. You'll learn why it pays to collaborate with other software developers & how to specifically improve your own skills.

Idea generation and creativity in software development

2023-05-03T12:21:13+02:00Categories: Podcast, Software development|Tags: , , , , , , , , |

Idea generation and creativity are extremely important for software development. I'll show you how to develop and use creative thinking, problem solving, and prototyping in software development. Creativity is essential in developing software skills, communication, teamwork, and the prototyping process. For this purpose, I will introduce you to two valuable tools and how you can use them creatively. Learn now how to take your creative software development skills to the next level! Subscribe to our podcast now and let's rock software development & prototyping together!

Java

2024-11-27T09:27:48+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , |

What is Java suitable for in programming? Java is very popular as the official language for developing Android apps. It is a general purpose programming language. This programming language is supported by Google and a large active community of developers.

Nuxt

2024-11-10T20:17:37+01:00Tags: , , , , , , , , , , , , , , , , , , , , |

Nuxt.js is a framework for building Vue.js applications. Nuxt.js is a web-app-framework for building Vue.js applications. The Nuxt framework helps software developers take advantage of a modern web app concept with the features built into it.

  • Sortieralgorithmen - Der Sortieralgorithmus bei der Programmierung

Sorting algorithms

2023-12-07T14:16:43+01:00Tags: , , , , , , , , , , , , |

Sorting algorithms are a set of algorithmic methods that arrange items in a collection or list in a specific order, often numerically or alphabetically. We provide you with an easy-to-understand explanation and clear illustrations of the complexity of sorting algorithms.

  • Vuetify - UI Framework für Vue.js und Nuxt

Vuetify – UI Framework for Vue.js and Nuxt

2023-12-06T14:41:07+01:00Categories: Design, Learn programming, Podcast, Programming Languages & Frameworks, Prototyping|Tags: , , , , , , , , , , , , |

Vuetify is a very popular UI framework for Vue.js and Nuxt. With its extensive component library, Vuetify offers developers a wealth of designs and styles that comply with Google's Material Design guidelines.

Go to Top