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
page 1 / 2
21 results tagged development  ✕
Doing much better than your .env file | Medium https://medium.com/@tony.infisical/the-death-of-the-env-file-6d65bfc6ac5e
Sat Mar 2 23:29:43 2024
QRCode
cluster icon
  • De Proxmox à XCP-ng :
  • KubeSail | How and why to host a blog at home : Suggestion to selfhost a blog
  • Disable database manager in Odoo - Numberspeaks : Tutorial explaining how to disable the Database Manager in Odoo (enabled by default...)
  • GrapheneOS/ns1.grapheneos.org: Authoritative DNS servers : Having my own authoritative DNS servers for my GrapheneOS phone
  • GitHub - thedevs-network/kutt: Free Modern URL Shortener. : Shortner url, such as bit.ly
thumbnail

Please stop using .env files and switch to a centralized keyvault.

security selfhost development
Chibi-nah::blog – Pour votre confort, ce blog utilise ces technologies avancées : NoJS, NoAds, NoCDN et NoCookie https://blog.chibi-nah.fr/pour-votre-confort
Sun Dec 3 14:34:04 2023
QRCode
cluster icon
  • Surveillance publicitaire : le meilleur de mes Tweets | Pixel de tracking :
  • Dépendance aux services tiers : ce que je fais avec mon NAS et ce que je ne fais donc plus chez les autres :
  • { FingerprintJS } L’art de vous identifier sans cookies, ni stockage de données | Dyrk :
  • Affaire du 8 décembre : le chiffrement des communications assimilé à un comportement terroriste – La Quadrature du Net :
  • Valiuz et données personnelles – Carnet de notes :
thumbnail

No cdn, no javascript, no analytics... 😁

privacy blog development
Livres/code-de-deontologie-des-developpeurs - code-de-deontologie-des-developpeurs - Athaliasoft Git Repositories https://git.athaliasoft.com/Livres/code-de-deontologie-des-developpeurs
Sun Dec 3 14:15:19 2023
QRCode
cluster icon
  • Featured Apps | Probot : Apps to be used with GitHub Actions
  • JetBrains Support - Developing "in" Windows Subsystem for Linux : Discussion about HowTo use IntelliJ with WSL 2
  • Mobile Safari (Whyyyy?!) - Engineering Blog : So true.... iOS Safari seems to be the new IE :-'(
  • Recueil de blogs de développeurs(euses) - Je suis un dev : Chouette recueils de bloggeurs à découvrir :-)
  • Lint For Shell Scripters | Hackaday : Presentation of shellcheck. A tool that lets you lint your bash scripts 😊 It used to be one of the joys of writing embedded software was never having ...
thumbnail

Code de déontologie pour les informaticiens/développeurs, fork du serment d'Hippocrate

development
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
  • Obsidian Starter Course :
  • groupe-sii.github.io/cheat-sheets/angular/index.html : some cheat sheets for development
  • restic · Backups done right! :
thumbnail

Interesting post about the customization of the Angular Build system

angular development todo
blog.kharec.info https://blog.kharec.info/
Sun Aug 9 10:56:39 2020
QRCode
cluster icon
  • Chibi-nah::blog – Pour votre confort, ce blog utilise ces technologies avancées : NoJS, NoAds, NoCDN et NoCookie : No cdn, no javascript, no analytics... 😁
  • Recueil de blogs de développeurs(euses) - Je suis un dev : Chouette recueils de bloggeurs à découvrir :-)
  • Tout plaquer pour élever des logiciels libres - Marien Fressinaud - Libre à lire ! :
  • Doing much better than your .env file | Medium : Please stop using .env files and switch to a centralized keyvault.
  • The Self-Hosting Blog - Self-hosting and data ownership : Blog about selfhosting

SysOps qui a tendance à coder, passionné de philosophie devops. J'aime partager, alors j'écris. Vous trouverez mon cv ci-dessous, ainsi que quelques liens de contact et un flux RSS.

blog development
Lint For Shell Scripters | Hackaday https://hackaday.com/2017/03/29/lint-for-shell-scripters/
Sun Aug 9 10:00:24 2020
QRCode
cluster icon
  • 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...
  • Chainlist : A list of EVM-based chains that also allows you to add chains to your favorite Web3 wallet. An alternative to the closing chainlist.org. Uses the data...
  • MemTest86 - Official Site of the x86 and ARM Memory Testing Tool :
  • groupe-sii.github.io/cheat-sheets/angular/index.html : some cheat sheets for development
  • Accueil - documentation : Outil création site web en 5 minutes, site basique
thumbnail

Presentation of shellcheck. A tool that lets you lint your bash scripts 😊
It used to be one of the joys of writing embedded software was never having to deploy shell scripts. But now with platforms like the Raspberry Pi becoming very common, Linux shell scripts can be a …

development tools lint
Fundamentals of Angular Tutorials and Courses - Thinkster https://thinkster.io/topics/fundamentals-of-angular
Tue Jul 28 20:59:09 2020
QRCode
cluster icon
  • Xfce4 Desktop Environment and X Server for Ubuntu on WSL 2 | Autoize : Tuto on HowTo install xfce on Ubuntu WSL2
  • Pagination in GatsbyJS - Nicky blogs : Implementing pagination in Gatsby blog.
  • mondedie.fr : Discussions et tutos pour mieux gérer son serveur dédié (seedbox, nextcloud, firewall, etc.)
  • Stéphane HUC :: IT Log :: OpenWRT + Unbound : utiliser le protocole DoT :
  • How to install Nextcloud on your server with Docker | Serverwise : Other tutorial about the installation of Nextcloud on Docker
thumbnail

The best place on the web for tutorials and screencasts covering the best tools, libraries, and frameworks for modern javascript web developers implementing educational science to learn Angular, React, .Net, RxJS, Vuew, Swift, MEAN, and more!

tuto development
Angular 9 : nouvelle version et améliorations du framework http://pierreterrat.com/angular-9/
Sun Jul 26 12:29:28 2020
QRCode
cluster icon
  • How to Customize Your Angular Build With Webpack | Okta Developer : Interesting post about the customization of the Angular Build system
  • blog.kharec.info : SysOps qui a tendance à coder, passionné de philosophie devops. J'aime partager, alors j'écris. Vous trouverez mon cv ci-dessous, ainsi que quelques l...
  • The Ten Commandments of Egoless Programming : The ego can be important in IT but not too much. Here we can find 10 commandments of the developer :-)
  • Recueil de blogs de développeurs(euses) - Je suis un dev : Chouette recueils de bloggeurs à découvrir :-)
  • Featured Apps | Probot : Apps to be used with GitHub Actions

Quelques explications concernant l'injection des dépendances avec Ivy dans Angular 9

angular development
Featured Apps | Probot https://probot.github.io/apps/
Sun May 10 15:03:14 2020
QRCode
cluster icon
  • LGTM - Code Analysis Platform to Find and Prevent Vulnerabilities : Nice platform which analyzes your code and suggests some improvements
  • 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...
  • blog.kharec.info : SysOps qui a tendance à coder, passionné de philosophie devops. J'aime partager, alors j'écris. Vous trouverez mon cv ci-dessous, ainsi que quelques l...
  • The Ten Commandments of Egoless Programming : The ego can be important in IT but not too much. Here we can find 10 commandments of the developer :-)
  • iamadamdev/bypass-paywalls-chrome: Bypass Paywalls web browser extension for Chrome and Firefox. : Bypass paywalls Chrome

Apps to be used with GitHub Actions

github development
LGTM - Code Analysis Platform to Find and Prevent Vulnerabilities https://lgtm.com/
Sun May 10 15:02:19 2020
QRCode
cluster icon
  • Featured Apps | Probot : Apps to be used with GitHub Actions
  • 😋 Get Emoji — All Emojis to ✂️ Copy and 📋 Paste 👌 : Everything is in the title. Easy to copy, easy to use :-)
  • Lint For Shell Scripters | Hackaday : Presentation of shellcheck. A tool that lets you lint your bash scripts 😊 It used to be one of the joys of writing embedded software was never having ...
  • Chibi-nah::blog – Pour votre confort, ce blog utilise ces technologies avancées : NoJS, NoAds, NoCDN et NoCookie : No cdn, no javascript, no analytics... 😁
  • blog.kharec.info : SysOps qui a tendance à coder, passionné de philosophie devops. J'aime partager, alors j'écris. Vous trouverez mon cv ci-dessous, ainsi que quelques l...
thumbnail

Nice platform which analyzes your code and suggests some improvements

development github
groupe-sii.github.io/cheat-sheets/angular/index.html https://groupe-sii.github.io/cheat-sheets/angular/index.html
Mon Apr 13 19:34:13 2020
QRCode
cluster icon
  • The Ten Commandments of Egoless Programming : The ego can be important in IT but not too much. Here we can find 10 commandments of the developer :-)
  • Xfce4 Desktop Environment and X Server for Ubuntu on WSL 2 | Autoize : Tuto on HowTo install xfce on Ubuntu WSL2
  • blog.kharec.info : SysOps qui a tendance à coder, passionné de philosophie devops. J'aime partager, alors j'écris. Vous trouverez mon cv ci-dessous, ainsi que quelques l...
  • 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
  • Chibi-nah::blog – Pour votre confort, ce blog utilise ces technologies avancées : NoJS, NoAds, NoCDN et NoCookie : No cdn, no javascript, no analytics... 😁

some cheat sheets for development

development
Support Ticket - Support for WSL (1903+, a.k.a. "\\wsl$") project paths https://youtrack.jetbrains.com/issue/IDEA-197573?p=IDEABKL-7908
Mon Apr 13 19:26:37 2020
QRCode
cluster icon
  • Xfce4 Desktop Environment and X Server for Ubuntu on WSL 2 | Autoize : Tuto on HowTo install xfce on Ubuntu WSL2
  • JetBrains Support - Developing "in" Windows Subsystem for Linux : Discussion about HowTo use IntelliJ with WSL 2
  • Le développement sous Linux depuis Windows 10 avec WSL 2 | Blog Eleven Labs : again, HowTo install xfce on wsl.. howto run applications on Windows and open them in Windows 10 :-)
  • GitHub - shayne/wsl2-hacks: Useful snippets / tools for using WSL2 as a development environment : HowTo run snap properly on Ubuntu Bash on WSL
  • polices-pour-developpeurs [Wiki de sebsauvage.net] : Quelques polices de caractère pour développer. A tester :-)

Issue about integration of WSL 2 in IntelliJ.
Ideas about integration with Docker (not wsl so)

wsl windows development
JetBrains Support - Developing "in" Windows Subsystem for Linux https://intellij-support.jetbrains.com/hc/en-us/community/posts/360004275400-Developing-in-Windows-Subsystem-for-Linux
Mon Apr 13 19:25:03 2020
QRCode
cluster icon
  • Le développement sous Linux depuis Windows 10 avec WSL 2 | Blog Eleven Labs : again, HowTo install xfce on wsl.. howto run applications on Windows and open them in Windows 10 :-)
  • Support Ticket - Support for WSL (1903+, a.k.a. "\\wsl$") project paths : Issue about integration of WSL 2 in IntelliJ. Ideas about integration with Docker (not wsl so)
  • Xfce4 Desktop Environment and X Server for Ubuntu on WSL 2 | Autoize : Tuto on HowTo install xfce on Ubuntu WSL2
  • GitHub - shayne/wsl2-hacks: Useful snippets / tools for using WSL2 as a development environment : HowTo run snap properly on Ubuntu Bash on WSL
  • The Ten Commandments of Egoless Programming : The ego can be important in IT but not too much. Here we can find 10 commandments of the developer :-)

Discussion about HowTo use IntelliJ with WSL 2

wsl windows development
Le développement sous Linux depuis Windows 10 avec WSL 2 | Blog Eleven Labs https://blog.eleven-labs.com/fr/le-developpement-sous-linux-depuis-windows-10-avec-wsl-2/
Mon Apr 13 19:00:43 2020
QRCode
cluster icon
  • Xfce4 Desktop Environment and X Server for Ubuntu on WSL 2 | Autoize : Tuto on HowTo install xfce on Ubuntu WSL2
  • Support Ticket - Support for WSL (1903+, a.k.a. "\\wsl$") project paths : Issue about integration of WSL 2 in IntelliJ. Ideas about integration with Docker (not wsl so)
  • JetBrains Support - Developing "in" Windows Subsystem for Linux : Discussion about HowTo use IntelliJ with WSL 2
  • GitHub - shayne/wsl2-hacks: Useful snippets / tools for using WSL2 as a development environment : HowTo run snap properly on Ubuntu Bash on WSL
  • WSL2, zsh, and docker. Linux through Windows. - Nicky blogs : Nice tutorial about wsl2, zsh, git, oh-my-zsh

again, HowTo install xfce on wsl..

  • howto run applications on Windows and open them in Windows 10 :-)
windows development linux wsl
Xfce4 Desktop Environment and X Server for Ubuntu on WSL 2 | Autoize https://autoize.com/xfce4-desktop-environment-and-x-server-for-ubuntu-on-wsl-2/
Mon Apr 13 18:59:19 2020
QRCode
cluster icon
  • Le développement sous Linux depuis Windows 10 avec WSL 2 | Blog Eleven Labs : again, HowTo install xfce on wsl.. howto run applications on Windows and open them in Windows 10 :-)
  • Support Ticket - Support for WSL (1903+, a.k.a. "\\wsl$") project paths : Issue about integration of WSL 2 in IntelliJ. Ideas about integration with Docker (not wsl so)
  • JetBrains Support - Developing "in" Windows Subsystem for Linux : Discussion about HowTo use IntelliJ with WSL 2
  • GitHub - shayne/wsl2-hacks: Useful snippets / tools for using WSL2 as a development environment : HowTo run snap properly on Ubuntu Bash on WSL
  • 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...
thumbnail

Tuto on HowTo install xfce on Ubuntu WSL2

wsl development windows linux
The package.json guide https://nodejs.dev/the-package-json-guide
Fri Apr 10 15:30:10 2020
QRCode
cluster icon
  • Featured Apps | Probot : Apps to be used with GitHub Actions
  • LGTM - Code Analysis Platform to Find and Prevent Vulnerabilities : Nice platform which analyzes your code and suggests some improvements
  • Passport.js : Librairie pour vérifier la validité d'un numéro de passeport
  • Chibi-nah::blog – Pour votre confort, ce blog utilise ces technologies avancées : NoJS, NoAds, NoCDN et NoCookie : No cdn, no javascript, no analytics... 😁
  • Xfce4 Desktop Environment and X Server for Ubuntu on WSL 2 | Autoize : Tuto on HowTo install xfce on Ubuntu WSL2

Nice guide to have a maximum of information in the package.json of a project :-)

development npm nodejs
Recueil de blogs de développeurs(euses) - Je suis un dev https://www.jesuisundev.com/recueil-de-blogs-de-developpeurseuses/
Mon Feb 10 22:49:08 2020
QRCode
cluster icon
  • blog.kharec.info : SysOps qui a tendance à coder, passionné de philosophie devops. J'aime partager, alors j'écris. Vous trouverez mon cv ci-dessous, ainsi que quelques l...
  • Chibi-nah::blog – Pour votre confort, ce blog utilise ces technologies avancées : NoJS, NoAds, NoCDN et NoCookie : No cdn, no javascript, no analytics... 😁
  • Mobile Safari (Whyyyy?!) - Engineering Blog : So true.... iOS Safari seems to be the new IE :-'(
  • Pour en finir avec le grand n’importe quoi qu’est devenu le DevOps – Le Blog d'Oxeva :
  • Un switch beaucoup trop à l'écoute ... - LinuxFr.org :
thumbnail

Chouette recueils de bloggeurs à découvrir :-)

blog development
Mobile Safari (Whyyyy?!) - Engineering Blog https://www.eventbrite.com/engineering/mobile-safari-why/
Thu Jan 30 19:54:16 2020
QRCode
cluster icon
  • JetBrains Support - Developing "in" Windows Subsystem for Linux : Discussion about HowTo use IntelliJ with WSL 2
  • LGTM - Code Analysis Platform to Find and Prevent Vulnerabilities : Nice platform which analyzes your code and suggests some improvements
  • How to Customize Your Angular Build With Webpack | Okta Developer : Interesting post about the customization of the Angular Build system
  • blog.kharec.info : SysOps qui a tendance à coder, passionné de philosophie devops. J'aime partager, alors j'écris. Vous trouverez mon cv ci-dessous, ainsi que quelques l...
  • MuPDF: The ultimate library for managing PDF documents : A great and open source library to view/edit PDF documents
thumbnail

So true.... iOS Safari seems to be the new IE :-'(

css development javascript
😋 Get Emoji — All Emojis to ✂️ Copy and 📋 Paste 👌 https://getemoji.com/
Thu Jan 16 10:21:37 2020
QRCode
cluster icon
  • blog.kharec.info : SysOps qui a tendance à coder, passionné de philosophie devops. J'aime partager, alors j'écris. Vous trouverez mon cv ci-dessous, ainsi que quelques l...
  • How to Customize Your Angular Build With Webpack | Okta Developer : Interesting post about the customization of the Angular Build system
  • Xfce4 Desktop Environment and X Server for Ubuntu on WSL 2 | Autoize : Tuto on HowTo install xfce on Ubuntu WSL2
  • groupe-sii.github.io/cheat-sheets/angular/index.html : some cheat sheets for development
  • Chibi-nah::blog – Pour votre confort, ce blog utilise ces technologies avancées : NoJS, NoAds, NoCDN et NoCookie : No cdn, no javascript, no analytics... 😁

Everything is in the title. Easy to copy, easy to use :-)

emoji development write
The Ten Commandments of Egoless Programming https://blog.codinghorror.com/the-ten-commandments-of-egoless-programming/
Thu Jan 16 10:17:38 2020
QRCode
cluster icon
  • How to Customize Your Angular Build With Webpack | Okta Developer : Interesting post about the customization of the Angular Build system
  • groupe-sii.github.io/cheat-sheets/angular/index.html : some cheat sheets for development
  • Support Ticket - Support for WSL (1903+, a.k.a. "\\wsl$") project paths : Issue about integration of WSL 2 in IntelliJ. Ideas about integration with Docker (not wsl so)
  • Mobile Safari (Whyyyy?!) - Engineering Blog : So true.... iOS Safari seems to be the new IE :-'(
  • polices-pour-developpeurs [Wiki de sebsauvage.net] : Quelques polices de caractère pour développer. A tester :-)

The ego can be important in IT but not too much.
Here we can find 10 commandments of the developer :-)

development lifestyle
page 1 / 2
874 links, including 81 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn