Category

tools

8 posts in this category.

Category archive

Posts

Showing 8 posts

    • 29 Jun 2019
    • 5 min read
    Coding on a plane... on an iPad

    The project In my ongoing efforts to up my development game, I’m currently working on learning how to create an app that has user…

    • 8 Apr 2019
    • 2 min read
    Installing MongoDB on macOS

    The course I'm doing uses Cloud 9 (C9) as cloud-based IDE. I've basically ignored that side of things and done everything locally on my Mac as…

    • 9 Mar 2019
    • 1 min read
    Pastebot

    The more time I spend coding the more time I find myself researching solutions to workflow problems I've never had before. Copy and paste is a…

    • 7 Mar 2019
    • 2 min read
    on() click()

    Today I learned the difference between the on("click") and click() methods in jQuery. click() only adds listeners for existing elements, so it…

    • 5 Mar 2019
    • 1 min read
    VS Code

    Recent reading leads me to think my text editor of choice (Atom) might not be the best solution for my current needs. To that end, I'm…

    • 4 Mar 2019
    • 1 min read
    What is the state of JavaScript?

    This JavaScript thing is really catching on eh? As the name suggests, "the state of JavaScript" survey gives a snapshot view of JavaScript…

    • 2 Mar 2019
    • 1 min read
    Atom snippets

    One of the things I love about modern text editors is code snippets. Coding tends to involve repetition, code snippets can really help cut down…

    • 27 Feb 2019
    • 1 min read
    Survey says

    Today I was reading the 2018 stack overflow developer survey and boy was it an interesting read. There are loads of insights into the current…