Skip to content

Developer Blog

Tips and Tricks for Programmers
  • Python
    • Django
    • Flask
    • iPython
  • Java
    • Java
    • Groovy
    • Maven
    • Spring Boot
  • Javascript
    • Protractor
    • NestJS
    • rxjs
    • D3.js
    • p5.js
  • Mobile
    • Swift
    • Ionic
      • Ionic
      • Ionic 4
      • Ionic 3
      • matter.js
    • Capacitor
    • Angular
      • AngularJS
    • Flutter
  • Data Science
    • Azure
      • Databricks
      • PySpark
      • Power BI
        • Power Query
    • SAS
    • Jupyter
  • CI/CD
    • Jenkins
    • Docker
  • Datenschutz
  • Cookbook
  • Search

Developer Blog

  • Search
  • Python
    • Django
    • Flask
    • iPython
  • Java
    • Java
    • Groovy
    • Maven
    • Spring Boot
  • Javascript
    • Protractor
    • NestJS
    • rxjs
    • D3.js
    • p5.js
  • Mobile
    • Swift
    • Ionic
      • Ionic
      • Ionic 4
      • Ionic 3
      • matter.js
    • Capacitor
    • Angular
      • AngularJS
    • Flutter
  • Data Science
    • Azure
      • Databricks
      • PySpark
      • Power BI
        • Power Query
    • SAS
    • Jupyter
  • CI/CD
    • Jenkins
    • Docker
  • Datenschutz
  • Cookbook

Django | Cookbook

First steps The following steps are based on a summary of the Django Tutorial Create ...

READ MORE »

Angular | Creating PDF Documents

Create App ng new app cd app Additional modules Install jsPDF for creating ...

READ MORE »
PureScript

PureScript | Getting Started

Readings PureScript PureScript Git Repository Documentation PureScript Book Spago ...

READ MORE »
Haskell

Haskell | Getting Started

Readings Haskell https://www.haskell.org/ Wiki Learn You a Haskell for Great ...

READ MORE »
Kubernetes

Kubernetes | Cheat Sheet

Readings https://github.com/talos-systems/talos Kubectl autocomplete BASH source ...

READ MORE »

Excel | Interesting Links

Excel AddIns https://docs.microsoft.com/en-us/office/dev/add-ins/tutorials/excel-tutorial Machine ...

READ MORE »

Angular | Working with matter.js

Matter.js is a 2D physics engine for the web. If you want to learn the basioc ...

READ MORE »

Angular | Getting Started with matter.js

Matter.js is a 2D rigid body physics engine for the web written in JavaScript. Creating ...

READ MORE »

Kubernetes| Getting started

Readings Helm – The Kubernetes Package Manager – Home – GithubHelm: ...

READ MORE »

Power Shell | Working with Aliases

Related CommandLets Get-Alias New-Alias Set-Alias Export-Alias Import-Alias  Display ...

READ MORE »

Scrimba: JavaScript Advent Calendar

Solutions for the Scrimba JavaScriptmas Challenge Day 24: Test Your Agility! var ...

READ MORE »

NodeJS | Setup environments

Working with multiple NodeJS Versions If you plan to work with different NodeJS ...

READ MORE »

CSS| Coobook

Generell https://www.w3schools.com/cssref/default.asp https://developer.mozilla.org/en-US/docs/Web/CSS/Reference Grid https://learncssgrid.com/ https://grid.malven.co/ https://www.w3.org/TR/css-grid-1/ https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout CSS ...

READ MORE »

ReactJS | Cookbook

General Readings https://reactjs.org/ Create App Run the following commands ...

READ MORE »

ReactJS | Getting Started

Readings The official docs The Beginner’s Guide to ReactJS by Kent C. ...

READ MORE »

Keycloak | Cookbook

Thymeleaf Add css file Add css files from static folder into templates files <link ...

READ MORE »

Keycloak | Troubleshooting

Configuration Change Server Port By default, executing standalone.sh (for Linux) ...

READ MORE »

Keycloak | Getting Started

Introduction Keycloak – Open Source Identity and Access Management for Modern ...

READ MORE »
Mavan Logo

Maven | Getting Started

Introduction Installation Install on macOS $ brew install maven Maven Commands Maven ...

READ MORE »

Java | Getting Started

Introduction Installation Install on macOS $ brew tap adoptopenjdk/openjdk Java ...

READ MORE »

Spring Boot | Getting Started

Introduction Spring makes programming Java quicker, easier, and safer for everybody. ...

READ MORE »

Git | Secure your sensitive data

References https://github.com/AGWA/git-crypt https://blog.francium.tech/secure-your-credentials-using-git-crypt-1ccbacc483c7 https://buddy.works/guides/git-crypt TL;DR COMMON COMMANDS git-crypt ...

READ MORE »
React Native

React Native | Getting Started

General Readings https://reactjs.org/ https://reactnative.dev/ https://facebook.github.io/metro/ https://expo.io/ Create ...

READ MORE »
Ansible

Ansible | Getting Started

Installation Install Python 3 Install Ansible pip install ansible Setup ...

READ MORE »

Azure | Certification Path

Certifications: 1 2 Azure Solutions Architect Expert Qualification Implementierung ...

READ MORE »
NestJS

NestJS | Getting started - Part 1

Introduction NestJS (just Nest from here on out), is a Node framework meant ...

READ MORE »

Frontend | Toolbox

Installation Overview NodeJS Angular Ionic Install npm install -g ...

READ MORE »
Rust

Rust | Getting Started

Introduction From Wikipedia, the free encyclopedia: Rust is a multi-paradigm programming ...

READ MORE »

Azure Databricks| Working with Unit Tests

Introduction Problem Like any other program, Azure Databricks notebooks should ...

READ MORE »

Azure | Cookbook Databricks

Databricks CLI Export all Notebooks databricks workspace list | ForEach { databricks ...

READ MORE »

Azure | Working with Widgets

TL;DR Don’t want to read the post, then explore this Azure Notebook Requirements Define ...

READ MORE »

Power Query | Cookbook

Arbeiten mit dem Header Schreibweise ändern Grossschreibung/Kleinschreibung/CamelCase = ...

READ MORE »

Power BI | Importing multiple files

Getting Started To import multiple files from a folder, the following two steps ...

READ MORE »

Java | Get Started

Installation Java brew tap adoptopenjdk/openjdk brew cask install adoptopenjdk8 brew ...

READ MORE »

Erlang | Get Started

Installation Erlang / Elixir brew install elixir phx_new mix archive.install ...

READ MORE »

Cobol | Get Started

Installation Cobol brew install gnu-cobol cobc --version cobc (GnuCOBOL) 2.2.0 Copyright ...

READ MORE »

Power Query | Zeilen gruppenweise pivotieren

Aufgabenstellung Werden Daten angeliefert, in denen das Gruppierungsmerkmal in ...

READ MORE »

Power Query | Cookbook

Arbeiten mit dem Header Schreibweise ändern Grossschreibung/Kleinschreibung/CamelCase = ...

READ MORE »

Azure Databricks | Cookbook

Reading Data Create Table from CSV file with SQL DROP TABLE IF EXISTS quickstart; CREATE ...

READ MORE »

Power Shell | Cookbook

Filesystem List of files in a folder (ls -r *.txt).fullname Delete files with ...

READ MORE »

PySpark | Cookbook

Websites The Blaze Ecosystem (Blaze) Dask: Flexible library for parallel computing ...

READ MORE »

Build an Fullstack Development Environment

In this post, we will describe how to setup a modern development environment, so ...

READ MORE »

Jenkins | Build and Deploy a Groovy App

Introduction Using Jenkins as an automation server for your development, you can ...

READ MORE »

Jenkins | Cookbook

Working with VS Code Validate Jenkins File Install VS Code Plugin Jenkins Pipeline ...

READ MORE »

Build a Dashboard with Django and Bootstrap: Part 3

This is Part 3 of Building a Dashboard with Django and Bootstrap: Part 1: Building ...

READ MORE »

Build a Dashboard with Django and Bootstrap: Part 2

This is Part 2 of Building a Dashboard with Django and Bootstrap: Part 1: Building ...

READ MORE »

Build a Dashboard with Django and Bootstrap: Part 1

This is Part 1 of Building a Dashboard with Django and Bootstrap: Part 1: Building ...

READ MORE »

Working with State Management and Angular

Introduction One of the most challenging things in software development is state ...

READ MORE »

Working with Angular

Styling the user interface: Bootstrap Install Bootstrap Adding Bootstrap From ...

READ MORE »

Working with Azure and Python

First Step: Hello World Sample The following steps at borrowed from the quick ...

READ MORE »

Django | Cookbook

First steps The following steps are based on a summary of the Django Tutorial Create ...

READ MORE »

Ionic | Working with p5.js

Introduction p5.js is a JavaScript library for creative coding, with a focus on ...

READ MORE »

D3.js | Cookbook

Basic Tasks Create Container const svg = d3 .select('#playground') .append('svg') .attr('width', ...

READ MORE »

ClojureScript | Cookbook

UI: Common tasks Loading spinner index.html <head> .... <link href="lib/bootstrap/4.4.1/css/bootstrap.min.css" ...

READ MORE »
rxjs

rxjs | Cookbook

Informations NGRX – Reactive State for Angular Original Post is here. ...

READ MORE »

VS Code | Cookbook

Extensions Copy installed extensions to another VS Code code --list-extensions ...

READ MORE »

Ionic | Cookbook

Routing and Navigation Basic Angular Router configuration Create a routing module ...

READ MORE »

Working with Projects

TL;DR Live Demo or Source Code Create base application Main ideas comes from ...

READ MORE »

Bootstrap | Coobook

Layout and Positioning From here. Now that Bootstrap 4 is flexbox by default, vertical ...

READ MORE »
Test-Driven Development with Python

Python | Test-Driven Development

Part 1: Create a TDD Python Project Part 2: Use Jenkins to automatically test ...

READ MORE »

Flask | Cookbook

Installation $ pip install flask $ flask --version Python 3.7.3 Flask 1.1.1 Werkzeug ...

READ MORE »

Apache Zeppelin | Getting Started

First Steps with Zeppelin Zeppelin and MySQL Create a new Interpreter Create ...

READ MORE »

Apache Spark | Getting started

Apache Spark is a lightning-fast cluster computing designed for fast computation. ...

READ MORE »

Build a Jekyll Template based on Bootstrap 4

TL;DR Combine two amazing open source tools: Jekyll and Bootstrap. The final ...

READ MORE »

Go | Cookbook

Tutorial Building a Simple CLI Tool with Golang Links https://golang.org/ https://blog.golang.org/ https://gobyexample.com

READ MORE »

Jekyll | Cookbook

Working with Arrays Define the array --- layout: post title: "Universe" date: ...

READ MORE »
Django Cookbook

Django Tutorial: Polls App

Tutorial: Django-Polls App We start with this amazing tutorial in building a Django ...

READ MORE »

Hadoop | Getting started

Modules HDFS Hadoop’s File Share which can be local or shared depending ...

READ MORE »

Ionic | Advanced Know-How

Working on Android Start emulator $ emulator -list-avds 6 6_x86_64 7 $ emulator ...

READ MORE »

SAS | Cookbook

Handling data Split fields %let _TMPLIB=%scan(&_TMPDSN., 1, '.'); %let _TMPTAB=%scan(&_TMPDSN., ...

READ MORE »

Linux | Cookbook

Run file without execute permission $ /lib64/ld-2.17.so ./chmod +x ./chmod Copy ...

READ MORE »

Jupyter | Cookbook

Cookbook Customize start dir $ jupyter notebook --generate-config<br> Writing ...

READ MORE »

Git | Using multiple accounts with Github

Create a New SSH Key We need to generate a unique SSH key for our second GitHub ...

READ MORE »

Jenkins | Getting started

Introduction What is Jenkins. From the Jenkins Homepage, you will get this: The ...

READ MORE »

Zsh | Cookbook

Useful tips Speed-up zsh start Depending on the way, you install zsh, the installation ...

READ MORE »

Git | Cookbook

Github hints Repository — Quick setup .. or create a new repository on the ...

READ MORE »

SAS | Using Git and multi-repository environments

Using Git Hooks $ git config --global core.hooksPath .githooks Anhang: .githooks prepare-commit-msg #!/bin/bash # COMMIT_MSG_FILE=$1 COMMIT_SOURCE=$2 SHA1=$3 branchPath=$(git ...

READ MORE »

Angular | Naming conventions in Angular/Ionic projects

github.com/mgechev/angularjs-style-guide Tutorials : http://www.toptal.com/angular-js/a-step-by-step-guide-to-your-first-angularjs-app http://viralpatel.net/blogs/angularjs-controller-tutorial/ http://www.angularjstutorial.com/ Details ...

READ MORE »

Bash | Cookbook

Configure Bash Environment Using Bash Completion Add git completion Download ...

READ MORE »

Github | Einstieg

Github ist eine Webseite, die es ermöglicht, gemeinsam an einem Softwareprojekt ...

READ MORE »

Ionic | Create a simple Calculator

Sources for this tutorial are here. Preparation Clone the example git clone ...

READ MORE »

Tutorials and Dokumentation

Tutorial AngularFirebase – Routine Basics Routing for tabs based apps Angular ...

READ MORE »

Protected: Enrichment

There is no excerpt because this is a protected post.

READ MORE »

Installation on Unix

Prepare environment Install nvm and Node Change to users home and create users’s ...

READ MORE »

Ionic | App from Scratch - Adding Content

In this blog, we will discus the steps to add additional content (pages, components) ...

READ MORE »

Migration

Vorbereitung / Installation Hier findet ihr die genaue Beschreibung npm i -D @ionic/v4-migration-tslint npm ...

READ MORE »

Flutter | Troubleshooting

Migration Dart Plugins import 'package:flutter/services.dart'; client =createHttpClient();     import ...

READ MORE »

Flutter | Getting started

Create your first App Copied from here and here Step 1: Create the starter Flutter ...

READ MORE »

Ionic | Starting with Capacitor

Introduction Git Repository is here. Some articles to read. https://capacitorjs.com $ ...

READ MORE »

Working with virtual environments

Introduction venv module virtualenv pipenv pipenv Introduction Pipenv ...

READ MORE »

Working with D3.js

Awesome Websites D3.js Examples Data Visualization: List of D3 Examples ...

READ MORE »

Ionic | Working with moments.js

Introduction With moment.js, you can Parse, validate, manipulate, and display ...

READ MORE »

Build separated development environments with direnv

TL;DR Working with Ionic sometimes means to handle different versions of Ionic/Cordova ...

READ MORE »

Docker | Working with Linux

Drone Drone is a lightweight, powerful continuous delivery platform built for ...

READ MORE »

Docker | Build Images

Contents Creating docker images basically means creating and editing Dockerfiles. These ...

READ MORE »
Docker

Docker | Cookbook

Useful apps portainer.io: MAKING DOCKER MANAGEMENT EASY. Build and manage your ...

READ MORE »

Docker | Help

Docker Help Management Commands config Usage: docker config COMMAND Manage ...

READ MORE »

Starting with Elixir

Links Common https://elixir-lang.org/  (https://github.com/elixir-lang/elixir) https://brainlid.org/elixir/2015/11/12/atom-editor-and-elixir.html Elixir ...

READ MORE »

Ionic | App from Scratch - Two Sidemenus

Prepare your starter App ionic start App sidemenu --type angular --no-git Change ...

READ MORE »

Ionic | App from Scratch

Prepare Environment Install Node.JS LATEST=10.9.0 nvm install $LATEST --latest-npm ...

READ MORE »

First steps The following steps are based on a summary of the Django Tutorial Create project Create view Create view in app_base/views.py Add view to app_base/urls.py Add urls to project main/urls.py Create admin user Create data and database Create database model in app_base/models.py Activating models in main/settings.py Make app modifiable […]

Django | Cookbook

Create App Additional modules Install jsPDF for creating PDF documents with JavaScript Demo Page Create demo page Add demo page to routing src/app/app-routing.modules.ts Add PDF functionality Modify pdf.component.html src/app/pages/pdf/pdf.component.html Modify pdf.component.ts src/app/pages/pdf/pdf.component.ts Add import for jsPDF

Angular | Creating PDF Documents

PureScript

Readings PureScript PureScript Git Repository Documentation PureScript Book Spago – PureScript package manager and build tool Pulp – Build Tool for PureScript Projects Recommended tooling for PureScript in 2019 Recommended tooling for PureScript in 2020 Links Try PureScript Halogen – A declarative, type-safe library for building user interfaces

PureScript | Getting Started

Haskell

Readings Haskell https://www.haskell.org/ Wiki Learn You a Haskell for Great Good 10 Reasons to use Haskell Glasgow Haskell Compiler https://www.haskell.org/ghc/ GHC User’s Guide The Haskell Tool Stack Setting up Haskell in VS Code with Stack and the IDE Engine Installation Download and Install Haskell here On Windows Haskell with other […]

Haskell | Getting Started

Kubernetes

Readings https://github.com/talos-systems/talos Kubectl autocomplete BASH You can also use a shorthand alias for kubectl that also works with completion: ZSH Kubectl context and configuration Set which Kubernetes cluster kubectl communicates with and modifies configuration information. See Authenticating Across Clusters with kubeconfig documentation for detailed config file information. Kubectl apply apply manages applications through files defining Kubernetes resources. […]

Kubernetes | Cheat Sheet

Excel AddIns https://docs.microsoft.com/en-us/office/dev/add-ins/tutorials/excel-tutorial Machine Learning You don’t code? Do machine learning straight from Microsoft Excel | VentureBeat What is the difference between supervised and unsupervised machine learning? – TechTalks (bdtechtalks.com) Formulas and Functions https://techcommunity.microsoft.com/t5/excel-blog/announcing-lambda-turn-excel-formulas-into-custom-functions/ba-p/1925546 https://techcommunity.microsoft.com/t5/excel/ct-p/Excel_Cat

Excel | Interesting Links

Matter.js is a 2D physics engine for the web. If you want to learn the basioc steps to creating an angular app with pages using matter.js , please skip to Angular | Getting Started with matter.js and then come back :). The complete code is here. Create starter app First, create […]

Angular | Working with matter.js

Matter.js is a 2D rigid body physics engine for the web written in JavaScript. Creating an angular app with pages using matter.js is easy. Complete code is here. For a more details post, please take a look at here: Angular | Working with matter.js Create starter app First, create a default […]

Angular | Getting Started with matter.js

Readings Helm – The Kubernetes Package Manager – Home – GithubHelm: package manager (analogous to yum and apt) Charts: packages (analogous to debs and rpms). Home for these Charts is the Kubernetes Charts repository. Helm – Introduction to Helm TL;DR Helm (Documentation): Using Helm Customizing the Chart Before Installing Helm: Concepts Three Big […]

Kubernetes| Getting started

Related CommandLets Get-Alias New-Alias Set-Alias Export-Alias Import-Alias  Display Aliases Show Aliases Show Aliases for a Command Export the entire list to a spreadsheet (a CSV file) by using the Export-Alias: Show only build-in aliases (with property read-only) Create Alias Create a shortcut ‘c’ for Visual Studio Code ‘code’ Create more […]

Power Shell | Working with Aliases

Categories

Recent Posts

  • Django | Cookbook
  • Angular | Creating PDF Documents
  • PureScript | Getting Started
  • Haskell | Getting Started
  • Kubernetes | Cheat Sheet

Categories

Recent Posts

  • Django | Cookbook
  • Angular | Creating PDF Documents
  • PureScript | Getting Started
  • Haskell | Getting Started
  • Kubernetes | Cheat Sheet

Recent Posts

  • Django | Cookbook
  • Angular | Creating PDF Documents
  • PureScript | Getting Started
  • Haskell | Getting Started
  • Kubernetes | Cheat Sheet
  • Excel | Interesting Links
  • Angular | Working with matter.js
  • Angular | Getting Started with matter.js
  • Kubernetes| Getting started
  • Power Shell | Working with Aliases

Archives

  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • August 2018
  • July 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • October 2017
  • July 2017
  • May 2017
  • March 2017
  • February 2017
  • December 2016
  • November 2016
  • October 2016

© 2021 Developer Blog – All rights reserved

Powered by WP – Designed with the Customizr theme

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish.

Diese Website verwendet Cookies, um Ihre Erfahrung zu verbessern. Wir gehen davon aus, dass Sie damit einverstanden sind, Sie können sich jedoch abmelden, wenn Sie dies wünschen.
Cookie settings | EinstellungenACCEPT
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary
Always Enabled

Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.

Non-necessary

Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.