Skip to content

Instantly share code, notes, and snippets.

@binhp
binhp / 0_Awesome_Articles_For_Developers.md
Last active February 22, 2020 05:04
Awesome Articles For Developers

Awesome Articles For Developers

Good Read

@binhp
binhp / aws-upload-pdf.js
Last active April 11, 2024 11:53
Netsuite-AWS-UploadBinaryFile.js
require([
"N/render",
"N/file",
"N/encode",
"/SuiteScripts/lib/ns-aws-s3"
], function(render, file, encode, AWS) {
var xmlStr =
'<?xml version="1.0"?>\n' +
'<!DOCTYPE pdf PUBLIC "-//big.faceless.org//report" "report-1.1.dtd">\n' +
@binhp
binhp / startup-check-list.md
Last active August 5, 2019 02:38
Startup Check List

Startup idea checklist

src:credit

I’ve been tinkering with different startup ideas and needed a good checklist to think through them. There are great templates for this already: The YC application, Amazon’s internal press release, and Sequoia’s Writing a Business Plan. I found myself mixing and tweaking these templates because they don’t exactly match my model of the world, so I wrote up my own list. I use this list both to develop ideas and filter them. If you adopt it, be careful about using it as a filter. Remember that in the early stages, good ideas are very easy to kill.

Product

【 】 Who are the users?