I published my first npm module today, https://github.com/coughlanio/pocketcasts and I'd like to write a few more to help beef up my portfolio.
Any ideas or fun things you can think of?
1–10 of 27 posts
I published my first npm module today, https://github.com/coughlanio/pocketcasts and I'd like to write a few more to help beef up my portfolio.
Any ideas or fun things you can think of?
Were you in a position that wasn't a developer and that got automated?
How does one become redundant? Were you in a position that wasn't a developer and that got automated?
How does one become redundant? Were you in a position that wasn't a developer and that got automated?
Make an asmjs implementation of https://www.vttoth.com/CMS/projects/13-4-bit-processor/134-v...
Complete with an old skool disasambler to code up the typed array in.
Also think up some method to populate the webpage with text using canvas and some way to call the mothership using Victors amazing.
Here's something that could be relatively easy (there may be a good library out there already, I haven't looked to hard for it though). Create a node.js module that takes as input the results of an SQL one-to-many join, along with a description of the key fields in each level, and outputs the results in a nested JSON object. So for an example, an output of a customer Would be nice if it was abstracted enough to work…