Details
-
SkillsC++, Java, HTML, CSS, JS, PHP, XML, SQL, Lisp, Assembly, VB.NET, Prolog, Android, Objective-C, MVC .NET, C#, Ajax.
-
LocationLebanon
-
Website
-
Github
Joined devRant on 12/14/2016
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
!Rant
Before the final game of thrones season, wanted to get as much data as I could:
https://goo.gl/forms/... -
So I started work as a software developer during college, and the people there were really nice to me and endured my constant absence from work because of college stuff.
Now that I graduated, I got an offer as a software engineer for 1.5 times the salary I currently have.
Should I take this job and forget what the people at my current work did for me?4 -
So that's how my girlfriend wished me a happy birthday.. she's a chemist
<?php
$happy="Happy";
$bday="Birthday";
$to="To";
$you="You";
$dear="Dear";
$boyfriend="Joseph";
for($i=0;$i<4;$i++){
if($i!=2)
echo $happy." ".$bday." ".$to." ".$you."<br>";
else
echo $happy." ".$bday." ".$dear." ".$boyfriend."<br>";
}
?>18 -
Second day at work ✌
Just started a website without drawing the template first. What could possibly go wrong..2