Skip to content

Instantly share code, notes, and snippets.

View houcem-h's full-sized avatar
🎯
focusing

Houcem Hedhly houcem-h

🎯
focusing
  • Next-GRC
  • Tunisia
View GitHub Profile
@houcem-h
houcem-h / Interview back-end developer
Created November 28, 2022 12:11 — forked from jpchateau/Interview back-end developer
Entretien développeur back : PHP / Symfony / MySQL
Cible : Développeur PHP / Symfony / MySQL
Niveau : Senior
Ce document propose des questions classiques, sans piège, à poser lorsque vous désirez valider un candidat pour un poste de développeur back.
J'utilise personnellement cette trame de questions, libre à vous de vous en inspirer, d'ajouter vos propres questions, et de déterminer lesquelles sont éliminatoires à vos yeux.
Veille technologique
Quelle est la version actuelle de PHP ?
> http://php.net/supported-versions.php
@houcem-h
houcem-h / git-pushing-multiple.rst
Created May 23, 2022 11:10 — forked from rvl/git-pushing-multiple.rst
How to push to multiple git remotes at once. Useful if you keep mirrors of your repo.

Pushing to Multiple Git Repos

If a project has to have multiple git repos (e.g. Bitbucket and Github) then it's better that they remain in sync.

Usually this would involve pushing each branch to each repo in turn, but actually Git allows pushing to multiple repos in one go.

If in doubt about what git is doing when you run these commands, just

void main() {
// ---------- 1- numbers
int counter; // null
double priceEach; // null
int counter1 = 0;
double texRate = 20;
num counter2 = 10; // int
@houcem-h
houcem-h / 01-numbers.dart
Last active February 23, 2024 10:30
dart language fundamentals
void main() {
// numbers
int counter; // null
double priceEach; // null
int counter1 = 0;
double taxRate = 19.5;
num count3 = 10; // int