Duplicate Transaction

Manage AWS S3 Objects in C#

Simple Storage Service, or S3 for short, from AWS, provides industry-leading scalability, data availability, security, and performance. We can use S3 to store, retrieve and manage any amount of data, such as...

Payguardian SDK integration

After successfully integrating into Payguardian Cloud, I decided to continue integrating into Payguradian SDK to deploy ID Tech devices. I chose ID-Tech Augusta for MSR and Chip processing. ID Tech Augusta...

A customized Onscreen Keyboard in C#

If you have ever built software for touchscreen devices, you know that having an onscreen keyboard is an essential component. Windows comes with an Onscreen keyboard as one of its built-in Ease of Access tools...

So, you want to build a restaurant POS

I have been on the front and center of the POS design, development, marketing, and sale for close to two decades. Point Of Sale software applications are sophisticated, ever-changing, and require constant...

Composer for PHP

PHP is a powerful backend programming language for web app development. It is also the most popular.If you have ever developed in PHP, you know that your work could quickly become tedious.For every function...

MVC Design Pattern with a PHP example

Model-View-Controller is the most widely used design pattern in programming languages such as Java, PHP, C, C++, and C#.In an object-oriented programming paradigm, MVC relates the user interface to the...

Category - How To

Connect two EC2 Instances

Connect two EC2 Instances

I helped a friend to connect two Windows EC2 instances on the AWS. The nature of the project did not require an Amazon VPC, and so my approach was as follow:1- Using RDP, I connected to each server and tried to ping the...

WebView in WinForms

WebView for Winforms and WPF

If you need to load a webpage in your C# WinForm app, you have to use a WebBrowser control, which comes with Visual Studio.WebBrowser is, in fact, a wrapper for IE, and it’s stuck in IE.You will notice that when...

AWS-Apache-php-MySQL

Apache, PHP, and MySQL on AWS

In this article I show you how to setup an EC2 Instance on AWS and install Apache, PHP and MySQL on it. We will be using Putty to access our AWS server and communicate with it. Sign in to your AWS console. From the...

AWS – Application Load Balancer

Elastic Load Balancing automatically distributes incoming application traffic across multiple targets, such as Amazon EC2 instances, containers, IP addresses, and Lambda functions. It can handle the varying load of your...

Your Header Sidebar area is currently empty. Hurry up and add some widgets.