Posts
-
Blog on WordPress? How to Post to Dev.to Too
I’m a developer, WordPress blogger, and a process builder. I’m also lazy. It took a lot for me to commit to writing blogs once a week and it’s still kinda hard. I don’t want to have to copy it over to dev.to as well. I also don’t want to worry about the tags, category, publish […]
-
NoSQL Databases and My Adventure with Redis
Last year I built a Laravel app with Redis as the primary database. It was for a hackathon, the goal was to use Redis as much as possible, and I practically used Redis for everything. Cache, Queue, Event System, and the primary database. The only thing I didn’t use it for was error logging. For […]
-
Alpine JS, Why its awesome, and how to apply it awesomeness.
AlpineJS is a minimalist javascript library with a goal of being simple, lightweight, and powerful. Built with only 15 attributes, 6 properties, and 2 methods, it definitely lives up the minimal lightweight approach. The ability to rapidly build out components on the fly, refactor and reuse components, and install plugins for additional functionality does make […]