thebluefish (25)in #nodejs • 7 years agoUsing Express middleware for authenticationFor the longest time, my bot platform was secured by a simple hard-coded password check on the client-side. This was OK for a placeholder, but isn't security by any means. In the…thebluefish (25)in #crypto • 7 years agoCrypto platform update - Refactoring the backend serviceAs I briefly touched in my original post, my platform is roughly separated into a front-end webapp and a back-end set of node services. For my original tests, this served its…thebluefish (25)in #crypto • 7 years agoProgress update on crypto trade app - Exchange HealthOne of the important aspects of any trade platform is quick, reliable information. My goal when building my app is to stay as informed as possible about the current climate of…thebluefish (25)in #nodejs • 7 years agoExtending Vue components for servicesI have begun rewriting a basic app to handle all of my needs in trading crypto-currencies. I am working in nodejs, wrapping it in Electron + Webpack , with a SPA built…