2022-11-23
How I Built My Personal Blog with Svelte 5
Discover how I built my personal blog using Svelte 5 and Tailwind CSS. In this journey, I share why Svelte's simplicity and performance won me over, the steps I took to set up my project, and how I leveraged Tailwind for sleek, responsive design...
2022-06-06
Data Migration from Drupal 8 to Drupal 9
Complete guide on how to migrate data from drupal 8 to drupal 9...
2022-06-06
How to configure and setup sign up with Google using Google Provider
Next Auth offer an easier way to implement user Authentication for Next JS Web Apps.
2022-06-06
Drupal 9 Webforms using composer and drush
How to add webforms to Drupal 9...
2022-06-06
Drupal 9 with Composer and Lando
Complete guide on how to migrate data from drupal 8 to drupal 9...
2022-06-06
Unique ID generators for Javascript
A list of common javascript unique id generators...
2022-06-06
Javascript library for Mpesa API
Mpesa Express is an open source library Designed, Developed and Maintained by Dev Thagichu: https://thagichu.com,The Library is a wrapper around Safaricom's Daraja API that can be used in Node JS Applications...
2022-06-06
Media queries in SCSS
Adding media queries with scss...
2022-06-06
React Virtual DOM
Understanding the React Virtual DOM...
2022-06-06
Typescript Setup for React Development
Task Management tools for remote Developers...
2022-06-06
Understanding CORS (Cross-Origin Resource Sharing).
CORS stands for Cross-Origin Resource Sharing. It is a security feature implemented by web browsers to control web page access to resources hosted on other domains....