Giter Site home page Giter Site logo

Rempel on Rails

A personal blog and portfolio application.

Planning the application

  1. Answer Questions
    • What are we building?
    • Who are we building it for?
    • What features do we need to have?
  2. User Stories
  3. Model our Data
  4. Think through the pages we need in our app

Questions

  1. What are we building? We are building a personal site. A place where we can blog, share examples of our work, and have people contact us.
  2. Who are we building it for? We are building it for ourselves, but also the community. Sharing what we are learning by blogging is a great way to learn for ourselves, but we teach others in the process. Show potential employers that we know what we are doing.
  3. What features do we want to have?
    • Posts
      • Create / Edit / Destroy
      • Markdown
      • Syntax highlighting
      • Comments (Disqus)
    • Projects
      • Create / Edit / Destroy
    • Contact
      • Contact form
      • Sendgrid
    • User (Devise)

User Stories

As a blank, I want to be able to blank, so that blank.

  • As a user, I want to be able to create posts so that I can share what I am learning on my blog.
  • As a user, I want to be able to edit & destroy posts, so that I can manage my blog.
  • As a user, I want to be able to write posts in markdown format so that it’s easy for me to writes posts.
  • As a user, I want to be able to highlight the various syntax of code blocks that I share on my blog.
  • As a user, I want to show the visitors and potential employers examples of my work, or stuff I’ve built.
  • As a user, I want to be able to have visitors contact me through a form on my site.
  • As a user, I want visitors to be able to leave comments on my posts.

Modeling the Data

Post title:string content:string

Project title:string description:text link:string

User

Think through the pages we need in our app

  • Home
  • Posts#index
  • Posts#Show
  • Projects#index
  • Projects#show
  • Contact

Dan Rempel's Projects

dotfiles icon dotfiles

My vim, bash, git, and other config files

hours icon hours

Time registration that doesn't suck

jobs_board icon jobs_board

Jobs board sample app with Rails 4. https://mackenziechild.me/12-in-12/7/

photogram icon photogram

Blatant Instagram clone for BDD/Rails practise.

quotebox icon quotebox

A drag & drop price building app for Web Developers.

toy_app icon toy_app

Michael Hartl Ruby on Rails Tutorial

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.