Details
-
Aboutsecond year motivated computer science student
-
SkillsJava, C ,C++,php,mysql,html,css
-
LocationAlexandria,Egypt
Joined devRant on 11/1/2017
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
-
I needed an internship. I was a week from the deadline so... I asked my sister to get me an internship in the big company she works in. I'm ashamed4
-
Yaaaaaaaaayyyyyyy!!!!! My stickers are here 😀❤
I'm overwhelmed! It was a long, worthwhile wait! The first set that was shipped never reached me ): I had mailed dfox about it and he had replacements shipped! He is so awesome!10 -
I am working my ass off for past couple of days to set up our new office. Today I got sick and sleep walked most of the time. Thank god my colleague was there with me. I'm home now and took a day off. 🤒🤒😞
-
Just woke up after a 1/2 hour nap at work, on my desk chair. I was woke up by someone who violently closed a door in another room. Uuh... Need some sleep1
-
So this happened today. I'm bad at remembering names so I always have to ask again.
for($i=0;$i<15;$i++)
{
Me: what was your name again?
Client: well, it still IS {name}. I'm still alive, you know.
😅😰
}
Colleagues noticed it as well 😅13 -
When you decide to use a model for an engineering picture this is what happens. (Look at her hand)26
-
One day i started to code.
One day i was told you will not code without git.
Many days i lost code on git because i was ignorant.
Today i reset the act of commiting without losing all my shit.
Git reset --soft HEAD^
I didnt event sweat it ;)
Today i feel like half a boss!!! -
On the off-chance there's a Spotify Dev lurking around here... GOD DAMNIT!! For some reason listening to Spotify(PC) through earphones and then unplugging them to listen through the machine's speakers turns Spotify into a vegetable (not even a nice one). Speakers to headphones works fine though.
I needz muziks to devs good
*sad face*2 -
GraphQL and RestAPI are so different and GraphQL is too easy.
It took me 2 hours to figure out everything about githibAPI in REST. 😕😑😑😑😑😑5 -
!rant
I built a decently large project at work, and everything works perfectly. It's beautiful, it's fast, it's light, it's organized and clean, and deploying is a breeze. I'm very proud of it.
The biggest reason, though, is that it uses exclusively technology I had never touched before:
• React
• Redux
• ES6/Babel
• Webpack
• Express.js
• Material Design
• Apple lappy (I'm a linux girl)
I was completely new to all of these, including my dev machine. Every single aspect of the project was outside my skillet.
But it went from my first experimental `import React from 'react'` to production-ready in three weeks. I'm really proud 😊14 -
Me: *uses HashMap* for a problem to count some elements*
Lecturer: why are you using HashMap?
Me: it's the best way of solving the problem
Lecturer: I haven't explicitly taught you what a HashMap is so why are you using it?
Me: Because I learn outside of what university teaches me
Lecturer: there's another way to do this
Me: enlighten me
Lecturer: iterate through the array using a nested for loop and count as you go along
Me: why the hell would I want to do that? That literally decreases the efficiency of my program by alot
GG lecturer telling me it's a better idea of making my O(n) runtime into an O(n^2) instead of complimenting my code.
Seriously what the fuck is up with the fucking education system. Since when was it okay to teach students how to completely fuck your code up and promote ways of making your code so inefficient?33