Blog

How Profezio makes your projects cost less to develop

Talk the organization. explain how we work in task groups.

The Pro you hire is in charge of your task group. When you hire a Pro you are not only hiring the Pro, but you are also hiring his task group.

The Pro’s task group is composed of his/her delagates. Delagates include: apprentices, other Pro’s in the Profezio network, outside contractors, and/or your company’s staff.

You only pay the hourly rate of the Pro but the task group work one by one on each task assigned to them and they split the 50/hr charge according to agreements made within the task group. You don’t have to worry about the hourly rates only the weekly budget. This allows us to build your app faster because at any given moment anyone on the task group team can be working so you are not reliant on only the Pro.

This allows for higher though put because if the Pro is not in the mood to work at his 100% then someone else can be availabel to work at 100%. Thats what we are trying to accomplish here; becasue in the real world people get burned out and they are not always on their A game because they are either distracted or their brains may just be foggy or they could just be too tired to think about your work. This is what is going to help you as a client get a more consistent output from your hired Pro. This was created to deal with the inherent flaw in remote work, which is that employees are more likely to slack off because the extra freedom allows them to slack off. I say let your workers work when they want to because they are using their brains not just their bodies. The brain needs rest and its nit always at 100% every single day. By having a team back them up, the Pro can accomplish much more.

Why its good idea to use a managed host provider

Even though [hosting your WordPress website on AWS](Link:How to install WordPress on Amazon EC2 Instance for less than $10/month) is cheaper than hosting your Worpress site on a managed hosting provider like [flywheel](affilate link) it actually isnt.
Even though I know how to do this stuff I’m better off paying more to have flywheel take care of it (plug affiliate link). this is cheap, getting a managed hosting provider like flywheel) is worth it. Explain how my time is worth more than the $15/month I spend to have peace of mind and not have to worry about backups and upkeep. It’s hired hands, good for business when you let them handle this stuff. Good value for the money. Recommend it. If my time is worth $50 an hour. I pay 50 cents a day to have someone work on it. If somthing goes down and I take an hour to fix the issue, The difference is 3 months worth of time. I pay one hour of my time to have them on call for 3 months!
You never can think of everything necessary such as fixing the spam issue when wordpress sends out emails.
You have to setup your emails so they get through spamWrite a blog post that shows how to make your wordpress emails not go to spam.

[Include a shameless plug to our hosting affiliates, flywheel for WordPress, MageMojo for Magento, Squarespace, include any coupons which we have that can give people a discount. This is the article we send new clients to sign up to a new host with an incentive. This way we make some extra money and this post can also be one of our more popular posts which gives us recurring revenue, evergreen, also quickly teaches the client about the the reason they should use these hosts.]

For WordPress

For Magento

For Node Applications

Case study: [Prototype]

Create a template that is like a post and this is where the project has a video and case study by the client. Doubles as a testimonial, a lesson, and also marketing.

Profezio.com Commercial

We need to shoot a video of me explainaing profezio at the wework office. I will hire a photographer and have the photographer ask the person in charge if its ok to shoot video if we have the permition of the people around us. Pick a time and date when no one is there working, like a weekend or party time. This way the office is empty and we can shoot the video of me sitting on the desk explaining how we are a group of web developers and how we strive to build awesome applications.

Show B-roll of the developers at their desk working.

Show me looking cool as a dveloper. Show the people working together.

INterview clients who express themselves. Let them show their projects off.

Or for new commericals, we can do case stiudies, The client will explain the work they did and how the platfom helped them build their app and create their ideas.

Make sure they explain how we all know each other. Have them call me by name. Almost cultish???

The resources app production

Sat 2:30pm 11-16-2019

I came across a guy who has a similar idea to mine but he’s very capitalistic feeling. Meaning everything can be resorted to suing and blaming and getting screwed over.

I was thinking how do I give him the work that I’ve done so that together we can advance our goals.

For me it’s not about the money, its about creating a tool that I want to use. Therefore whatever I create I want it to be useful more than I want it to be financially successful.

I like money just as much as the next guy but the project is all about making a tool that helps ME personaly get the things I need, such as a camera for shooting videos.

When I give something I should feel like I win, thats how it will be easy to do things.

If I don’t have money I want to be able to offer soemthing else. I don’t even want to offer my time. Only the work I’ve produced up to this point.

So If I work with this guy I should sell him my product instead of giving it to him to own. So for instance if he has a tool that works, and I have a tool that works better then I give him that.

However I don’t have a better product, all I have is philosophy. How can you sell a man philosophy?

The only thing I can offer is my whitepaper examinations. So perhaps write a white paper on this.

Write a paper that explains how it should work and the fundamentals to of needing to look at money in a different way is important.

Without this mentality then the app cannot work.

The mentality that needs to be broken is the idea that things belong to you. In order for it to work you have to give up your things,

My product should be a book that explains the how capitalism is also doomed like communism was.

Taking never leads to anything good. Giving always does.

People need to stop living greedy. Selfishness is only required when others are selfish.

Therefore here comes in the concept of groups. Trusted people can join together and share their things.

A group of mechanics can share their mechanics tools. The app simply helps facilitate this need.

The app is not to do business with strangers but with people you know.

The internet allows people get to know each other in different countries.

So this book should be a guide book on how to live in order to make this app work. Or moreover how to utilize technology to foster this share economy.

The share economy, is the new economy. Capitalism and communism have a place in the world, but at the moment people reject both. People have to willingly give and willingly support. Support your own group. Donate to your own group when you join.

This way as a new member joins the whole group rejoices with new products they can share.

Facebook for Woocommerce not working

Tue 10-15-2019 – Mercy-loyal

It appears that the facebook for woocommerce is not adding the correct ID meta tags to update the products.

Its strange it doesn’t work because it’s written by facebook themselves. It could be that facebook does not care about this plugin now.

The easiest solution is to modify the existing plugin.

12:43am

The facebook for woocommerce plugin may have issues with custom themes. It didn’t appear to inject any meta tags into the HTML. But there are already some meta tags in the theme files. Specifically on woocommerce/single-product/price.php

So I need to look into the code and see how it does this and add support for it on the theme.

10-16-2019 @ 2:46am

It took some time but I made the necessary code updates to the custom ml theme. I just added a meta tag:

<meta itemprop="productID" content="<?php echo ( $sku = $product->get_sku() ) ? $sku : esc_html__( '', 'woocommerce' ); ?>">

Source: https://developers.facebook.com/docs/marketing-api/catalog-setup/update-options#microdata-tags

Then I tested a product page using the Microdata debugger tool: https://business.facebook.com/ads/microdata/debug

I just edited 4 lines of code! Keep solutions simple. Hunt for the most efficient solution not the quickest! It took 2 hours of digging and finding.

Here is my thought process. [explain the routes you took to solve the problem. Place emphasis on the just playing around with the code.]

4:41am

To be good at troubleshooting code, you have to dive into the code and swim in it. Just keep searching and looking and even though everything gets messy, you have to keep swiming.

Sample Post

One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin.