How to be an Intermediate Laravel Developer

Intermediate concepts in laravel

Actually I was going through the twitter one day. Then I saw a tweet by Shruti Balasa and in that tweet I found something very amazing. That was what is the important things that a mid-level laravel developer should learn or should not miss basically. So, Then I thought that why not to write an … Read more

Got A Software Developer Job | No Degree

got a job without coding

This is Gurpreet this side. I am going to talk about my own journey about how I started into software development without having any degree so It was an amazing journey that I don’t tell so much and nobody asks me about it. In my job everyone thinks I do have some degree but the … Read more

Connect Multiple Databases In CodeIgniter

_Multiple Databases In CodeIgniter

Today, we are going to learn how we can connect multiple databases in CodeIgniter. Basically, In this tutorial we will see how we can handle multiple database in php when we are redirecting or doing some dynamic stuff in our application. I came to this idea because today in task I had this challenge to … Read more

How To Create Migration In CodeIgniter 4

database migrations in codeIgniter 4

Migrations makes easy to create tables in database and which helps to handle tables programmatically and obviously you don’t need to learn about SQL statements to build a table. As I said when you do work with a team then you can easily modify tables and play with the database