Set up Gitlab project at new mac

Download home brew at https://brew.sh/ Generate ssh follow at this link https://blog.azwan.net/?s=ssh Download Mamp at this link https://www.mamp.info/en/windows/ Download Sequel pro at this link https://www.sequelpro.com/ Clone project from gitlab. First copy link project using ssh link at gitlab. Then paste this command with link project : git clone {repository link } To reset root password for localhost follow this …

MVC

Model – View – Controller (MVC) Model Menerima permintaan data daripada controller. Menghasilkan query seperti permintaan yang diminta. Menghantar data kepada controller. View Menghasilkan user interface. Berinteraksi bersama user. Memberikan data kepada user. Controller Menjadi perantaraan kepada view dan juga model. Meminta data kepada model. Menghantar data kepada view. Kebanyakkan logik akan berada didalam controller.

My First Week Internship at ADS Web Services

 1. Free Code Camp Free Code Camp is a site that teaches me about the basics of code. Besides, Free Code Camp has a wide range of exercises capable of sharing my coding knowledge. 2. Html in Free code camp In the Free code camp I can learn more about Html. Next I can learn …