Skip to content

tdkehoe/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 

Repository files navigation

These blog posts are instructions I wrote to myself. The best posts are:

  • Abstracting JavaScript - A blog post about starting without abstractions, then adding first-order abstraction (a for loop), then adding second-order abstraction (a nested for loop). When a bug is encountered, you step down to the previous level of abstraction and the bug becomes obvious.
  • MEAN CRUD - The 2500-word instructions I wrote for myself while studying for the CRUD exam. I used these instructions to build the jobsly app.

How To Read the Wiki

Click the "Wiki" link in the right column.

On the next page, look in the right column for the list of wiki pages.

Please add pages, add material, or fix my mistakes!

You can add blog posts as well as technical material. Identify your blog posts by starting the title with "Blog Post:".

How To Write Wiki Pages

I set this as a public wiki, so anyone should be able to write or edit pages.

Just click the "Edit" or "New Page" buttons. You can write in Markdown or HTML. Markdown is simple enough except for code. You have to indent lines of code four or more spaces...and the Markdown editor doesn't have an indentation feature. It may be easier to write in Atom or vim, where you can easily indent lines or blocks. I'll look if Atom has a Markdown editor.

For a few words of code use <code> </code>.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published