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
  • Intégration KNX des systèmes d’alarmes intrusion – KNX Automation :
  • restic · Backups done right! :
  • contact à bille - Recherche Google :
  • Obsidian Starter Course :
  • Magnetic Contact EnOcean | ABB :
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) :
  • 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 :-)
  • 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 :
  • 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...
  • 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...
  • 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
  • Obsidian Starter Course :
  • détecteur présence avec contact libre potentiel pour activer knx (entrée binaire) + RF (commutateur) :
  • restic · Backups done right! :
  • How to Customize Your Angular Build With Webpack | Okta Developer : Interesting post about the customization of the Angular Build system
  • Schematics — An Introduction - Angular Blog : another tuto about angular schematics

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
  • restic · Backups done right! :
  • 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 :-)
  • Obsidian Starter Course :
  • How to Customize Your Angular Build With Webpack | Okta Developer : Interesting post about the customization of the Angular Build system
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
  • Angular 9 : nouvelle version et améliorations du framework : Quelques explications concernant l'injection des dépendances avec Ivy dans Angular 9
  • 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 :
  • Fundamentals of Angular Tutorials and Courses - Thinkster : The best place on the web for tutorials and screencasts covering the best tools, libraries, and frameworks for modern javascript web developers implem...
  • Featured Apps | Probot : Apps to be used with GitHub Actions
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 :
  • 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) :

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

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