Category Archives: Uncategorized

Cloud-Native Enterprise: Designing Scalable Systems from Day One

Modern enterprises need cloud infrastructure that can scale with demand, stay secure and highly available, and keep costs aligned with actual usage. In theory, the answer is simple: adopt cloud-native architectures, modular, microservices-based, and event-driven, designed for resilience and efficiency. In practice, however, achieving this is far more challenging. In this article, I will start… Read More »

AI-Driven Enterprise: Building Trust in AI

Enterprises are rapidly adopting AI to boost efficiency, innovation, and growth. But despite its potential, one critical barrier remains: trust. Without it, even the most advanced AI systems face resistance and limited adoption. The question is: how can organisations build and maintain trust in their AI initiatives? Trust is the foundation of every AI-driven enterprise.… Read More »

What to Know About Automation in Digital Architecture

Enterprise companies today have three primary options for the architecture of their digital workspace. First, they can choose installed software, which works well for operating systems and middleware. If installed software doesn’t fit the bill, companies can turn to private or public cloud-based software. And if neither of those choices gets the job done, businesses can… Read More »

Meet the duo who created innovation enabler – Ideapoke

A lot of people talk about how there is lack of innovation in the country, but rarely do we do anything about it, apart from cribbing about it. But this duo did less talking and more doing by creating Ideapoke. Ideapoke’s vision is to democratize innovation and create a business platform that facilitates “Innovation as a… Read More »

Eclipse on high resolution

Launch Windows regedit app Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\ From the right side of the Registry Editor, right click the mouse and select New/DWORD (32-bit) Value. Set the name of the new value to PreferExternalManifest, with value of 1   Create eclipse.exe.manifest in your eclipse directory <?xml version=”1.0″ encoding=”UTF-8″ standalone=”yes”?> <!– If this stops working, you must… Read More »

Amazon AWS Reference Architecture

A place to start for each Amazon Web Services projects: http://aws.amazon.com/architecture/ Interesting eCommerce architectures: 1) AWS_ac_ra_ecommerce_webfrontend_14 2) AWS_ac_ra_ecommerce_checkout_13 3) AWS_ac_ra_ecommerce_marketing_15 You can find more info about this topic on Amazon Web Service site: https://aws.amazon.com/blogs/aws/three-new-aws-reference-architectures-for-e-commerce/

N-tier architecture

I was going over some C# code that was written for a non-profit earlier this year.  It was fairly typical code and that’s what disturbed me so.  It consisted of a single ASP.NET Application with most of the work happening in the Page_Load.  Although there was only one database, the connection string to that database appeared… Read More »