All Stories

Reflection on the First Week of Internship

We, computer engineers, arrived at the company. I was nervous about the fact that all of the people working here are high-leveled and what everyone would expect of us interns...

The Things I Learned on My First Week of Internship

The very first day of the internship started, and as expected my heart beated fast. Upon entering at the Company, I was greeted with a serious aura. The employees were...

What is Authorization & Authentication, and their Best Practices

The availability of today’s applications via several networks and connection to the cloud increase their vulnerability to security threats and breaches, making security a crucial issue. There is increasing pressure...

PHP Coding Convention

In programming, there are a lot of traditions in addition to the set of guidelines that each programming language provides, but the vast majority of software developers around the world...

Template Language - Basic PHP Blade

As the web got faster and better, the user started to want better-looking website designs that they can interact with. What makes a website great? how does this affect the...

ORM - Eloquent Relationships

The increasing complexity of SQL queries with the growing database size is a struggle for developers, especially when using object-oriented programming (OOP) languages where it is hard to align the...