Ralph
Introduction Working with different software (samples, compilers, demos) always requires an adequate environment. Because i don’t want to pollute my normal environment (my running PC), i decided to use a virtual environment with Docker. Luckily, VS Code supports this by using remote containers and working fully within these containers. The […]
Introduction Today, i followed my guidelines to learn/refresh one programming language every month. So, i decided to refresh my Prolog knowledge. The first step in doing this was to set up a development environment. With VS Code and Docker, this was easy. Read here to see how i did this. […]
powerbi.com Can’t contact visual server Use latest version of powerbi-visuals-tools pbiviz start is not running Certificate is not valid, e.g. imported in the wrong store Firewall / Norton Security active / Norton Auto-Protect active
Installation Laden Sie das Tool von dieser Seite und installieren Sie es. Das Tool besteht aus einer Datei: gh Stellen Sich sicher, dass sich der Installationsordner in ihrem PATH Variable befindet. Danach einfach das Tool mal aufrufen Authentifizierung Anmelden Default Protokoll einstellen Credentials aktualisieren Aktualisieren der Credentials: Konfiguration Editor setzen […]
TL;DR The complete code for the post is here. General Information Building a Docker image mainly means creating a Dockefile and specifying all the required components to install and configure. So a Dockerfile contains at least many operating system commands for installing and configuring software and packages. Keeping all commands […]
Vergleich der Dateien Type File Folder Files Kernel.php laravel-starter-jetstream-inertia/app/Http Files packages.php laravel-starter-jetstream-inertia/bootstrap/cache Files services.php laravel-starter-jetstream-inertia/bootstrap/cache Files composer.json laravel-starter-jetstream-inertia Files jetstream.php laravel-starter-jetstream-inertia/config Files package.json laravel-starter-jetstream-inertia Files app.css laravel-starter-jetstream-inertia/public/css/app.css Files app.js laravel-starter-jetstream-inertia/public/js Files app.js laravel-starter-jetstream-inertia/resources/js Files web.php laravel-starter-jetstream-inertia/routes Files tailwind.config.js laravel-starter-jetstream-inertia Files ApiTokenPermissionsTest.php laravel-starter-jetstream-inertia/tests/Feature Files BrowserSessionsTest.php laravel-starter-jetstream-inertia/tests/Feature Files CreateApiTokenTest.php laravel-starter-jetstream-inertia/tests/Feature Files CreateTeamTest.php […]
Tipps und Tricks im Internet https://cloud.google.com/sdk/docs/cheatsheet https://medium.com/google-cloud/7-gcloud-tricks-you-probably-didnt-know-7f64a16869e7 https://github.com/dennyzhang/cheatsheet-gcp-A4 https://gist.github.com/pydevops/cffbd3c694d599c6ca18342d3625af97 Big Query – SQL SELECT – exclude special fields You could use select-except or select-replace. Maybe you have to change the sql dialect. Authentication JWT Token Try https://jwt.io to decode/check the token
Starter Crete Laravel STarter with basic functionalities Views Navigation Menu Extend the file resources/views/navigation-menu.blade.php Display Laravel and PHP Version Create new View and Component php artisan make:component NewComponent Creates and Command Line Create new command make:view Original source is here Create the following file Edit the file and overwrite code […]
Create Laravel Project Installing a fresh laravel project, so head over to the terminal, type the command, and create a new laravel app. Step 2: Adding Bootstrap CDN Using CDN it is very easy and simple for beginners. You need to add Boostrap 5 CDN in before </head> tage add bootstrap.min.css cdn […]