If you've followed this blog for a while, you'll know I mostly write about enterprise architecture, integration patterns, and the odd war story from the Pega trenches. This post is a bit different —…
9 posts
If you've followed this blog for a while, you'll know I mostly write about enterprise architecture, integration patterns, and the odd war story from the Pega trenches. This post is a bit different —…
When building a Laravel Inertia React application with TypeScript , I encountered an issue where custom web components were not recognized by TypeScript, even after importing and defining their…
In this brief article, we will discuss the effective implementation of useContext. For those unfamiliar, useContext is a technique for sharing state within an application between various components,…
I was using copilot for while and it was really helpful to speed up the development. But wanted to give a try how ChatGPT compares with copilot as assistance. So I choose a simple use case of…
This small tutorial for anyone want to implement a show and hide animation for widgets with simple script and help of some css styles. The final animation will be similar to you see below. If you are…
I was looking for some light weight Tags component found Tagify to be interesting. But then figured out it got many features which I will not use. So I wanted to create something very minimalist. I…
I am working on a form builder which is part of my CodeIgniter 4 website builder going to be available at https://thephpcode.com. The current website builder uses old UI and generates website in…
I am working on revamping my dynamic website generator thephpcode.com . Last time when I implemented 10 years ago, I choose KnockoutJS for binding data model to the UI as there were not many options…
I am currently working on a form builder which is part of the website builder for thephpcode.com CodeIgniter website generator. So the requirement was to allow users to create dynamic pages by…