mlanza
No user record in our sample, but mlanza has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
- Moving Beyond the Prompt (AI Literacy Course) (github.com)
- Lincoln's Axe and Making Good Software (doesideas.com)
-
OK. So we're probably too far along with ES.Next for any new ideas, but I've had this one nagging me for a long time. It's my dream Javascript feature.
-
I've given thought to how Javascript implements inheritance. Natively we have prototypal inheritance. However, a lot of frameworks make use of inheritance by extension. Backbone.js does. Underscore.js and jQuery both…
- jQuery meets Markaby (mlanza.github.com)
This is for those who prefer to write markup with code, not templates. It's not the first implementation of this sort, but it is the latest.
- Keeping Your Validations Dry (doesideas.com)
I was reading "Today, Web Development Sucks" and it reminded me of how much I hate having to duplicate code in different tiers. Anyway, I've started work on a project where I'm trying a DRY approach for handling this…