Monthly Income Report – August 2016
原文链接:https://marcoschwartz.com/monthly-income-report-august-2016/
Every month, I publish a report of the business & investment income I received during the previous month. I publish these reports to show you what you can expect with an online business & unconventional investments, and I also publish them to keep the motivation to work hard & to grow this number month after month.
In every report, you will find out the details about all the business income I received during the month, all the business expenses, and also all the income I received from investments during the month.
What Happened in August
I had three goals for my business in August: completely revamp the marketing side of my business, implement paid plans on my Internet of Things platform (aREST.io), and finally launch my first ever video course on my main website, Open Home Automation.
I spent a lot of time on the marketing side on my business, by really implementing new, standardised funnels for all the websites on which I am selling something. On all those sites, the visitors then go through all the steps of a good sales funnels: signing up in exchange of a giveaway, going through a welcome sequence with a lot of value, and then introducing my products. I hope that this will give a better experience for the visitors of all my websites.
I also launched paid plans for my Internet of Things platform, aREST. This doesn’t yet generate revenues as most of the users are now trying the free Starter plan, but my goal is that some of those users upgrade in a close future.
Finally, I launched my first ever video course about building home automation systems, generating more than $1,000 the first day of the launch. I know have a dozen of students in the course, and I’ll work on marketing this course even more in the future.
On the investing side, I mainly injected more money in the real estate, by investing in new REITs (Real Estate Investment Trusts) and also in one more property in the UK. I am still way behind my goal of 87,500 Euros invested in REITs & real estate before the end of the year, but I am getting closer.
Business Income
Below is all the income I received from my online business during the past month:
Amazon Kindle eBooks: 1280 €
eBooks & video courses: 2076 €
Books royalties: 1538 €
Gross business income in August 2016: 4894 € (+57%)
Below is all the business related expenses I had during the past month:
Team expenses on UpWork: 135 €
Small Fiverr gigs: 94 €
Hosting: 21 €
Business expenses in August 2016: 250 € (+25%)
Net business income in August 2016: 4644 € (+59%)
Investment Income
Below is all the income I received from investments during the past month. For some investments, this is the expected monthly revenue as some investments only pay once a quarter or once a year:
Dividend growth stocks: 396 €
Peer-to-Peer lending: 471 €
Real estate: 146 €
Bitcoin investments: 110 €
Amazon affiliate websites: 1479 €
Investment income in August 2016: 2606 € (+2%)
Comment About the Report
Let’s now make the total and add my business & investment revenues:
Total income for August 2016: 7220 € (+32%)
The excellent income of this month are mainly due to the launch of my video course, and I will continue to market it to my audience during the coming month. And of course, my investment portfolio is always giving me good returns, even when I am working hard on a completely new project.
I actually had a very unfortunate event at the end of August/beginning of September: my hosting company, SiteGround, told me that I had to upgrade to a very expensive plan (more than $100 a month), because the activity on my server grew. The only problem is that the traffic on my sites actually didn’t raise that much, so it was a problem on their side that they just couldn’t fix.
After days of unavailability of many of my sites and many sleepless night, I finally moved all my sites to DigitalOcean, on which you are reading this website right now. I had a very good relation with SiteGround in the past, and I recommended it to many people, but their behaviour on this issue was just unacceptable so I had to move. My websites are now faster than ever before, and I am only paying $20/month for the server on DigitalOcean.
My other goal for this coming month of September is to continue the marketing of products I launched the last month, so the video course & also my paid plans on my IoT platform. I will also launch product on this website, one about investing your money as an entrepreneur/digital nomad, and the other about investing in profitable websites. I really hope you will enjoy those new products as they launch.
As usual, I also updated my investment portfolio page to reflect the changes during the month. What about you? Did you have a good month with your online business and/or your investments?
Monthly Income Report – August 2016的更多相关文章
- Multi-Cloud & Kubernetes: Cloud Academy November 2018 Data Report
https://cloudacademy.com/research/multi-cloud-kubernetes-devops-cloud-academy-data-report-nov-18/ No ...
- InfoQ Trends Report
InfoQ Trends Report InfoQ Trends Report Culture & Methods Trends Report - March 2021 DevOps and ...
- .NET 框架(转自wiki)
.NET Framework (pronounced dot net) is a software framework developed by Microsoft that runs primari ...
- How to Write a Spelling Corrector
http://norvig.com/spell-correct.html Feb 2007to August 2016 How to Write a Spelling Corrector One we ...
- (转)The Road to TensorFlow
Stephen Smith's Blog All things Sage 300… The Road to TensorFlow – Part 7: Finally Some Code leave a ...
- TED_Topic1:Why we need to rethink capitalism
Topic 1:Why we need to rethink capitalism By Paul Tudor Jones II # Background about our speaker ...
- linux下计划任务学习记录
0x01 计划任务简介 linux 中计划任务主要分为”循环执行”和”只执行一次”两种,分别对应的时 crond 服务 和 atd 服务: 0x02 只执行一次的计划任务 0x02.1 atd 服务说 ...
- Linux Workqueue【转】
转自:http://kernel.meizu.com/linux-workqueue.html 21 August 2016 Workqueue 是内核里面很重要的一个机制,特别是内核驱动,一般的 ...
- I ❤️ W3C : Secure Contexts
I ️ W3C : Secure Contexts Secure Contexts W3C Candidate Recommendation, 15 September 2016 https://ww ...
随机推荐
- GroupData群数据库的还原与优化
一.背景 这个数据库的数据文件mdf大概有83G左右,当还原数据库之后感觉可以做很多性能方面上的调优,合并数据后mdf数据文件大概有59G左右,行压缩后mdf数据文件大概有39G左右,页压缩后mdf数 ...
- .Net使用RabbitMQ详解
序言 这里原来有一句话,触犯啦天条,被阉割!!!! 首先不去讨论我的日志组件怎么样.因为有些日志需要走网络,有的又不需要走网路,也是有性能与业务场景的多般变化在其中,就把他抛开,我们只谈消息Rabbi ...
- 【Win 10应用开发】把文件嵌入到XML文档
把文件内容嵌入(或存入)到XML文档中,相信很多朋友会想到把字节数组转化为Base64字符串,再作为XML文档的节点.不过,有人会说了,转化后的base64字符串中含有像“+”这样的符号,写入到XML ...
- SQL Server-聚焦EXISTS AND IN性能分析(十六)
前言 前面我们学习了NOT EXISTS和NOT IN的比较,当然少不了EXISTS和IN的比较,所以本节我们来学习EXISTS和IN的比较,简短的内容,深入的理解,Always to review ...
- 真实记录疑似Linux病毒导致服务器 带宽跑满的解决过程
案例描述 由于最近我在重构之前的APP,需要和server端进行数据交互,发现有一个现象,那么就是隔1~2天总会发生获取数据超时的问题,而且必须要重启服务器才能解决.早在之前,我有留意到这个问题,但是 ...
- Bootstrap框架的学习(二)
一.下载Bootstrap Bootstrap (当前版本 v3.3.0)提供以下几种方式帮你快速上手,每一种方式针对具有不同技能等级的开发者和不同的使用场景. 下载地址:http://v3.boot ...
- WebGIS中快速整合管理多源矢量服务以及服务权限控制的一种设计思路
文章版权由作者李晓晖和博客园共有,若转载请于明显处标明出处:http://www.cnblogs.com/naaoveGIS/ 1.背景 在真实项目中,往往GIS服务数据源被其他多个信息中心或者第三方 ...
- 行为驱动开发(BDD)实践示例
引言 BDD是对TDD理念的扩展.BDD强调有利害关系的技术团体和非技术团队都要参与到软件开发过程中.可以把它看成一种强调团体间合作的敏捷方法.大多数采用某种敏捷方法的团队最终都会遵循BDD的许多原则 ...
- 原生JS实现全屏切换以及导航栏滑动隐藏及显示——重构前
思路分析: 向后滚动鼠标滚轮,页面向下全屏切换:向前滚动滚轮,页面向上全屏切换.切换过程为动画效果. 第一屏时,导航栏固定在页面顶部,切换到第二屏时,导航条向左滑动隐藏.切换回第一屏时,导航栏向右滑动 ...
- 用SignalR 2.0开发客服系统[系列4:负载均衡的情况下使用SignalR]
前言 交流群:195866844 目录: 用SignalR 2.0开发客服系统[系列1:实现群发通讯] 用SignalR 2.0开发客服系统[系列2:实现聊天室] 用SignalR 2.0开发客服系统 ...