Category Développement

BDD PostgreSQL

Base de données Un cluster PSG peut hébrger plusieurs bases de données Une connexion est réalisée dans le contexte d’une seule base de données Schéma Une base peut contenir de 1 à N schéma Un objet ne peut appartenir qu’à…

Angular Binding

Interpolation le contrôleur import { Component } from '@angular/core'; import { FormGroup, FormControl } from '@angular/forms'; @Component({ selector: 'app-profile-editor', templateUrl: './profile-editor.component.html', styleUrls: ['./profile-editor.component.css'] }) export class AppComponent { private who: string = "there" } la vue <h2>data binding interpolation</h2> <label>…

Angular

Universal Benefits Standards compliance Latest ECMAScript Modules Internationalization and accessibility Performance Open source TypeScript Backed by Google Uniformity (devs can develop quicker anc cheaper) Entreprise-First Popularity Documentation Subjective Benefits Framework (Router, HTTP, forms, RxJS, etc) Opinionated – fewer decision RxJS…

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…

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…