In this article,we’ll continue learning more about base features in React .
Read MorePosts in Web Development
What is React?
React helps us to create highly scalable and reusable components. In this article we'll start to get know what is react and create our first compoent with react.
Read MoreEloquent Relationships in Laravel Models 1
Laravel provides a great approach for implementing crud operations of tables and relationships between them called “Eloquent ORM”. Eloquent ORM (Object Relational Mapper) is a code library that automates the transfer of data stored in relational databases tables into objects. Each table has a corresponding "Model" which is used to interact with that table.it makes managing and working with relationships easy, and supports several different types of relationships.
Read MoreDatabase Relationships Types
In this article, we’ll talk about database relationships types.
Read MoreRelational vs. Non-Relational Databases
What is relational database? What is the non-relational database? What’s the difference between them? What brings NoSQL in the market? Which one is the best for your application? That’s what we will talk about in this article.
Read MoreDesign Thinking
In this article,I will explain a thinking strategy that has been proven its efficiency for solving problems and produce big results for long terms. This way of thinking can be applied to software development, products, services, and processes; anything that needs to be solved or improved. This strategy of solving problems called Design Thinking.
Read MoreLaravel Database Seeding
In this article,I’ll explain laravel feature called database seeding.This feature helps us to insert multiple test data in tables without need to do it manually row by row in database.
Read MoreArabic-English Laravel App With Dynamic Style In 10 Steps
Laravel supports a great technique to support multiple languages localization in your application. In this article, I’ll explain step by step how to do that simply and also changing styles dynamically from ltr or rtl depending on localization.
Read MoreWhat you need to become a Web Developer
In this article, I’ll explain the overall process of web development to tell you what you need to learn if you think about web development as your future career.
Read More