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
  • WinDoor RF | Zennio :
  • 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...
  • Obsidian Starter Course :
  • Intégration KNX des systèmes d’alarmes intrusion – KNX Automation :
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) :
  • 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...
  • 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...
  • Automation - awesome-selfhosted :
thumbnail
todo 2024
restic · Backups done right! https://restic.net/
Tue Jun 25 23:55:27 2024
QRCode
cluster icon
  • Obsidian Starter Course :
  • 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...
  • détecteur présence avec contact libre potentiel pour activer knx (entrée binaire) + RF (commutateur) :
  • 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...
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
  • How to Customize Your Angular Build With Webpack | Okta Developer : Interesting post about the customization of the Angular Build system
  • Obsidian Starter Course :
  • détecteur présence avec contact libre potentiel pour activer knx (entrée binaire) + RF (commutateur) :
  • 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
  • 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! :
  • Obsidian Starter Course :
  • 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 :-)
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
  • LGTM - Code Analysis Platform to Find and Prevent Vulnerabilities : Nice platform which analyzes your code and suggests some improvements
  • Schematics — An Introduction - Angular Blog : another tuto about angular schematics
  • polices-pour-developpeurs [Wiki de sebsauvage.net] : Quelques polices de caractère pour développer. A tester :-)
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...
  • restic · Backups done right! :
  • Why not use the internal file storage? · Issue #1157 · Kunzisoft/KeePassDX · GitHub :
  • Strongbox – Own Your Secrets (KeePass) : OpenSource KeePass application for iOS
  • 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...

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

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