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
  • contact à bille - Recherche Google :
  • WinDoor RF | Zennio :
  • Magnetic Contact EnOcean | ABB :
  • Obsidian Starter Course :
  • 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
  • restic · Backups done right! :
  • 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...
  • 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 :
  • Automation - awesome-selfhosted :
thumbnail
todo 2024
restic · Backups done right! https://restic.net/
Tue Jun 25 23:55:27 2024
QRCode
cluster icon
  • 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 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) :
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
  • détecteur présence avec contact libre potentiel pour activer knx (entrée binaire) + RF (commutateur) :
  • Obsidian Starter Course :
  • How to Customize Your Angular Build With Webpack | Okta Developer : Interesting post about the customization of the Angular Build system
  • restic · Backups done right! :
  • 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...

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
  • 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) :
  • 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! :
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
  • polices-pour-developpeurs [Wiki de sebsauvage.net] : Quelques polices de caractère pour développer. A tester :-)
  • Xfce4 Desktop Environment and X Server for Ubuntu on WSL 2 | Autoize : Tuto on HowTo install xfce on Ubuntu WSL2
  • Livres/code-de-deontologie-des-developpeurs - code-de-deontologie-des-developpeurs - Athaliasoft Git Repositories : Code de déontologie pour les informaticiens/développeurs, fork du serment d'Hippocrate
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...
  • La Rare “comète Du Diable” Revient Après 71 Ans, Offrant Aux Astronomes Un Spectacle Céleste - ESSENTIAL HOMME :
  • détecteur présence avec contact libre potentiel pour activer knx (entrée binaire) + RF (commutateur) :
  • GitHub - onSec-fr/Keepass-Enhanced-Security-Configuration: Make your keepass 2.x more secure. : Guide to secure your KeePass Windows classic installation. This includes noScreenShot, timeout, minimum key security level...
  • KeePassium - KeePass app for iOS | KeePassium : Client KeePass for iOS (again OpenSource :-))

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

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