admin

admin

Install Node and Angular project

Install NPM and Nodejs First method (traditional) Create an Angular project need to install npm( nodejs) and angular cli Get binnary nodeJs’s file to install nodejs and npm URL : If you are in Windows environment, just click and…

Install cert-manager and TLS certificate

Install Cert-Manager for details : Install cert manager kubectl apply -f Install issuer Let’s encrypt give you two environment, staging and production. Create a ClusterIssuer rather than Issuer because the Issuer have namespace scope only into staging environnement.…

Connexion SSH à distance

Connexion SSH à distance Afin de se connecter à un serveur distant sans saisir le mot de passe sous Linux Générez les clés privée et publique avec la commande ci-dessous. Deux fichiers id_rsa.pub et id_rsa seront générés dans ~/.ssh ssh-keygen…

Nouveautés et historique Java

– 2012 :  Java 7 NIO2  Path, Files, Glob, WatchService, DirectoryStream, walkFileTree le projet Coins : try with resources, exceptions multiples dans catch, operateur diamant, String dans switch, underscore dans les littéraux – 2014 : Java 8 les expressions Lambda…

Craftmanship software

Historique : 1999 The pragmatic Programmer 2001 Software Craftmanship (the new impreative) : 1er Manifest Agile 1er edition 2008 Clean Code (A hardcode of agile Software Craftmanship) 2009 Manifest Softawre Craftmanship 2011 The clean Coder liens : Manifest software Craftmanship…

Kit de développement front

– TypeScript : langage de programmation BFF : – Angular : Framework web pour le dev frontend : – NestJS : Framework Node.js pour développer le BFF : – Nx: suite d’outils pour étendre Angular CLI et…

Ingénierie logicielle

Les outils logiciels pour développer : Intellij community : Redis : utiliser Redisinsight  Mongo : MongoCompass DBeaver : pour les autres bases de données : Postman : pour tester les µservices : GitBach : Git…