Preliquisites Tailwind CSs Laravel Livewire
Category: Web technologies
Adding font-awesome to an element using CSS
Use cases Customizing a WordPress theme without editing core theme files Customizing a web page using Chrome extensions If you are working on hosted site without the ability to edit core files, the author might provide a way to inject…
How you can turn slack into your perfect project management tool
Slack has become a great productivity tool for teams working remotely. It is a virtual office that has stood the test of time and competition such as Microsoft Teams. It has enabled individuals to work from home and remain organized…
A 404 page for your next project
If you need a custom design, get in touch with me
Setting up a local PHP dev environment with WSL. Goodbye Vagrant!
WSL For many years, developers who like Windows OS have lived on dual boots and virtual machines. Microsoft’s introduction of Windows Subsystem for Linux (WSL) was one of the best moves the company made in an effort to make Windows…
Selling digital products and services online – my experience
Selling products or services online requires a solid e-commerce platform. There are numerous sites out there that offer e-commerce services but finding the right one can be a challenge. Many are overloaded with features that you end up paying for…
Fullcalendar integration using JQUERY, MySQL & PHP with repeating events support
Recently, I was working on a project that required populating events from a MySQL database to a Fullcalendar using PHP and JQuery.The repeating events were set to repeat on a given frequency such as every (n) days/weeks/months/years. The client also…
Opensource Business Management System
Today we released Small Business Management System (SBMS) under an Open Source under GPL v3 license. Small Business Management System is a lightweight platform based on Laravel framework that suitable for both small businesses and freelancers to manage invoices, projects,…
How your web hosting service provider affects your SEO
With the current trend of people shifting to the internet as a lifestyle, businesses and even individuals have now recognized the need to have an active website and almost all businesses now have websites for their companies. However, most of…
Simple Stripe and Firebase subscription and authentication
In this post, I am going to show you how you can create a subscription using Stripe and authentication using Firebase. We will create validate user’s credit card and if it is valid, we will create their account on Firebase…