Skip to content

Instantly share code, notes, and snippets.

View reyadrahman's full-sized avatar

Mostafa Mohammad Reyad Rahman reyadrahman

View GitHub Profile
@reyadrahman
reyadrahman / README.md
Created August 28, 2021 11:40 — forked from jagdeepsingh/README.md
Stripe Connect

Make it real

Ideas are cheap. Make a prototype, sketch a CLI session, draw a wireframe. Discuss around concrete examples, not hand-waving abstractions. Don't say you did something, provide a URL that proves it.

Ship it

Nothing is real until it's being used by a real user. This doesn't mean you make a prototype in the morning and blog about it in the evening. It means you find one person you believe your product will help and try to get them to use it.

Do it with style

Verifying my Blockstack ID is secured with the address 114cfS4GzvWiQGfGw12Q7BUx71Hr8YAT8i https://explorer.blockstack.org/address/114cfS4GzvWiQGfGw12Q7BUx71Hr8YAT8i
<html>
<head>
<title>API Example</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script type="text/javascript">
var accessToken = "<your agent's client access token>";
var baseUrl = "https://api.api.ai/v1/";
@reyadrahman
reyadrahman / ipv4parser.ex
Created July 11, 2017 10:53 — forked from milmazz/ipv4parser.ex
The Little Elixir & OTP Guidebook
defmodule IPv4Parser do
@moduledoc """
Exercise 2.8.6 from the book The Little Elixir & OTP Guidebook
The idea is to take a look at the IPv4 packet spec and try to write a
parser.
"""
def parse(packet) do
<<
@reyadrahman
reyadrahman / package.json
Created January 11, 2017 08:35
Angular.JS
{
"name": "angular-quickstart",
"version": "1.0.0",
"scripts": {
"start": "node main.js",
"lite": "lite-server"
},
"license": "MIT",
"dependencies": {
"@angular/common": "~2.4.0",