GithubHelp home page GithubHelp logo

djiwandou / speaking-for-hackers-book Goto Github PK

View Code? Open in Web Editor NEW

This project forked from speaking-for-hackers/speaking-for-hackers-book

0.0 0.0 0.0 282 KB

Tips for giving good conference talks by Ben Orenstein

JavaScript 99.76% CSS 0.24%

speaking-for-hackers-book's Introduction

Speaking for Hackers

About

Years ago, I started to write a book about giving good conference talks. The title was Speaking for Hackers.

Turns out I ran out of steam and didn't finish, but I think what's here is worth reading.

The book is split into three sections: before, during, and after your talk. There's also some raw notes with ideas that never made it into polished prose.

Many thanks to my employer thoughtbot for sending me to the conferences where these ideas were developed.

Feel free to copy and share this, but please don't use it for anything commercial without my permission.

View

Visit: https://sfhbook.netlify.app

Development Instructions

This site is built with NextJS as a static site with markdown (mdx) for content.

Local Set-up

To get the site set-up locally:

  1. Clone this repo
  2. Run yarn to install dependencies
  3. Run yarn dev to spin the site up locally
  4. Preview at: http://localhost:3000

Structure

A quick look at the top-level files and directories you'll find.

.
├── components
├── pages
   └── post
└── posts

/components/**: This directory will contain generic components needed to build out the UI, keep it group by on a block level.

/pages/index.js: This is the landing page of the site.

/pages/post/[slug].js: This is the dynamic route that builds out the single post view. It does not contain specific content, but rather dictates style and structure.

/posts: This is where our Markdown content lives. Add new pages or edit the existing pages, they would automatically be picked up in the respective chapter.

Deploy

The site is hosted on Netlify. When you push to the remote on master it will trigger a rebuild of the main site, or any pull requests against master would generate a PR preview deploy as well.

speaking-for-hackers-book's People

Contributors

r00k avatar fbrill avatar cgbystrom avatar jpfuentes2 avatar

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.