DEV Community

Tomer Ben David
Tomer Ben David

Posted on

Startup Primer

Startup Primer

Run jekyll with docker

## Run jekyll with dockerexport JEKYLL_VERSION=3.5
docker run --rm \
  --volume="$PWD:/srv/jekyll" \
  -p 4000:4000 \
  -it jekyll/builder:$JEKYLL_VERSION \
  jekyll serve

Domain names

  1. https://tld-list.com/ - compare domain name renewal price

Website/blog/...

  1. awesome jekyll themes
  2. static sites dynamic
  3. youmightnotneedjquery.com

Static websites

1 jekyll podcasting

Payment, Subscription, ecommerce

  1. https://gumroad.com

Startuping and bootstraping

  1. levels.io bootstraping
  2. Many resources for startups

UI and graphic design

  1. logo design shapefactory
  2. https://crello.com - your own graphical designer
  3. https://pixabay.com
  4. https://unsplash.com/
  5. Canva be your own graphic designer
  6. todomvc Choose UI framework
  7. Bootstrap Components Snippets
  8. flatuicolors
  9. color schemas

Android

  1. android icon generator
  2. android feature graphic

Licsening software

  1. keygen.sh

Marketing and Bootstraping startup

  1. prospect.io lead and email marketing
  2. Buffer multipost
  3. NinjaBlaster
  4. Hootsuite

Documentation

  1. XWiki

Recruitment

  1. qualified.io

Build

  1. Polygot Maven

Version control

  1. Remote Hosted Github.com
  2. Self hoted free
  3. MailChimp
  4. Tips!!

Plotting

  1. redash.io[https://redash.io]
  2. hacker news on plotting
  3. google data studio
  4. apache zeppelin
  5. chartio.com
  6. similar to redash

General stacks

  1. https://stackshare.io

misc

  1. copyfish extract text from ocr pdf images video https://news.ycombinator.com/item?id=14593906

Notes

Ionic 2017 Developer Survey Help us improve your Ionic experience by letting us know what services and tools you're using to build apps. We will use this feedback to better integrate Ionic with popular services and improve our tools and features. Before we get started, help us understand your answer by telling us a little bit about yourself.

  • Required Backend Technology What backend services are you using in your Ionic apps today? What services do you use to send Push Notifications? * Firebase/GCM Amazon SNS OneSignal Urban Airship Pushwoosh Ionic Push Custom push system (node-apns, etc) I don't send push notifications Other:

This is a required question What database(s) do you use for your backend? * Firebase Self-hosted SQL database (MySQL, Postgres, etc). AWS DynamoDB AWS RDS Heroku Postgres Self-hosted MongoDB Cloud hosted MongoDB Ionic DB (beta) I don't use a database Other:
This is a required question How do you host the server-side of your app? * No server! Firebase or another pure-client side system AWS Lambda Amazon ECS AWS LightSail Google App Engine/GCP Containers Heroku Azure Digital Ocean Classic VPS provider (Linode, Rackspace Cloud, etc) Self-hosted Virtual Server Self-hosted docker containers Self-hosted dedicated server Other:
This is a required question What backend technology does your app run on? * Node.js Python (Django, Flask, etc) Ruby (on rails or otherwise) Java C#/.NET Other:
This is a required question What service do you use for Analytics? * Google Analytics Firebase Analytics Amazon Mobile Analytics Fabric Answers Mixpanel Keen Segment Amplitude Localytics Adobe Ionic Analytics Custom analytics (self-hosted, self-built, etc) Other:
This is a required question How do you manage user authentication? * Firebase Auth GCP Auth Auth.io Auth0 Stormpath Fabric Digits Amazon Cognito Azure Authentication Ionic Auth Custom oAuth Other:
This is a required question How do you test your app in the cloud? * AWS Device Farm Firebase Test Lab Browserstack Sauce Labs Custom device testing system I don't do cloud device testing Other:
This is a required question How do you track errors and crashes in your app? * Fabric/Crashlytics Firebase crash reporting Sentry TrackJS Bugsnag Opbeat Rollbar Custom system I don't track errors or crashes Other:
This is a required question How do you update your apps remotely? * Ionic Deploy Code Push PhoneGap ContentSync PhoneGap Hydration Custom Update System I do not push updates to my app remotely Other:
This is a required question NEXT Page 1 of 3 Never submit passwords through Google Forms. This form was created inside of Ionic. Report Abuse - Terms of Service - Additional Terms Google Forms
Ionic 2017 Developer Survey

  • Required Tooling and Testing Additional tools used for developing and testing Ionic apps What Text Editor or IDE do you use? * Visual Studio Code Visual Studio IDE Atom Webstorm Sublime Text TextMate Brackets Other:

Use any App Prototyping tools? * Ionic Creator Invision Marvel Baslamiq Sketch I don't use any app prototyping tools Other:
How do you beta test and gather feedback? * Ionic View Hockeyapp Testflight TestFairy I don't use any beta testing/feedback tools Other:
How do you distribute your apps to users? * App store (Apple, Google Play, etc) MobileIron Airwatch Microsoft Intune Ionic View (as an internal app store, etc) Hosted web apps or desktop downloads Other:
BACKNEXT Page 2 of 3 Never submit passwords through Google Forms. This form was created inside of Ionic. Report Abuse - Terms of Service - Additional Terms Google Forms

Latest comments (1)

Collapse
 
edmon_moren profile image
Edmon Moren

Hello,
There's a Typo in Software Licensing.

Also, I wanted to add LicenseSpring to that list.