It is necessary to build a good design for your business or personal websites. When we say good design, we always consider the UX/UI as our top priority. Send your quotation now and let's convert your idea into a digital design.
Learn MoreWhen you speak of an Online Enrollment System, E-commerce, Online booking, and many more, there web development comes in. As a Full-stack developer for several years, I have found web development a challenging yet interesting work.
Learn MoreWith a couple of years of experience in teaching in the university and with Japanese students, I could easily convey my knowledge to the students. I am humbled to hear good feedback from my former students including the Japanese.
Learn MoreAfter we’ve created the Part 1 of our series, we’re done with Login using Github. Now, let’s proceed to Login with Google, LinkedIn and Facebook. Important! Before you proceed, make sure you’ve executed the first part of the series. Login using Google 1. Login to your google account. 2. Go to https://console.developers.google.com/apis/credentials. 3. From the […]
LaravelLaravel has already provided login auth scaffolding. It is just easy to use or customize it. But sometimes, you would want to use other social media sites to do the authentication for you. In this tutorial, I will help you create a social auth using these four social sites: Github, Google, LinkedIn and Facebook 1. […]
LaravelWhen you’re creating a simple project using Laravel framework, you might not need to organize your models in a specific directory. But, if you already have a lot of models to work on, it is recommended to put it in a specific folder. By default, after creating a model through a terminal, all models go […]
Laravel