Code Monkey home page Code Monkey logo

docs's People

Contributors

alex-litvak avatar arschles avatar borgified avatar carimura avatar develop7 avatar dstaley avatar edsrzf avatar emusabaev avatar featalion avatar fortyfivan avatar frommww avatar iced avatar jamland avatar john-paul-keenan avatar manveru avatar nicksardo avatar nikhilm avatar noqcks avatar pgburt avatar psalaets avatar pyeremenko avatar rkononov avatar sbward avatar stephenitis avatar sunloverz avatar thousandsofthem avatar treeder avatar ulandj avatar vasilev avatar ysadka avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docs's Issues

Make a tutorial for using IronWorker and IronMQ together

Should go in worker/articles/integrations. Should just explain how to put messages on the queue from worker and pull from the queue on worker. Walking through building an example like the Heroku sinatra app Travis put together would also be cool.

Add Google Analytics

Need to create a new Google Analytics property and add tracking code for it. I can create the property, but @carimura or @treeder may want to make it so they have the main admin account (no idea if that makes a difference or not).

Two new pages: tag list, specific tag article list

We need two new pages:

  1. a page that lists all the tags

  2. a page that takes a tag input and displays all the articles for that tag. If we have to this can be a single page that lists all tags and their respective articles and we can just use an anchor to zip down to that specific tag article list.

Remove the "section" frontmatter

I see no reason why "section" can't be just another category, at the moment. Bears looking into, especially as we work on #44. Would definitely simplify things.

Update Heroku MQ article

Need to update the Heroku MQ article to use proper syntax highlighting and to correct the docs.iron.io links at the bottom.

Fix the HTML Jekyll is choking on

In numerous places, Jekyll chokes on HTML formatting. Things like "<br clear="all" />" make Jekyll print a frightening and annoying error message on every compile.

They should be hunted down and eliminated with extreme prejudice.

Document best practices for security / privacy of data

Examples for IronWorker:

  • Put credentials in payloads, not uploaded with code.
  • For added security, user can encrypt extra sensitive information in the payload and then decrypt in worker
  • Don't log any sensitive data (ie: do not print any sensitive data so it never gets into the logs)

Fix Worker Languages articles

Right now, Languages is a category that only links to the Heroku platform article. There are also typos and broken links in what it links to. It's confusing, and I'm not sure what's supposed to go there.

Contributing Guide

Need to write up a guide on how to contribute new articles and content to the dev center, along with the preferred contributions workflow.

Need an Article on Merging Workers

Just had a customer in the public chat ask about merging workers, and they ended up turning to some of our old docs. Need to get the info from this doc ported. I'd think it would be placed in the getting started on RoR article we have.

Navigation

Our navigation could be improved. I'm still not happy about how much scrolling is involved.

Fix breadcrumbs

Right now, breadcrumbs handling is pretty dumb. It'd be nice to update it so that we weren't dependent on YAML arrays and could actually do something like:

breadcrumbs:
  - slug: /articles
    title: "Articles"
  - slug: /data
    title: "Working With Data &amp; Databases"

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.