Site logo

Tech Blog

Automating Laravel CI/CD with GitHub Actions

Automating Laravel CI/CD with GitHub Actions

Learn how to effortlessly automate Laravel CI/CD using GitHub Actions. This guide covers setting up a powerful workflow, integrating MySQL container, and achieving efficient testing and deployment. Elevate your development process with streamlined automation.

A Quick Setup Guide for LEMP Stack, Laravel and Supervisord with custom AWS EC2 AMI

A Quick Setup Guide for LEMP Stack, Laravel and Supervisord with custom AWS EC2 AMI

A Quick Setup Guide for LEMP Stack and Laravel with Custom AWS EC2 AMI: Ubuntu 22.04, Laravel 10, PHP 8.2, Mysql 8.0, Supervisord

Running Laravel Queue with Supervisor on Ubuntu 22.04: A Step-by-Step Guide

Running Laravel Queue with Supervisor on Ubuntu 22.04: A Step-by-Step Guide

Running Laravel Queue with Supervisor on Ubuntu 22.04: A Step-by-Step Guide

React SearchParams

React SearchParams

React SearchParams is a valuable feature provided by React Router, offering the "useSearchParams" hook for efficient management of query parameters in your React applications. This feature simplifies the process of reading and updating query string parameters, allowing developers to seamlessly handle dynamic data and enhance search functionality within their applications

Setup ESLint and Prettier globally for VSCode

Setup ESLint and Prettier globally for VSCode

ESLint is a powerful linting tool that helps developers identify and fix errors in their code. By configuring ESLint globally for VSCode, you can ensure that all your projects use the same linting rules and avoid having to set up ESLint for each project individually

Stay on top of your tasks with Slack Reminders

Stay on top of your tasks with Slack Reminders

Slack reminders are a simple yet powerful tool that can help you stay on top of your tasks and deadlines. With reminders, you can set a message to pop up at a specific time or date, so you don't forget important tasks or events.

Setup Multi-factor authentication(MFA) for AWS IAM

Setup Multi-factor authentication(MFA) for AWS IAM

Setup Multi-factor authentication(MFA) for AWS IAM

Navigation in React Router

Navigation in React Router

Overview of how to implement navigation in a React application using the React Router library