SuperITMan links
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
7 results tagged todo  ✕
détecteur présence avec contact libre potentiel pour activer knx (entrée binaire) + RF (commutateur) https://www.bricozone.be/t/detecteur-presence-avec-contact-libre-potentiel-pour-activer-knx-entree-binaire-rf-commutateur.135446/
Wed Jun 26 00:04:49 2024
QRCode
cluster icon
  • Obsidian Starter Course :
  • How Using Angular’s inject() Function Has Saved Me 1000 Lines of Code | by Francesco Borzì | JavaScript in Plain English : The old way of injecting dependencies using the constructor: import { Component } from '@angular/core'; @Component({ / ... / }) export class MyCompone...
  • WinDoor RF | Zennio :
  • Intégration KNX des systèmes d’alarmes intrusion – KNX Automation :
  • restic · Backups done right! :
thumbnail
KNX todo 2024 domotic
Obsidian Starter Course https://developassion.gumroad.com/l/obsidian-starter-course?layout=profile
Tue Jun 25 23:55:47 2024
QRCode
cluster icon
  • détecteur présence avec contact libre potentiel pour activer knx (entrée binaire) + RF (commutateur) :
  • How Using Angular’s inject() Function Has Saved Me 1000 Lines of Code | by Francesco Borzì | JavaScript in Plain English : The old way of injecting dependencies using the constructor: import { Component } from '@angular/core'; @Component({ / ... / }) export class MyCompone...
  • restic · Backups done right! :
  • La Rare “comète Du Diable” Revient Après 71 Ans, Offrant Aux Astronomes Un Spectacle Céleste - ESSENTIAL HOMME :
  • Backup and Restore of Docker Volumes: A Step-by-Step Guide – Blog – Osmosys Software solutions : As more and more developers turn to Docker to streamline their development processes, it becomes increasingly important to understand how to take back...
thumbnail
todo 2024
restic · Backups done right! https://restic.net/
Tue Jun 25 23:55:27 2024
QRCode
cluster icon
  • Backup and Restore of Docker Volumes: A Step-by-Step Guide – Blog – Osmosys Software solutions : As more and more developers turn to Docker to streamline their development processes, it becomes increasingly important to understand how to take back...
  • détecteur présence avec contact libre potentiel pour activer knx (entrée binaire) + RF (commutateur) :
  • Back Up and Share Docker Volumes with This Extension | Docker : When you need to back up, restore, or migrate data from one Docker host to another, volumes are generally the best choice. You can stop containers usi...
  • How Using Angular’s inject() Function Has Saved Me 1000 Lines of Code | by Francesco Borzì | JavaScript in Plain English : The old way of injecting dependencies using the constructor: import { Component } from '@angular/core'; @Component({ / ... / }) export class MyCompone...
  • Obsidian Starter Course :
backup tools 2024 todo
How Using Angular’s inject() Function Has Saved Me 1000 Lines of Code | by Francesco Borzì | JavaScript in Plain English https://javascript.plainenglish.io/how-using-the-angulars-inject-function-has-saved-me-1000-lines-of-code-82b699183da8
Tue Jun 25 23:53:16 2024
QRCode
cluster icon
  • restic · Backups done right! :
  • Obsidian Starter Course :
  • How to Customize Your Angular Build With Webpack | Okta Developer : Interesting post about the customization of the Angular Build system
  • détecteur présence avec contact libre potentiel pour activer knx (entrée binaire) + RF (commutateur) :
  • La Rare “comète Du Diable” Revient Après 71 Ans, Offrant Aux Astronomes Un Spectacle Céleste - ESSENTIAL HOMME :

The old way of injecting dependencies using the constructor:

import { Component } from '@angular/core';

@Component({ / ... / })
export class MyComponent {
constructor(
@Inject(SOME_TOKEN) private readonly someToken: string,
private readonly myService: MyService,
private readonly httpClient: HttpClient,
) {}
}

The new way of injecting dependencies using the inject() function:

import { Component, inject } from '@angular/core';

@Component({ / ... / })
export class MyComponent {
private readonly someToken = inject(SOME_TOKEN);
private readonly myService = inject(MyService);
private readonly httpClient = inject(HttpClient);
}

2024 angular todo stark
La Rare “comète Du Diable” Revient Après 71 Ans, Offrant Aux Astronomes Un Spectacle Céleste - ESSENTIAL HOMME https://essentialhomme.fr/la-rare-comete-du-diable-revient-apres-71-ans/
Sat Mar 16 00:34:06 2024
QRCode
cluster icon
  • détecteur présence avec contact libre potentiel pour activer knx (entrée binaire) + RF (commutateur) :
  • KeepassXC : gestionnaire de mot de passe libre - Armand Philippot : Article présentant les fonctionnalités de KeePassXC (gpg, ssh, etc.) A lire et implémenter :-)
  • How Using Angular’s inject() Function Has Saved Me 1000 Lines of Code | by Francesco Borzì | JavaScript in Plain English : The old way of injecting dependencies using the constructor: import { Component } from '@angular/core'; @Component({ / ... / }) export class MyCompone...
  • Obsidian Starter Course :
  • restic · Backups done right! :
thumbnail
todo nature
How to Customize Your Angular Build With Webpack | Okta Developer https://developer.okta.com/blog/2019/12/09/angular-webpack
Sun Aug 16 10:18:17 2020
QRCode
cluster icon
  • How Using Angular’s inject() Function Has Saved Me 1000 Lines of Code | by Francesco Borzì | JavaScript in Plain English : The old way of injecting dependencies using the constructor: import { Component } from '@angular/core'; @Component({ / ... / }) export class MyCompone...
  • Angular 9 : nouvelle version et améliorations du framework : Quelques explications concernant l'injection des dépendances avec Ivy dans Angular 9
  • groupe-sii.github.io/cheat-sheets/angular/index.html : some cheat sheets for development
  • restic · Backups done right! :
  • LGTM - Code Analysis Platform to Find and Prevent Vulnerabilities : Nice platform which analyzes your code and suggests some improvements
thumbnail

Interesting post about the customization of the Angular Build system

angular development todo
KeepassXC : gestionnaire de mot de passe libre - Armand Philippot https://www.armandphilippot.com/keepassxc-gestionnaire-mot-de-passe/
Fri May 1 18:08:51 2020
QRCode
cluster icon
  • Using KeePassXC as your system-keyring and ssh-agent : Guest article by maxice8 Recently the community-oriented password manager KeePassXC made a new major release, 2.5.0. In this new release there was a r...
  • KeePassium - KeePass app for iOS | KeePassium : Client KeePass for iOS (again OpenSource :-))
  • restic · Backups done right! :
  • détecteur présence avec contact libre potentiel pour activer knx (entrée binaire) + RF (commutateur) :
  • How to Customize Your Angular Build With Webpack | Okta Developer : Interesting post about the customization of the Angular Build system

Article présentant les fonctionnalités de KeePassXC (gpg, ssh, etc.)
A lire et implémenter :-)

todo keepass keepassxc
862 links, including 81 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn