Author: Tobe Osakwe

  • Can We Ever Truly Escape Passwords?

    Passwords. Either you love them, or you hate em. Just kidding – you hate them. Since what was probably the dawn of time, we have considered passwords as the de-facto form of authentication in virtually ever application ever. Your social media account is password-protected. Your e-mail is password-protected. Your bank account is password-protected. It’s hard,…

  • JavaScript Fatigue – a Sonnet

    npm i –save shakespeare React JS, and Vue JS to boot.My file tree clogged with Node dependencies.A Web app I can never run as rootTo reach the Net was never meant to be. To start the project’s only half the war,A battle I can never truly win.For once I’ve finally set up NG 4,The Goog…

  • Scalable Session Synchronization in Dart

    Share state within instances, at any scale. Identifying Users The Store Mutual Exclusion Putting it all Together Going Further Conclusion While Dart provides excellent HTTP functionality out-of-the-box, some of its features, namely sessions, are not scalable without further configuration. HTTP is defined as a stateless protocol, but sessions allow servers to manage state, with each…