Category Archives: Uncategorized

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 »

Test sendmail

If you want to test send mail you must use the following command: /usr/sbin/sendmail  -bv  -oL10 test@adriangrigoras.com After that you must check your root’s mail with mail program or mutt.