Skip to content
  • Mon. Jun 8th, 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
  • windows
  • typescript

Latest Post

Protected: Setting Up an AI Agent Environment Protected: Local AI : Continue.dev + Ollama (Configuration Guide) Protected: Install Claude Code Locally on Windows Protected: Configure Claude Code with Ollama for an Angular Project Git: How to Fix Your Last Commit Without Panic
AI Tools Allgemein

Protected: Setting Up an AI Agent Environment

Apr 27, 2026 Shabazz
AI Tools Allgemein

Protected: Local AI : Continue.dev + Ollama (Configuration Guide)

Apr 26, 2026 Shabazz
Allgemein

Protected: Install Claude Code Locally on Windows

Apr 26, 2026 Shabazz
AI Tools Allgemein

Protected: Configure Claude Code with Ollama for an Angular Project

Apr 26, 2026 Shabazz
git

Git: How to Fix Your Last Commit Without Panic

Apr 22, 2026 Shabazz
  • Latest
  • Popular
  • Trending
  • AI Tools Allgemein
    Protected: Setting Up an AI Agent Environment
  • AI Tools Allgemein
    Protected: Local AI : Continue.dev + Ollama (Configuration Guide)
  • Allgemein
    Protected: Install Claude Code Locally on Windows
  • AI Tools Allgemein
    Protected: Configure Claude Code with Ollama for an Angular Project
  • 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
  • AI Tools Allgemein
    Protected: Setting Up an AI Agent Environment
  • AI Tools Allgemein
    Protected: Local AI : Continue.dev + Ollama (Configuration Guide)
  • Allgemein
    Protected: Install Claude Code Locally on Windows
  • AI Tools Allgemein
    Protected: Configure Claude Code with Ollama for an Angular Project
git

Git pull –rebase vs –merge

Feb 23, 2022 Shabazz

rebasing If you pull remote changes with the flag --rebase, then your local changes are reapplied on top of the remote…

git

How to Undo a Git Add & Git commit

Feb 1, 2022 Shabazz

Undo a Git Add before commit To undo git add before a commit, run  git reset <file> or git reset to unstage all changes. //…

Angular

Rxjs “Subject” VS “Observable”

Jan 30, 2022 Shabazz

1- Subject An RxJS Subject is a special type of Observable that allows values to be multicasted to many Observers.…

Angular

“ng-template” VS “ng-container” VS “ng-“content

Jan 30, 2022 Shabazz

1 – <ng-template</ng-template As the name suggests the <ng–templateis a template element that Angular uses with structural directives ( *ngIf , *ngFor , [ngSwitch]…

Angular

How to Build Truly Native Mobile Applications with NativeScript & Angular

Jan 29, 2022 Shabazz

NativeScript is an open source framework for building truly native mobile apps with JavaScript. It lets you use your existing…

Typescript

TypeScript & Inheritance

Jan 28, 2022 Shabazz

Inheritance is an aspect of OOPs languages, which provides the ability of a program to create a new class from…

Allgemein

“tap” VS “map” Operators in RxJS?

Jan 24, 2022 Shabazz

The tap and map are both RxJS operators, RxJS operators are just function that performs some manipulation over the (stream) data. he map is a pipeable…

NodeJs

Session-based authentication in Node.js

Jan 23, 2022 Shabazz

The purpose of this article is to show how to implement authentication just using express-session module. 1. Authentication It is…

NodeJs

NodeJS – JWT Authentication

Jan 23, 2022 Shabazz

JSON Web Tokens (JWTs) supports authorization and information exchange. One common use case is for allowing clients to preserve their session…

git

Git reflog vs. log differences

Jan 21, 2022 Shabazz

The biggest difference between Git reflog vs. Git log is that the log is a public accounting of the repository’s…

Posts navigation

1 … 16 17 18 … 28
Recent Posts
  • Protected: Setting Up an AI Agent Environment
  • Protected: Local AI : Continue.dev + Ollama (Configuration Guide)
  • Protected: Install Claude Code Locally on Windows
  • Protected: Configure Claude Code with Ollama for an Angular Project
  • Git: How to Fix Your Last Commit Without Panic
Recent Comments
    Archives
    • April 2026
    • March 2026
    • 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
    • AI Tools
    • 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

    AI Tools Allgemein

    Protected: Setting Up an AI Agent Environment

    Apr 27, 2026 Shabazz
    AI Tools Allgemein

    Protected: Local AI : Continue.dev + Ollama (Configuration Guide)

    Apr 26, 2026 Shabazz
    Allgemein

    Protected: Install Claude Code Locally on Windows

    Apr 26, 2026 Shabazz
    AI Tools Allgemein

    Protected: Configure Claude Code with Ollama for an Angular Project

    Apr 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