Links https://cplusplus.com/doc/tutorial https://www.geeksforgeeks.org/category/cpp https://www.geeksforgeeks.org/c/c-programming-language

What is Django? Django is a free, open-source web application framework written in Python. A framework is essentially a collection of modules that simplify the development process. These modules are organized together, allowing developers to build applications or websites using pre-existing resources, instead of starting…

Introduction to C Die Programmiersprache C ist eine der einflussreichsten und am weitesten verbreiteten Sprachen in der Geschichte der Informatik. Seit ihrer Entwicklung in den frühen 1970er Jahren durch Dennis Ritchie bei Bell Labs hat C die Grundlage für viele moderne Sprachen wie C++, Java…

Installation von XAMPP https://www.apachefriends.org/de/download.html Anpassen der Umgebungsvariable: PATH Installation von Composer https://getcomposer.org/download

Introduction Creating a Layout with multiple HTML files mostly leads to duplicate code of the common parts (header, footer) in each HTML file. To use one file and „include“ this file in each HTML page, we can use Javascript to load the header file dynamically.…

TL;DR Summary Introduction There are already so many technical definitions of what is a REST API. However, most definitions are not very understandable. This post tries to explain what a REST API is and what pain point it solves in simple English. Background One way…

Course Outline: Introduction to Django (5 minutes) Creating a Django Project (10 minutes) Creating a Django App (10 minutes) Models and Database (10 minutes) Views and Templates (10 minutes) Forms and User Input (10 minutes)

Objective: By the end of this one-hour crash course, participants will have a basic understanding of Python syntax, variables, data types, control flow, functions, and simple file handling. Course Outline: Introduction to Python (5 minutes) Basic Syntax and Variables (10 minutes) Data Types and Operations…

Learning General Scrimba Free Code Camp Free CodeCamp: Exercises Khan Academy Cheatsheets General Introduction to Programming Introduction to Computer Science Introduction to Programming Language Specific Programming Courses Learning GIT Learning Languages Python Exercises Courses Books Challenges Repositories JavaScript JavaScript – Books CSS CSS – Samples…