This tutorial is part of a series of blog posts on getting a web page on your web server to communicate via web3 with your Ethereum on localhost. In our previous post, we installed the Ethereum Wallet. The Ethereum Wallet is a nice way to visualize what's...
How To
AllCode’s How-to articles are instructional content where interested readers can view a step-by-step guide on how to do something—such as migrate between databases, create a website, or update their SSL certificates. A good article contains a list of steps fleshing out each phase of the process until completion.
How to Serve Up Web Content from Ethereum – Part 1 – Install Ethereum Wallet
This tutorial is part of a series of blog posts on getting a web page on your web server to communicate via web3 with your Ethereum Wallet on localhost. In the process of trying to build a simple distributed app, Dapp, I encountered a ton of examples that do...
Setting up your Ethereum Eth Environment on a Mac OS X
Setting up your Ethereum Eth Development Environment on a Mac OS X Firstly, to install Ethereum Eth download the latest stable binary of cpp-ethereum, and install on your chosen operating system. I'm running on Mac so I'll install via Homebrew brew update brew upgrade...
"How Do I Raise Investment?" Advice for Healthcare Startups
Hi Healthcare Startup Innovators! We are scheduling our next Meetup for June 22nd in Arent Fox LLP, Downtown SF. The evening will kick-off at 6pm with snacks and networking, with the event proper starting at 6:30 / 6:40pm and run until 8pm. Of course you are welcome...
Migrate PostgreSQL AWS Database Instances Quickly
Learn how to migrate PostgreSQL AWS database instances like an expert. We had the need to migrate a Postgres AWS database from a Production to Staging EC2 yesterday, so we decided to write it up for posterity. Navigate out to the production instance via ssh. I will...
5 Easy Project Management Tips
This blog was originally written in 2016 and has been updated frequently. So you’re dreaming big dreams for 2020 - maybe you want to start a blog, set-up an ecommerce site for your handmade throw cushions, or finally create that cooking app that you always wish...
App Store Optimization Pro-Tips #2: Visual Branding
As with any 'branding' exercise, when it comes to App Store Optimization the key is to be consistent in both your communication and user experience. This means that the success of your product is built on both its visual appeal and the quality of the experience that...
How to give a JIRA User access to only one project
This is way more confusing than it needs to be, but here's how I was able to grant a Jira user access to only one project in JIRA. Step 1: Create a new user in the User Management section of the Administrator. For this example, we're just using username: test and...
Amazon SNS Push Notification Tutorial on Android using GCM
Do you have a project where an Android device needs to receive push notifications from an endpoint registered on Amazon Simple Notification Service (SNS)? Amazon has a sample Android app, but, unfortunately the only thing this sample app does is register with Google...
Creating an Android Image Slider Control for your App (Part 2 of 3)
In Part 1 of of Creating an Android Image Slider Control, we built out the ImageSlider class, but when you added this class to a View, the horizontal scrolling didn't behave well. In order to resolve the scrolling issue, we started playing with the Gesture options and...