Tips for coding with AI

Don’t overload AI with instructions/ context you are still the code owner, you must understand why AI made the changes it did otherwise you cannot spot errors/ over engineering Strive for consistent and sensible patterns that AI can find / reuse use unambiguous language when speaking with the agent and in terms of context do… Continue reading Tips for coding with AI

Published
Categorized as Process

Process – rollback with splits

Consider this scenario, your application has a utility field that is used by all form elements that take the form of a dropdown, and this amounts to about 200 consumers. This utility field is considered legacy, it does not follow new gen practices / use frameworks that have recently been adopted by your development team.… Continue reading Process – rollback with splits

Published
Categorized as Process

Web – compress images!!

I see too many websites containing images which are not compressed. There are many websites/ tools available now that can perform compression on images in an instant, and most of them are free. There are both lossy and lossless compressions available, and of course, lossless will likely yield the best quality retention. You can work… Continue reading Web – compress images!!

Published
Categorized as Process

React – scalability

Sometimes you see questions online like “is React scalable??” and of course people say yes. After-all it is used on a massive scale by Facebook themselves so we already have some pretty good evidence to back that up. I think the better question now is “how can I make sure React is scalable for my… Continue reading React – scalability