Kategorie: Coding4Beginner

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…

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.…

Configure Git Type the following commands Github Account GitHub Go to this Website and create an account für our course: https://github.com/ Go to this Website and create an account für our course https://github.com/ Enter your E-Mail addressClick on Sign up for GitHub Enter your E-Mail…

Prepare Development Environment Create a folder C:\Coding4Beginner Checkout the Repository into this folder Start Command Line Press the keys Windows + R Type cmd A new window appears: Create folder for development environment. Enter the following commands: Enter the following command: Change to new folder…

Introduction To work with our course, we need the workspace repositories, where we store our work Clone Repositories To clone the repositories, switch to the create folder C:\Coding4Beginner and run the git clone command for each repository. First, change folder to C:\Coding4Beginner Next, clone the…

Introduction To work with our course, we need a few repositories Clone Repositories To clone the repositories, switch to the create folder C:\Coding4Beginner and run the git clone command for each repository. First, change folder to C:\Coding4Beginner Then, clone the DevContainer. This will be our…

Introduction to Bootstrap Bootstrap is an open-source, front-end framework developed by Twitter’s Mark Otto and Jacob Thornton. It is designed to help developers create intuitive, powerful, and cross-browser compatible web interfaces. Bootstrap is primarily known for its extensive pre-built components, responsive grid system, and powerful…