Database schema templates

DrawSQL

I stumbled upon a great website with real world examples of database schemas called DrawSQL. For me one of the hardest parts of creating an application is thinking about it’s database design. Especially if you are beginner in programming with little experience. With DrawSQL you can create you own database schemas, and check the database … Read more

Install Laravel on Ubuntu 20.04

laravel-on-ubuntu-20-04-laravel

Among the web development frameworks, Laravel is always heard and is the priority of developers to improve and develop complex web applications. Since the PHP programming language is one of the best programming languages in the field of web design, Laravel is a PHP programming language framework that is provided as an open source and … Read more