
Website Development
Our Approach
Application transformation begins with our teams assessing your existing applications and differentiating which apps are high risk or high value. Based on this assessment, we develop a transformation plan to guide the process. Then, our experts get to work modernizing your legacy application.
Assessment
Concept
Development
Beta Testing
Production
Maintenance
Contact Us
We can't wait to work with you
Happy customers
eCommerce Knowledge
.NET – How to generate JWT token using private key?
Read Private Key From File I'm using PemUtils package to read private key. You can find it here: PemUtils We also need to install JWT package that com from Microsoft: JsonWebTokens using PemUtils; using Microsoft.IdentityModel.JsonWebTokens; using Microsoft.IdentityModel.Tokens; string path = [...]
How To Setup Multiple PHP Versions on One Server Using Nginx and PHP-FPM on CentOS 7
Step 1 — Installing PHP Versions 7.0 and 7.2 with PHP-FPM Begin by installing the SCL repository to your system: sudo yum install centos-release-scl -y First let’s discover what versions of PHP 7 are available on SCL: sudo yum list [...]
Common Virtualmin Postfix issue
I. Cannot be enabled unless a BCC map Solution Go to Webmin → Servers → Postfix Mail Server. Click on the BCC Mapping icon, and make sure the Sender BCC mapping lookup tables field is set. If it is not, you should enter a map specification like hash:/etc/postfix/bcc . Then click […]