Dev How to: Basics of using Git Emman, November 11, 2023November 11, 2023 This tutorial will guide you through basics of using Git, including setting up an SSH… Continue Reading
Dev How to: Connect SSH to git Emman, November 11, 2023November 11, 2023 To connect to Git repositories using SSH, you need to follow these steps: 1. Generate… Continue Reading
Dev How to: Use the SSH agent in a Windows environment Emman, November 11, 2023November 11, 2023 Using the SSH agent in a Windows environment involves a few steps, and it typically… Continue Reading
Dev Some recent programming languages out there Emman, November 7, 2023November 8, 2023 According to the recent web search results, some of the programming languages that came out… Continue Reading
Dev Some of the recent updates on JavaScript frameworks in 2023 are Emman, November 7, 2023November 7, 2023 Sources: Continue Reading
Dev The top 10 in-demand skills for developers in 2023 Emman, November 7, 2023November 7, 2023 Based on the broad web search results, the top 10 in-demand skills for developers in… Continue Reading
CodeIgniter4 How to: Create and use Factory in Codeigniter4 with example Emman, November 7, 2023November 7, 2023 A factory is a design pattern that allows you to create objects of different types… Continue Reading
CodeIgniter4 How to: Use Traits in codeigniter4 with example Emman, November 7, 2023November 7, 2023 Traits are a feature of PHP that allow you to reuse code across different classes… Continue Reading
CodeIgniter How to: Deploy CodeIgniter4 on Docker Emman, November 6, 2023November 6, 2023 Prerequisites Steps This file defines two services: web and mysql. The web service uses a… Continue Reading
Docker Create Laravel Sail project in WSL and configure it in VS Code Emman, November 3, 2023November 3, 2023 To create a new Laravel Sail CRUD project using the curl command and then configure… Continue Reading