If you are familiar with CakePHP 2/3 then you should take a look to CakePHP 4. I used this Framework since 10 years and I’m still using it till now on my web apps projects.
This is why I use KeyCloak?
Hello everyone ! Today i’m going to explain to you how you can save time when securing your web services.
Gitlab-CI using Panther and Symfony 4
I tried to test my Symfony 4.1 app using gitlab-ci. Basically, when we Test PHP application we require php-cli docker image to execute composer install, phpunit.But in this case I have a node packages to install, a React App in the front to test and a Rest API to test with my React Application.
Collaboration with Atom Teletype
Origin of the name “Teletype” Collaborating remotely seems painful when it is about coding a script or styling a web page between team members or friend, specially when it should be in a real time.
Who is using port 3000 ?
You start a Node App and You find that some other app is using 3000 Port ? You are too lazy to update env.PORT in the .env file because you want to know WHO IS USING THIS F## PORT?? then you open your Terminal and you COPY/PASTE This command: sudo ss -lptn ‘sport = :3000’ […]
Wallpaper Ubuntu Tunisia
Hi guys! I share with you this wallpaper made by InkScape but before let talk about this free software.
Ubuntu 17.04 "Zesty Zapus" est disponible
Nous voilà avec une nouvelle distribution d’Ubuntu avec la le nom Zesty Zapus, son nom a atteint la dernière lettre alphabétique et qui annonce donc la fin d’une ère celle de Unity. Ubuntu 17.04 n’est que le successeur de 16.04 LTS. Malheureusement, cette distribution sera disponible avec Unity 7 puisque les développeurs ont laissé tombé le développement […]
[Dehydrated] : le nouveau let's Encrypt
En Tunisie, les certificats SSL sont coûteux et compliqués à installer et à intégrer dans les site web. Avec Let’s Encrypte il est possible d’obtenir et d’automatiser la création et le renouvellement du certificat SSL, plus facile à installer, ces certificats peuvent être utilisés par le protocole SSL et avoir la https verte sur votre site Web. […]
[Angular] Le semantic Versioning
Lorsqu’on parle du principe du versionning on pense généralement à un tag de trois chiffres qui présente les mises à jours MAJOR.MINOR.PATCH. Ce nombre s’incrémente à chaque push/commit élaboré par l’équipe de développement du projet. Cela peut être un patch d’un bug, une nouvelle fonction ou bien des nouvelles fonctionnalités.
Node JS sous Apache2
Vous avez développé une application Node et vous voulez l’héberger dans le serveur du client qui utilise Apache ? Petit bémol ! Votre avez remarqué que votre application se lance sous le port 3000 car le 80 est déjà pris par Apache? La solution se base sur le principe du proxy.