Geekpulp

  • About
  • Shop
  • Cart
  • My account
  • The three stages of developer growth

    The three stages of developer growth

    Posted on

    20 Mar, 2019

    by

    Glen Young

    Today I happened across a great Quora post by Andreas Blixt. In the post, Andreas outlines the three stages of developer growth: The novice hacker“This code sure is ugly and I don’t quite understand why it works, but here it is!”A developer…

    Read more…: The three stages of developer growth

  • How much time should I spend a day learning to code?

    How much time should I spend a day learning to code?

    Posted on

    19 Mar, 2019

    by

    Glen Young

    This is the question I asked myself when I first started learning (well relearning really) to code a while back. Obviously I Googled this and found some really interesting answers, but generally speaking, the common wisdom is about 4 hours a day.…

    Read more…: How much time should I spend a day learning to code?

  • I made a thing: Aroha generator

    I made a thing: Aroha generator

    Posted on

    18 Mar, 2019

    by

    Glen Young

    So I made another thing. The only reason I’m really even talking about it is because what’s going on in Christchurch is so awful I can hardly bear it. Making new things (even simple things like this) is a good distraction. So…

    Read more…: I made a thing: Aroha generator

  • Constantly letting down my variables

    Constantly letting down my variables

    Posted on

    14 Mar, 2019

    by

    Glen Young

    As it turns out I’ve been doing everything wrong. Well, maybe not everything, but at the very least I’ve been declaring variables incorrectly. There are actually three different variable types in JavaScript, var, let, and const. I’ve been using var exclusively and…

    Read more…: Constantly letting down my variables

  • Flow

    Flow

    Posted on

    13 Mar, 2019

    by

    Glen Young

    Getting into a flow state is super helpful when you’re trying to get some coding done. Whenever I’m working on a course exercise or side project I find a few things in my daily routine really help focus my mind: Keeping my…

    Read more…: Flow

  • How to write modern JS

    How to write modern JS

    Posted on

    12 Mar, 2019

    by

    Glen Young

    So you’re learning JavaScript (JS), cool. Putting all this effort in, you’ll want to be learning the modern usage of the language right? Time to get strict. “use strict” is something I recently stumbled across, and it seems like a really important…

    Read more…: How to write modern JS

  • I made a thing: To-do list

    I made a thing: To-do list

    Posted on

    10 Mar, 2019

    by

    Glen Young

    Yep, I made another thing in JavaScript for the course I’m doing. This one’s a bit more basic, but really it’s more of cutting my teeth with jQuery sort of project rather than something anyone would actually use. It’s a very simple…

    Read more…: I made a thing: To-do list

  • Pastebot

    Pastebot

    Posted on

    9 Mar, 2019

    by

    Glen Young

    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 good example of this. Sharpening my coding skills I find myself copying and pasting a lot…

    Read more…: Pastebot

  • on() click()

    on() click()

    Posted on

    7 Mar, 2019

    by

    Glen Young

    Today I learned the difference between the on(“click”) and click() methods in jQuery. click() only adds listeners for existing elements, so it will completely ignore any dynamically added items. So, in the example below only the <li> declared in the HTML file…

    Read more…: on() click()

←Newer Posts Older Posts→
Geekpulp

Hey, thanks for being here. If you’re in a giving mood, you can sponsor me contributing to open source projects. Thanks for being cool.