Loading...

Convert a putty .ppk key to an Amazon .pem file on OSX

2019-04-10T09:03:14+00:00

This article will show you how to generate a .pem file from an existing .ppk key. 1. Install putty on your mac Done easily with homebrew. $ brew install putty 2. Generate the keyWe will use puttygen to generate the key. $ puttygen key.ppk -O private-openssh -o key.pem key.ppk: the original file name/path. -O private-openssh: the output type. private-openssh is used to save an

Convert a putty .ppk key to an Amazon .pem file on OSX2019-04-10T09:03:14+00:00

How to Create a WordPress Plugin

2019-04-01T14:38:54+00:00

I made a video with regards creating your own plugin you can visit it here Creating My Own Wordpress Plugin Playlist. I already published 1 plugin in the wordpress.org this one Amelia Shortcode Extended. Wordpress Plugin Creating a wordpress plugin is easy I made a video and you can follow that steps for you to understand

How to Create a WordPress Plugin2019-04-01T14:38:54+00:00

How to Get Magento 2 Attribute & Attribute Options Programmatically

2019-03-25T01:13:48+00:00

For Magento 2, attributes are options to describe the products and its features. It is a property of the product. It helps potential customers to choose the best-fit product for their needs. By default, Magento 2 products have predefined attributes like name, price, description etc. To show the characteristics of a product, custom options are

How to Get Magento 2 Attribute & Attribute Options Programmatically2019-03-25T01:13:48+00:00

Only 36% of Small Businesses Have an SEO Strategy in 2019

2023-07-08T01:03:52+00:00

Only 36% of Small Businesses Have an SEO Strategy in 2019, Even as People Use Search Engines to Research and Purchase Online. Monday, March 18th, 2019 Thirty-six percent (36%) of small businesses have an SEO strategy, and 38% more plan to invest in SEO in the future, according to a new survey from Clutch, the leadings

Only 36% of Small Businesses Have an SEO Strategy in 20192023-07-08T01:03:52+00:00

My Journey to Became a Freelancer

2023-03-21T00:48:22+00:00

Based on my experience, I found that freelancing was the best option for me and I decided to switch from being an employee at a certain company. My first job was in 2012 as a web developer at Webtek. Although I didn't know much about building websites at the time, I was able to adapt

My Journey to Became a Freelancer2023-03-21T00:48:22+00:00

Describe Magento 2 Module Base Architecture

2019-03-05T17:29:22+00:00

POINTS TO REMEMBER • There are five areas: adminhtml, frontend, base, webapi_rest, webapi_soap and cron. Not all areas are always available. For instance, the cron area is only used when running cron jobs. • The three necessary files to bootstrap a module are registration.php, etc/module.xml and composer.json. Overview Magento 2’s module-based architecture keeps that

Describe Magento 2 Module Base Architecture2019-03-05T17:29:22+00:00

How to install WordPress in AWS (Amazon EC2) Bitnami

2019-02-26T01:17:53+00:00

Well my website is powered by Amazon and I am the one who installed this and configured it. Installing wordpress in the AWS is easy. First you need to create an account of course and take note you need to add billing to start creating instance. Click here to create an account. Once you have

How to install WordPress in AWS (Amazon EC2) Bitnami2019-02-26T01:17:53+00:00