Category
tools
8 posts in this category.
Category archive
Posts
Showing 8 posts
- 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…
- 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…
- 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…
- 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…
- 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…
- 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…
- 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…
- 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…