Skip to content
  • Fri. Mar 13th, 2026
The power of the digits

The power of the digits

Design – Plan – Write

  • Home
  • Media
    • Gallery
    • videos
Top Tags
  • tipp
  • angular
  • trick
  • javascript
  • VS code
  • cmd
  • windows

Latest Post

Usefull Git Config Settings Angular Signal Forms Config Building an Angular Workspace with 2 Feature Libraries (Step-by-step) Angular 21 (late 2025): The Features You’ll Actually Feel — With “Before vs Now” Examples Comprehensive Angular CLI MCP Server Guide
Allgemein git

Usefull Git Config Settings

Feb 26, 2026 Shabazz
Angular Best Practices & Tutorials

Angular Signal Forms Config

Feb 26, 2026 Shabazz
Angular

Building an Angular Workspace with 2 Feature Libraries (Step-by-step)

Feb 24, 2026 Shabazz
Angular

Angular 21 (late 2025): The Features You’ll Actually Feel — With “Before vs Now” Examples

Jan 26, 2026 Shabazz
Angular Best Practices & Tutorials

Comprehensive Angular CLI MCP Server Guide

Nov 6, 2025 Shabazz
  • Latest
  • Popular
  • Trending
  • Allgemein git
    Usefull Git Config Settings
  • Angular Best Practices & Tutorials
    Angular Signal Forms Config
  • Angular
    Building an Angular Workspace with 2 Feature Libraries (Step-by-step)
  • Angular
    Angular 21 (late 2025): The Features You’ll Actually Feel — With “Before vs Now” Examples
  • cookies php
    cookies cross-domain
  • Base de données SGBD SQLite
    SQLite , une alternative á MySQL ?
  • Allgemein
    Fonction des touches “F” sur le clavier
  • virtual reality
    Video 360
  • Allgemein git
    Usefull Git Config Settings
  • Angular Best Practices & Tutorials
    Angular Signal Forms Config
  • Angular
    Building an Angular Workspace with 2 Feature Libraries (Step-by-step)
  • Angular
    Angular 21 (late 2025): The Features You’ll Actually Feel — With “Before vs Now” Examples
Allgemein Typescript

Classes vs Interfaces in TypeScript

Nov 4, 2021 Shabazz

Classes and interfaces are powerful structures that facilitate not just object-oriented programming but also type-checking in TypeScript. A class is…

Library

Difference between Library & Framework?

Nov 3, 2021 Shabazz

What is the difference between a Library and a framework? The two concepts are important but sometimes confusing for developers.…

NodeJs Typescript

How to import nodes libraries in TypeScript?

Nov 3, 2021 Shabazz

Scenario We currently require fs like this in node: const fs = require('fs'); but When we try to import libraries in a…

Angular Electron Javascript Typescript

How to integrate Electron ipcRenderer into Angular app based on TypeScript?

Oct 27, 2021 Shabazz

Let´s say we want to use ipcMain / ipcRenderer on our project to communicate from Angular to Electron and back. The Electron side look…

Angular

Build Progressive Web App (PWA) with Angular

Oct 25, 2021 Shabazz

Let´s use the most recent version of Angular (currently version 12) to build a Progressive Web Application (PWA) that works…

Angular

How to kill/terminate the process on specific port ?

Oct 13, 2021 Shabazz

Let´s say we have this warning “Port 4200 is already in use” when running the ng serve command“. And all…

git Gitlab

The “fatal: refusing to merge unrelated histories” Git error

Sep 8, 2021 Shabazz

The “fatal: refusing to merge unrelated histories” Git error occurs when two unrelated projects are merged (i.e., projects that are not aware of each…

Allgemein software architecture

Docker Compose (Part II)

Jul 28, 2021 Shabazz

Let´s say , we have a new site project with WordPress. To simplify infrastructure management, we want to deploy all…

Allgemein

How to find out which program is using a particular port?

Jul 9, 2021 Shabazz

Let´s say , we want to find out which program is using the port 80 and 443 in our computer.…

Allgemein

How to clear the cache in npm

Jun 29, 2021 Shabazz

When we install a package using the npm install <package-name> command, npm stores the cache inside the user file system. The default…

Posts navigation

1 … 18 19 20 … 27
Recent Posts
  • Usefull Git Config Settings
  • Angular Signal Forms Config
  • Building an Angular Workspace with 2 Feature Libraries (Step-by-step)
  • Angular 21 (late 2025): The Features You’ll Actually Feel — With “Before vs Now” Examples
  • Comprehensive Angular CLI MCP Server Guide
Recent Comments
    Archives
    • February 2026
    • January 2026
    • November 2025
    • October 2025
    • August 2025
    • June 2025
    • May 2025
    • April 2025
    • March 2025
    • February 2025
    • January 2025
    • November 2024
    • October 2024
    • September 2024
    • August 2024
    • July 2024
    • May 2024
    • April 2024
    • March 2024
    • February 2024
    • December 2023
    • November 2023
    • October 2023
    • September 2023
    • August 2023
    • July 2023
    • June 2023
    • May 2023
    • April 2023
    • March 2023
    • February 2023
    • January 2023
    • December 2022
    • November 2022
    • October 2022
    • September 2022
    • August 2022
    • July 2022
    • June 2022
    • May 2022
    • April 2022
    • March 2022
    • February 2022
    • January 2022
    • December 2021
    • November 2021
    • October 2021
    • September 2021
    • July 2021
    • June 2021
    • May 2021
    • April 2021
    • March 2021
    • February 2021
    • January 2021
    • December 2020
    • November 2020
    • October 2020
    • September 2020
    • August 2020
    • October 2018
    • January 2017
    Categories
    • Allgemein
    • Angular
    • api
    • Base de données
    • Best Practices & Tutorials
    • bootstrap
    • Bug
    • cloud
    • container
    • cookies
    • CSS
    • cypress
    • Database
    • Database Management
    • Database Migration
    • Development Tools & Configuration
    • Docker
    • Electron
    • git
    • Gitlab
    • HTML
    • i18n
    • IDE
    • Ionic
    • java
    • Javascript
    • Kafka
    • Library
    • Linux
    • Nginx
    • ngx-i18nsupport
    • NodeJs
    • npm
    • PC
    • persistent data
    • php
    • promise
    • Protractor
    • REST
    • RxJS
    • Security & DevSecOps
    • SGBD
    • Shell
    • software architecture
    • Spring Boot
    • SQLite
    • SSH
    • Testing
    • Typescript
    • virtual reality
    • VM
    • Web Development
    • web storage
    • WebAssembly
    • Webpack
    Meta
    • Register
    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org

     

    Loading

    You missed

    Allgemein git

    Usefull Git Config Settings

    Feb 26, 2026 Shabazz
    Angular Best Practices & Tutorials

    Angular Signal Forms Config

    Feb 26, 2026 Shabazz
    Angular

    Building an Angular Workspace with 2 Feature Libraries (Step-by-step)

    Feb 24, 2026 Shabazz
    Angular

    Angular 21 (late 2025): The Features You’ll Actually Feel — With “Before vs Now” Examples

    Jan 26, 2026 Shabazz
    The power of the digits

    The power of the digits

    Design – Plan – Write

    Copyright © 2020 | Aurelien Brice Nguenkam

    • Home
    • Media
      • Gallery
      • videos