Building Stegasaur - Hiding Files in Plain Sight
Building a web-based steganography tool that hides encrypted files and messages within images using LSB encoding and AES encryption.
Building a web-based steganography tool that hides encrypted files and messages within images using LSB encoding and AES encryption.
Zero's partial sync approach gives us more control, better performance, and fewer headaches when building apps with lots of data. Here's why, and how I've been using it.
A question many React developers find themselves asking is what is the difference in useState and useReducer and when should one be chosen over the other. This article sets out to answer these questions one and for all.
When creating a react app there's many ways to solve how styling is handled. In this post I will walk through 3 methods and some of the pros and cons each of them bring about.
Ever needed to kick off multiple npm scipts and have them all running in parallel? This post covers the basics of understanding NPM scripts and how to achieve parallel execution - even if you are running Windows OS.