Categories
Backend Frontend

3 JavaScript Libraries that changed the way I develop Full-Stack Projects

In the dynamically-evolving (or, if you insist, absurdly inflated) JavaScript library ecosystem, every once in a while I come across a new module, which considerably impacts the way I build my projects as a full-stack developer. I’ve decided to compile a short list of three JavaScript libraries which I have discovered over the last two years that greatly improved my workflow and have become my go-to choice when developing full-stack applications.

Categories
Frontend

Simple AES end-to-end encryption using crypto-js

In one of my recent projects, I wanted to ensure that the end users could securely share resources between one another knowing that the service operator (in this case being me) won’t be able to access their data.